I'm going through Riley's 'Mathematical methods for physics and engineering' on my own and faced something relatively simple, yet I'm unable to figure this out.
The question is the standard problem, to solve for x in:
$3 \sin x - 4 \cos x = 2$
I solve this first dividing both sides by 4 (to make everything ≤1 to be easier to work with) and continue by procedure, described in the book and here: Solving trigonometric equations of the form $a\sin x + b\cos x = c$
I get something like: $x = \arcsin(\frac{2}{5})-\arctan(-\frac{4}{3}) \approx 1.339$, which is correct, as given in the book answer.
However, the book gives 2 answers. The second is $\approx-2.626$ and I am unable to obtain it.
I understand $\arcsin$ and $\arctan$ functions can give two different values, so tried different variations of it, which are:
- $\arcsin$ to give the angle in the 2nd quadrant, by $x_2=\pi-\arcsin(\frac{2}{5})$
- $\arctan$ to give the angle in the 2nd quadrant (my calculator gives $\arctan(-\frac{4}{3})\approx -0.927$) by adding a $\pi$
However, neither of these combinations work to give me the required $-2.626$.
So my questions are:
- How would you obtain the required second answer?
- Why other combinations from $\arcsin$ and $\arctan$ wouldn't work?
- How could I solve this (if at all) without dividing primarily by the highest coefficient, in this case 4? It somehow just didn't work in my head.
Many thanks and let me know if you need any further clarification!