3
$\begingroup$

I could really use help, hint or otherwise, in proving a trigonometric identity:

We are only allowed to work on one side of the equation.

$\dfrac{2\sin^2(x)-5\sin(x)+2}{\sin(x)-2} = 2\sin(x)-1$

  • 0
    Is there a guide to using MathJax somewhere? I expect I'll need it in the future ...2012-06-24

3 Answers 3

7

HINT: Factorize the numerator and cancel terms arguing why the terms you are canceling are not zero.

Move your mouse over the gray area for the answer.

$\dfrac{2 \sin^2(x) - 5 \sin(x) + 2}{\sin(x) - 2} = \dfrac{2 \sin^2(x) - 4 \sin(x) - \sin(x) + 2}{\sin(x) - 2}\\ = \dfrac{2 \sin(x) (\sin(x) - 2) - ( \sin(x) - 2)}{\sin(x) - 2}\\= \dfrac{(\sin(x) - 2) (2 \sin(x) - 1)}{\sin(x) - 2} = 2 \sin(x) - 1$ We are allowed to cancel $\sin(x) - 2$ since $\sin(x) \neq 2$, $\forall x \in \mathbb{R}$.

  • 0
    All of the answers were very useful, unfortunately I can only mark one and yours provides the most complete reasoning for me. Thank you very much!2012-06-24
4

It may help to write $y = \sin x$. Then the equation simplifies to

$\frac{2y^2 - 5y + 2}{y - 2} = 2y - 1.$

To get the result, you could then try doing a polynomial long division on the left hand side.

  • 0
    Thank you very much for your help, substitution and poly long division were great tips, I'll remember them for later.2012-06-24
4

Factor $2\sin(x)^2-5\sin(x)+2$ to get $(2\sin(x)-1)(\sin(x)-2)$ and the result follows.