M BUZZ CRAZE NEWS
// news

Trig Identity Proof of Tan(x) + Tan(y)

By Emma Johnson
$\begingroup$

I am trying to prove the identity below to help with the simplification of another function that I'm investigating as it doesn't appear to be a standard trig identity.

$$ \tan\left(x\right) + \tan\left( y \right) = \frac{{\sin\left( {x + y} \right)}}{{\cos\left( x \right)\cos\left( y \right)}} $$

Any assistance gratefully appreciated.

$\endgroup$ 8

2 Answers

$\begingroup$

You are asking about a proof of the identity $$ \tan\left(x\right) + \tan\left( y \right) = \frac{{\sin\left( {x + y} \right)}}{{\cos\left( x \right)\cos\left( y \right)}} $$

Using $\tan(x)=\frac{\sin(x)}{\cos(x)}$, we get $$\tan\left(x\right) + \tan\left( y \right) = \frac{\sin(x)}{\cos(x)} + \frac{\sin(y)}{\cos(y)}\\ =\frac{\sin(x)\cdot \cos(y) + \sin(y)\cdot \cos(x)}{\cos(x)\cdot \cos(y)}$$

Using the identity $\sin(x+y)=\sin(x)\cdot \cos(y) + \sin(y)\cdot \cos(x)$ gives you the answer of your question.

$\endgroup$ $\begingroup$

For fun, here's a picture-proof:

enter image description here

$$\begin{align} 2\;|\triangle OAB| = \qquad\qquad |\overline{OR}|\;|\overline{AB}| \;&=\; |\overline{OA}|\;|\overline{OB}|\;\sin\angle AOB \\[6pt] 1\cdot (\;\tan\alpha + \tan\beta\;) \;&=\; \sec\alpha \;\cdot\;\sec\beta\;\cdot \;\sin(\alpha+\beta) \\ \tan\alpha + \tan\beta \;&=\; \frac{\sin(\alpha+\beta)}{\cos\alpha\cos\beta} \end{align}$$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy