4

While trying to solve the equation $\sin\left(x\right)=\cos\left(2x\right)$, a user on this forum suggested that I turn the equation into a quadratic form by converting $\cos(2x)$ using the identity $\cos\left(2x\right)=1-2\sin^2\left(x\right)$.

What is the logic behind this identity and how can I derive it?

Tianlalu
  • 5,177

6 Answers6

6

This identity follows from the more general

$$\cos (x+y)=\cos x \cos y - \sin x \sin y$$

by $y=x$, that is

$$\cos (2x)=\cos (x+x)=\cos x \cos x - \sin x \sin x=\cos^2 x-\sin^2 x=1-2\sin^2 x$$

using that $\cos^2 x=1-\sin^2 x$.

Refer also to the related

user
  • 154,566
4

$$ \\\cos(2x)=\frac{(e^{2ix}+e^{-2ix})}{2}=1-2(\frac{e^{ix}-e^{-ix}}{2i})^2=1-2\sin^2{x} $$

3

Well, you'd first have to know the following identity.

$$\cos(a\pm b) = \cos a\cos b\mp \sin a\sin b$$

The diagram below demonstrates it perfectly.

Valid XHTML

From here, apply the general identity.

$$\cos(2a) = \cos(a+a) = \cos a\cos a-\sin a\sin a$$

$$\implies \color{blue}{\cos(2a) = \cos^2 a-\sin^2 a}$$

This can be rewritten by using $\color{purple}{\cos^2 a = 1-\sin^2 a}$ or $\color{purple}{\sin^2 a = 1-\cos^2 a}$.

$$\implies \cos(2a) = \cos^2 a-\color{purple}{(1-\cos^2 a)} = 2\cos^2 a-1$$

$$\implies \cos(2a) = \color{purple}{1-\sin^2 a}-\sin^2 a = 1-2\sin^2 a$$

Therefore, all three expressions are valid for $\cos(2a)$.

Edit: I am now aware that the diagram above is by Blue. You may want to check this link as well:

How can I understand and prove the "sum and difference formulas" in trigonometry?

KM101
  • 7,176
  • 1
    I'm flattered that you believe the diagram "demonstrates [the angle-sum relation] perfectly". In the future, I hope you'll be a bit more conscientious about citing the source and/or the creator (in this case, me) of any content you "quote". (Far too many web communities circulate far too much uncredited content. Math.SE can do better.) Thanks! – Blue Nov 07 '18 at 13:50
  • 1
    I saw your “Trigonography” site and it had great stuff, but I wasn’t aware that this particular diagram was yours. :-) Sorry about that, I’ll definitely pay more attention from now onwards. – KM101 Nov 07 '18 at 13:57
  • I appreciate it. :) BTW: If you didn't get the diagram from the answer I linked above, then where did you find it? – Blue Nov 07 '18 at 14:05
  • As a matter of fact, I was searching for diagrams for $\sin(a\pm b)$ and $\cos(a\pm b)$ while I was self-studying trig identities. But I didn’t really pay attention to the link. :-) It was one of the image results. (It certainly wasn’t MSE.) – KM101 Nov 07 '18 at 14:12
  • Fair enough ... I should've started watermarking my images sooner. ;) – Blue Nov 07 '18 at 14:15
3

Define $f(t)=\cos(2x-t)\cos(t)-\sin(2x-t)\sin(t)$. We have $f'(t)=0$, hence $f$ is constant. From $f(0)=f(x)$ follows $\cos(2x)=\cos^2(x)-\sin^2(x)$. Now use Pythagoras.

See also Proofs of $\cos(x+y) = \cos x\cos y - \sin x \sin y$, please.

Michael Hoppe
  • 18,103
  • 3
  • 32
  • 49
2

write $$\cos (2x)=\cos(x+x)$$ you know $$\cos(x+y)=\cos x\cdot \cos y-\sin x\cdot \sin y$$ So, $$\cos(2x)=\cos x\cdot \cos x-\sin x\cdot \sin x$$ Or, $$\cos(2x)=\cos^2x-\sin^2x$$ write $\cos^2x$ as $1-\sin^2x$

So, $$\cos(2x)=1-\sin^2x-\sin^2x$$

you get$$\cos(2x)=1-2\sin^2x$$

Similarly get $$\cos(2x)=\cos^2x-\sin^2x=1-2\sin^2x=2\cos^2x-1$$

KM101
  • 7,176
pooja somani
  • 2,575
1

$$\cos(2x)=\cos(x+x)=\cos(x)\cos(x)-\sin(x)\sin(x)=\cos^2(x)-\sin^2(x)$$ then we know that $cos^2(x)+\sin^2(x)=1$ so: $$cos(2x)=1-2\sin^2(x)$$ you can find proof of the compound angle formula here: https://www.math-only-math.com/proof-of-compound-angle-formula-sin-alpha-plus-beta.html

Henry Lee
  • 12,215