Trigonometric proof [L.H.S.=R.H.S]

3.3k Views Asked by At

Question:

$$\frac{2-3\sin\theta+\sin^3\theta}{\sin\theta+2}=2\sin\theta (\sin\theta-1)+\cos^2\theta$$


I don't know how to start with these problem. Normally these type of proof confuse me. In my book there are about 25 proof in which we have to prove L.H.S.=R.H.S out of there are 6 proof which i can't solve.

So was thinking about other way, and i remember that there are three methods to solve the proof (direct method, method of contrapositive and our normal method).

Can i use direct method to solve trigonometric proof(basically proof in which i have problem), means by assuming $\theta= \frac{\pi}{3}$ That would make stuff easy. But haven't seen any books using direct method to solve the trigonometric proof.

3

There are 3 best solutions below

1
On BEST ANSWER

In this case the polynomial $x^3-3x+2$ has $x+2$ as a factor, so just divide and the rest should be easy.

0
On

Just see if you have done some algebra in the LHS you have factor of sinQ+2 of expression in numerator . and you almost get your RHS . Now just place Sin^2Q =1- Cos ^2Q

0
On

Let $x=\sin\theta$, then: $$L.H.S.=\frac{2-3x+x^3}{x+2}=\frac{(x+2)(x-1)^2}{x+2}=(x-1)^2$$ $$R.H.S.=2x(x-1)+1-x^2=2x^2-2x+1-x^2=x^2-2x+1=(x-1)^2$$ So, $L.H.S.=R.H.S.=(\sin\theta-1)^2$