3

$$\frac{\tan{(\frac{\pi}{4}+x)}-\tan{(\frac{\pi}{4}-x)}}{\tan{(\frac{\pi}{4}+x)}+\tan{(\frac{\pi}{4}-x)}} = 2\sin{x}\cos{x}$$

==============

On L.H.S, I've tried to write it using the sum and difference formula so it becomes

$$\frac{\dfrac{1+\tan x}{1-\tan x}-\dfrac{1-\tan x}{1+\tan x}}{\dfrac{1+\tan x}{1-\tan x}+\dfrac{1-\tan x}{1+\tan x}}$$

Then I try to rationalize and it got really messy $$\frac{\dfrac{(1+\tan x)(1+ \tan x)}{(1-\tan x)(1+\tan x)} - \dfrac{(1+\tan x)(1+\tan x)}{(1-\tan x)(1+\tan x)}}{\dfrac{(1+\tan x)(1+\tan x)}{(1-\tan x)(1+\tan x)} + \dfrac{(1+\tan x)(1+\tan x)}{(1-\tan x)(1+\tan x)}}$$

Somehow I distributed the terms and try to simplify and I got stuck. Any help would be appreciated. Thank you.

Chappers
  • 67,606

3 Answers3

2

You may write $$ \begin{align} \dfrac{\dfrac{1+\tan x}{1-\tan x}-\dfrac{1-\tan x}{1+\tan x}}{\dfrac{1+\tan x}{1-\tan x}+\dfrac{1-\tan x}{1+\tan x}}=\dfrac{(1+\tan x)^2-(1-\tan x)^2}{(1+\tan x)^2+(1-\tan x)^2} &=\dfrac{4\tan x}{2(1+\tan^2x)}\\\\&=2\tan x \cos^2x\\\\&=2\sin x\cos x \end{align} $$

Olivier Oloa
  • 120,989
1

multiplying the top and bottom by $\cos(\pi/4 - x)\cos(\pi/4+x)$ gives you $$\begin{align}\frac{\tan{(\frac{\pi}{4}+x)}-\tan{(\frac{\pi}{4}-x)}}{\tan{(\frac{\pi}{4}+x)}+\tan{(\frac{\pi}{4}-x)}} &= \frac{\sin(\pi/4+x)\cos(\pi/4-x)-\sin(\pi/4-x)\cos(\pi/4 + x)} {\sin (\pi/4+x)\cos(\pi/4-x) + \sin(\pi/4 - x)\cos(\pi/4 + x)}\\ &=\frac{\sin(\pi/4 + x-(\pi/4-x)}{\sin(\pi/4+x + \pi/4 - x) } \\ &= \sin 2x \\ &= 2\sin x \cos x\end{align}$$

abel
  • 29,170
0

LHS = $\dfrac{(1+ \tan x )^2 - (1- \tan x )^2 }{(1+ \tan x )^2 + (1- \tan x )^2 }$

$=\dfrac{4 \tan x}{2(1 + tan^2 x)} $

can you take it from there ?

WW1
  • 10,497