2

Show that $$\frac{1-\cos2x+\sin2x}{1+\cos2x+\sin2x} = \tan x$$

I have substituted the expansions for $\cos2x$ and $\sin2x$ and gotten, after simplification:

$$\frac{1-\sin x\cos x + 2\sin^2x}{1+\sin x\cos x-2\sin^2x}$$ I'm not sure how to carry on. I factored out the $\sin x$, but ended up with $$\frac{1+\sin x}{1-\sin x}$$

I haven't been taught that as equal to $tan x$.

sai-kartik
  • 2,090

4 Answers4

1

Hint:

Use $$\cos2x=2\cos^2x-1=1-2\sin^2x\text{ and }\sin2x=2\sin x\cos x$$

Or use Weierstrass substitution

Or $$\dfrac{1+\sin2x}{\cos2x}=\dfrac{(\cos x+\sin x)^2}{\cos^2x-\sin^2x}=\dfrac{\cos x+\sin x}{\cos x-\sin x}\text { assuming }\cos x+\sin x\ne0$$

Apply Componendo et Dividendo

1

\begin{align} \frac{1-\cos 2x + \sin 2x}{1+\cos 2x + \sin 2x} &=\frac{1-(1-2\sin^2 x) + 2\sin x \cos x}{1+(2\cos^2 x -1) + 2\sin x \cos x} \\ &=\frac{2\sin^2x +2\sin x \cos x}{2\cos^2x + 2\sin x \cos x} \end{align}

Can you simplify from here?

Siong Thye Goh
  • 149,520
  • 20
  • 88
  • 149
  • Okay. I factor out the two. Then, I factor out sin from the top and cos from the bottom. How do I get rid of $(1+cosx)$ in the numerator and $1+sinx$ in the denominator? – user841348 Oct 29 '20 at 09:20
  • After getting rid of $2$ and if you factor out $\sin x$ form the numerator, you should be left with $\sin x + \cos x$. Try to check that. Also verify your working for the denominator as well. – Siong Thye Goh Oct 29 '20 at 09:22
1

By Tangent half-angle formulas with $t=\tan x$

  • $\cos 2x=\frac{1-t^2}{1+t^2}$
  • $\sin 2x=\frac{2t}{1+t^2}$

we have

$$\frac{1-\cos2x+\sin2x}{1+\cos2x+\sin2x}=\frac{1-\frac{1-t^2}{1+t^2}+\frac{2t}{1+t^2}}{1+\frac{1-t^2}{1+t^2}+\frac{2t}{1+t^2}}=\frac{1+t^2-1+t^2+2t}{1+t^2+1-t^2+2t}=\frac{2t+2t^2}{2+2t}=t$$

user
  • 154,566
1

$$\frac{1-\cos2x+\sin2x}{1+\cos2x+\sin2x} = \frac{1- (2\cos^2x-1)+2\sin x .\cos x}{1+ 2\cos^2x-1+2\sin x .\cos x}$$ $$ = \frac{2- 2\cos^2 x +2\sin x .\cos x}{ 2\cos^2 x +2\sin x .\cos x} = \frac{1- \cos^2 x +\sin x .\cos x}{ \cos^2 x + \sin x .\cos x}$$ $$ = \frac{\sin^2 x +\sin x .\cos x}{ \cos^2 x + \sin x .\cos x} = \frac{\sin x (\sin x + \cos x )}{ \cos x (\sin x + \cos x )} = \frac{\sin x }{ \cos x } = \tan x$$

Toby Mak
  • 16,827