\begin{cases} P\cos a + Q\cos b + F\cos c = 0 \\ P\sin a + Q\sin b + F\sin c = W \end{cases}
I am trying to find $a$ and $b$.
My initial attempt was using the identity $\sin a = \sqrt{1 - \cos^2 a}$ to try and sub the $\cos a$ in the first equation into the second equation, like so:
$$\cos a = \frac{-(Q\cos b + F\cos c)}{P}$$
$$\cos^2 a = \frac{Q^2\cos^2 b + 2QF\cos b\cos c + F^2\cos^2 c}{P^2}$$
$$\sin a = \sqrt{1 - \frac{Q^2\cos^2 b + 2QF\cos b\cos c + F^2\cos^2 c}{P^2}}$$
$$ \left(P\sqrt{1 - \frac{Q^2\cos^2 b + 2QF\cos b\cos c + F^2\cos^2 c}{P^2}} + Q\sin b\right)^2 = (W - F\sin c)^2$$
I was going to continue but I realised after I expanded the quadratic on the LHS that I'd end up with another square root term involving $b$, which I'd have to square again, and the cycle would continue.
So I'm not really sure what approach I should be making, or even if I was going in the right direction.
Would appreciate help with this, and thanks for reading.
EDIT:
Using the identity $\sin^2 a + \cos^2 a = 1$, I've formulated a very convoluted quadratic expression that manages to eliminate $a$.
$$cos^2 a = \frac{Q^2\cos^2 b + 2QF\cos b\cos c + F^2\cos^2 c}{P^2} \tag{1}$$ $$\sin^2 a = \frac{W^2 - 2WQ\sin b - 2WF\sin c + 2FQ\sin b\sin c + Q^2\sin^2 b + F^2\sin^2 c}{P^2} \tag{2}$$
Now the only problem is rearranging for $a$ or $c$.