2

This is not exactly a homework question but something I was trying to do to get my basics back on track.

I wanted to find $\tan2x$ in terms of $\cos x$ alone. I was able to do it in terms of $\sin x$ alone.

$\tan2x = \sin2x/\cos2x$

Since, $\cos2x = 1-2\sin^2x$

Therefore, $\tan2x = (\sin2x / 1-2\sin^2x)$

Is it possible to do it in terms of $\cos x$ alone ?

Kartik Anand
  • 795
  • 3
  • 10
  • 18

3 Answers3

5

$$\tan2x = \frac{\sin2x}{\cos2x}=\pm\frac{2\sin x\cos x}{\cos^2x-\sin^2x}=\pm\frac{2\cos x\sqrt{1-\cos^2x}}{2\cos^2x-1}$$

Adi Dani
  • 16,949
3

You can, but only using care. It's not restrictive to assume $x\in[0,2\pi]$, because $\tan2x$ has $2\pi$ as period. Then you have $$ \tan2x= \begin{cases} \dfrac{2\cos x\sqrt{1-\cos^2x}}{2\cos^2-1} & x\in[0,\pi]\\[2ex] -\dfrac{2\cos x\sqrt{1-\cos^2x}}{2\cos^2-1} & x\in[\pi,2\pi] \end{cases} $$ (the values $\pi/4$, $3\pi/4$, $5\pi/4$ and $7\pi/4$ are excluded, of course).

In other words, you can only express $|\tan2x|$ in terms of $\cos x$ alone.

egreg
  • 238,574
  • your answer is more complete than my. +1 – Adi Dani Dec 29 '13 at 14:12
  • This assumes that you can ask whether $x$ is in one interval or another. But you can't do that when all we know about $x$ is its cosine,. – hmakholm left over Monica Dec 29 '13 at 15:22
  • @HenningMakholm Of course. So what? The information would be insufficient, which means you can't express $\tan2x$ in terms of $\cos x$ only. – egreg Dec 29 '13 at 15:23
  • So your answer is not an answer. The question is to determine $\tan 2x$ given only $\cos x$. Your answer requires information that the question says we don't have. – hmakholm left over Monica Dec 29 '13 at 15:24
  • @HenningMakholm Can you walk to the moon? I guess you can't. If the tools you have don't allow for getting an answer, the answer can't be obtained. – egreg Dec 29 '13 at 15:26
1

Yes, it is possible to do it without radicals, BUT only if you relax the demands of the problem to include $\cos(x+\phi)$ as well:

$$\tan2x=\frac{\sin2x}{\cos2x}=\frac{2\sin x\cos x}{\cos^2x-\sin^2x}=\frac{2\cos x\cos(x-\frac\pi2)}{2\cos^2x-1}$$

This way, you can also forget about worrying about signs! :-)

Lucian
  • 48,334
  • 2
  • 83
  • 154