In class we've learned 2 methods for solving trigonometric equations.
- T-Formula: If you're not familiar with the T-Formula look here; T-Formula
- Auxiliary Method: If you're not familiar look here
When I was trying to solve the equation $\sin(\theta) + \cos(\theta) = -1$, where $0 \leq \theta \leq 360$. When I used the auxiliary method I get the 2 answers of $180, 270$. But when I use the T-Formula I only get $270$. In the T-Formula I end up getting to the following equation:
$$\frac {2t + 1 - t^2}{1+t^2} = -1$$ $$2t+1-t^2 = -1-t^2$$ $$2t=-2$$ $$\therefore t=-1$$ But $t=\tan(\frac{\theta}{2})$, so... $$\tan(\frac {\theta}{2}) = -1$$
But there $\theta \neq 180$ as $\tan(90)$doesn't exist. But that is one of the answers.
What am I doing wrong? Why doesn't the T-Formula get all the answers (it should)?