2

What steps do we take for the following?

$$\sin x = \frac{{2\tan\frac{x}{2}}}{1+\tan^2\frac{x}{2}}$$

pshmath0
  • 10,565
user3601507
  • 307
  • 1
  • 2
  • 9
  • 1
    Hint: Do you know an identity for $1 + \tan^2\theta$? Use that, and then write the results in terms of $\sin$ and $\cos$. – paw88789 Aug 19 '14 at 10:52

3 Answers3

3

$$\sin x = 2\sin\frac{x}{2}\cos\frac{x}{2} = 2\sin\frac{x}{2}\cos\frac{x}{2}\frac{\cos\frac{x}{2}}{\cos\frac{x}{2}} = 2\frac{\sin\frac{x}{2}}{\cos\frac{x}{2}}\cos^2\frac{x}{2} = \frac{2\tan\frac{x}{2}}{\frac{1}{\cos^2\frac{x}{2}}} = \frac{2\tan\frac{x}{2}}{\frac{\cos^2\frac{x}{2}+\sin^2\frac{x}{2}}{\cos^2\frac{x}{2}}} = \frac{2\tan\frac{x}{2}}{1+\tan^2\frac{x}{2}}$$

Darth Geek
  • 12,296
0

Hint

Replace $\tan(y)$ by $\frac{\sin(y)}{\cos(y)}$. Multiply numerator and denominator by $\cos^2(y)$. Simplify.

I am sure that you can take fom here.

0

Let $y=x/2$, then $$\frac{2\tan y}{1+\tan^2 y} = 2\frac{\sin y}{\cos y}\frac{1}{\sec^2 y} = 2\frac{\sin y}{\cos y}\cos^2 y=2\sin(y)\cos(y)=\sin(2y)=\sin x,$$ as required.

pshmath0
  • 10,565