How to derive cos(2θ) = 1 - 2sin²(θ)

  • Context: Undergrad 
  • Thread starter Thread starter Moonspex
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
12 replies · 4K views
Moonspex
Messages
12
Reaction score
0
Hello everyone! This is my first post here so pardon me if it's a little too simple... I just can't figure out where this equation came from (or rather how it got to that point):

cos(2 theta) = 1 - 2sin^2(theta)

Does it have something to do with the identity cos^2 + sin^2 = 1, and if so, how does it apply? (I just started my first year at college and I find myself wondering how I got here!)
 
Physics news on Phys.org
I would say first consider [tex]cos(2\theta) = cos(\theta + \theta)[/tex], then use the sum to product formula [tex]cos(\alpha + \beta) = (cos\alpha)(cos\beta) - (sin\alpha)(sin\beta)[/tex]. See if you can go from there.
 
Last edited:
Remember that

[tex]e^{i \theta} = cos(\theta) + i \cdot sin(\theta)[/tex]

So let's square both sides to get

[tex]e^{2i \theta} = cos^{2}(\theta) + 2i \cdot cos(\theta)sin(\theta) - sin^{2}(\theta)[/tex]

But note also that

[tex]e^{2i \theta} = cos(2 \theta) + i \cdot sin(\theta)[/tex]

So matching up the real parts we get:

[tex]cos(2 \theta) = cos^{2}(\theta) - sin^{2}(\theta)[/tex]

and matching up the imaginary parts we get:

[tex]sin(2 \theta) = 2 sin(\theta)cos(\theta)[/tex]
 
Ok, so the question is actually

[tex]\int sin^{2}(x)dx[/tex]

Thanks to your help I got to

[tex]\int sin^{2}(x)dx = \int 1/2 - cos(2\theta)/2 dx[/tex]

Now, the answer says this integration equals

[tex]1/2x - sin(2\theta)/4 + C[/tex]

My question now is how does the cos bit integrate to the sin bit?
 
?? you should have learned that d(sin x)/dx= cos(x) and so [itex]\int cos(x) dx= sin(x)+ C[/itex] before you start trying to integrate sin(2x)!
 
Last edited by a moderator:
So the dividend is just integrated normally; how does the divisor go from 2 to 4?
 
because [tex]\frac{d}{dx}\sin(2x)=2*\cos(2x)[/tex] and so [tex]\int \cos (2x) dx = \frac{\sin(2x)}{2}+C[/tex]

So you have an extra 2 in the denominator, hence it becomes 2x2 which is 4...
 
Just figured it out a minute ago! It's frustrating when I know it's something so simple... thanks everyone!
 
lol guys if his asking a basic question like this i don't think it requires integration
cos 2x = cos (x+x)
cos (x+x) = cos x . cos x - sin x . sin x
= cos^2 x - sin^2 x
using the identity cos^2 x + sin^2 x = 1
sin^2 x= 1-cos^2 x
cos^2 x +cos^2 x - 1 = cos 2x
2 cos^2 x -1=cos 2x
There no integration or w/e these guys used xD
 
Please, a) Don't revive old threads as you did with your other post, and b), read the entire thread before commenting.
 
[tex]cos(A+B)=cosA \ cosB - sinA \ sinB[/tex]

so

[tex]cos2\theta=cos(\theta+\theta)[/tex]

[tex]=cos\theta cos\theta-sin\theta sin\theta[/tex]

[tex]=cos^2\theta-sin^2\theta[/tex]

remember that:

[tex]sin^2\theta+cos^2\theta=1[/tex]


for [tex]sin^2\theta=1-cos^2\theta[/tex]:


[tex]cos2\theta=cos^2\theta-sin^2\theta[/tex]

[tex]cos2\theta=cos^2\theta-(1-cos^2\theta)[/tex]

[tex]cos2\theta=cos^2\theta-1+cos^2\theta[/tex]

[tex]cos2\theta=2cos^2\theta-1[/tex]

[tex]cos2\theta+1=2cos^2\theta[/tex]

[tex]cos^2\theta=\frac{cos2\theta+1}{2}[/tex]


for [tex]cos^2\theta=1-sin^2\theta[/tex]:


[tex]cos2\theta=cos^2\theta-sin^2\theta[/tex]

[tex]cos2\theta=(1-sin^2\theta)-sin^2\theta[/tex]

[tex]cos2\theta=1-2sin^2\theta[/tex]

[tex]2sin^2\theta=1-cos2\theta[/tex]

[tex]sin^2\theta=\frac{1-cos2\theta}{2}[/tex]

So

[tex]\int \ sin^2x \ dx[/tex]

[tex]=\int \ \frac{1-cos2x}{2} \ dx[/tex]

[tex]=\frac{1}{2}\int \ 1-cos2x \ dx[/tex]

let [tex]u=2x[/tex], then [tex]\frac{du}{dx}=2[/tex], [tex]du=2 \ dx[/tex]

So

[tex]\frac{1}{2} \int \ 1-cos2x \ dx[/tex]

[tex]=\frac{1}{2} \ \frac{1}{2} \int \ (1-cos2x)(2 \ dx)[/tex]

[tex]=\frac{1}{2} \ \frac{1}{2} \int \ (1-cos \ u) \ du[/tex]

[tex]=\frac{1}{4} \ \int \ (1-cos \ u) \ du[/tex]

[tex]=\frac{1}{4} (u-sin \ u) + C[/tex]

[tex]=\frac{1}{4} (2x-sin \ 2x) + C[/tex]

:confused:
 
That's correct, I don't see the problem.
 
If you are unsure, differentiate your answer...