5

So I'm trying to come up with an answer to this question for hours now. I don't know what I'm doing wrong and none of the calculators on the internet couldn't help so I figured I should ask people.

What have I done so far:

$\frac{(\sin 20^\circ + \cos 20^\circ)^2}{\cos 40^\circ} = \frac{(\frac{2\sin(45^\circ+20^\circ)}{\sqrt{2}})^2}{\cos 40^\circ} = \frac{\sin^2 65^\circ}{\cos 40^\circ} = \frac{1 - \cos 130^\circ}{\cos 40^\circ} = \frac{1 + \cos 50^\circ}{\cos 40^\circ} = \frac{2\cos^2 25^\circ}{\cos 40^\circ}$ ... etc.

I can't seem to figure out where to go from here so I'm just stuck.


I also tried the classic approach:

$\frac{(\sin 20^\circ + \cos 20^\circ)^2}{\cos 40^\circ} = \frac{1 + \sin 40^\circ}{\cos 40^\circ} = \frac{1}{\cos 40^\circ} + {\tan 40^\circ} = \sec 40^\circ + \tan 40^\circ$

But how can I prove that

$\sec 40^\circ + \tan 40^\circ = \cot 25^\circ$ ?

What am I doing wrong? Any hints or solutions would be great. Thanks in advance.

N. F. Taussig
  • 76,571

3 Answers3

7

Notice that $\cos 40 =\sin 50$ and $ \sin 40 = \cos 50$. So we have \begin{eqnarray*} \frac{1+\sin(40)}{ \cos 40} = \frac{1+\cos(50)}{\sin 50} \end{eqnarray*} Now use the double angle formulea $ \sin 2 \alpha = 2 \sin \alpha \cos \alpha$ and $ cos 2 \alpha =2 \cos^2 \alpha -1$. So \begin{eqnarray*} \frac{1+\cos(50)}{\sin 50} = \frac{1+2 \cos^2 25 -1}{2 \sin 25 \cos 25 } = \frac{\cos 25}{\sin 25} = \color{red}{ \cot 25}. \end{eqnarray*}

JimN
  • 448
Donald Splutterwit
  • 36,613
  • 2
  • 26
  • 73
6

Expanding the square, using relationship $2 \sin a \cos a= \sin 2a$ and the definition of $\cot$, we have to show that

$$\frac{[(\sin20^\circ)^2 + (\cos20^\circ)^2] + \sin 40^\circ}{\cos40^\circ} = \dfrac{\cos25^\circ}{\sin25^\circ}$$

As the content of the square brackets is 1, it is equivalent to show that :

$$\sin25^\circ + \sin25^\circ \sin 40^\circ=\cos40^\circ\cos25^\circ$$ or

$$\sin25^\circ =\cos40^\circ\cos25^\circ - \sin25^\circ \sin 40^\circ$$

or $$\sin25^\circ =\cos(40^\circ+25^\circ)$$

or $$\sin25^\circ =\cos(65^\circ)$$

which is evidently true.

JimN
  • 448
Jean Marie
  • 81,803
2

Generalization:

$$\dfrac{(\cos x+\sin x)^2}{\cos2x}=\dfrac{(\cos x+\sin x)^2}{\cos^2x-\sin^2x}=\dfrac{\cos x+\sin x}{\cos x-\sin x}$$ provided $\cos x+\sin x\ne0\iff\tan x\ne-1$

Now $$\dfrac{\cos x+\sin x}{\cos x-\sin x}=\dfrac{1+\tan x}{1-\tan x}=\tan\left(45^\circ+x\right)$$

Can you identify $x$ here?

Alternatively, $$\dfrac{(\cos x+\sin x)^2}{\cos2x}=\dfrac{1+\sin2x}{\cos2x}=\dfrac{1+\dfrac{2\tan x}{1+\tan^2x}}{\dfrac{1-\tan^2x}{1+\tan^2x}}=\cdots=\dfrac{1+\tan x}{1-\tan x}=\cdots$$