Integration Homework: Finding Expression & Proving Result

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
28 replies · 3K views
VertexOperator
Messages
79
Reaction score
0

Homework Statement



Find an expression for

[tex]\cos 2\theta + \cos 4\theta + \cos 6\theta + \dots + \cos (2n\theta)[/tex]

Hence prove that
[tex]\int_0^{\pi/2} \frac{\sin(2n+1)x}{\sin x} \ dx = \frac{\pi}{2}[/tex]

Homework Equations



[tex]\cos 2\theta + \cos 4\theta + \cos 6\theta + \dots + \cos (2n\theta)[/tex]
and
[tex]\int_0^{\pi/2} \frac{\sin(2n+1)x}{\sin x} \ dx = \frac{\pi}{2}[/tex]

The Attempt at a Solution



I found an expression for [tex]\cos 2\theta + \cos 4\theta + \cos 6\theta + \dots + \cos (2n\theta)[/tex] which was [tex]\sum_{k=1}^{n}1-2sin^{2}k\theta[/tex] but couldn't continue because it doesn't look like the appropriate expression.
 
Last edited:
Physics news on Phys.org
VertexOperator said:

Homework Statement



Find an expression for

[tex]\cos 2\theta + \cos 4\theta + \cos 6\theta + \dots + \cos (2n\theta)[/tex]

Hence prove that
[tex]\int_0^{\pi/2} \frac{\sin(2n+1)x}{\sin x} \ dx = \frac{\pi}{2}[/tex]


Homework Equations



[tex]\cos 2\theta + \cos 4\theta + \cos 6\theta + \dots + \cos (2n\theta)[/tex]
and
[tex]\int_0^{\pi/2} \frac{\sin(2n+1)x}{\sin x} \ dx = \frac{\pi}{2}[/tex]

The Attempt at a Solution



I found an expression for [tex]\cos 2\theta + \cos 4\theta + \cos 6\theta + \dots + \cos (2n\theta)[/tex] which was [tex]\sum_{k=1}^{n}1-sin^{2}k\theta[/tex] but couldn't continue because it doesn't look like the appropriate expression.
What is 1 - sin2(u) ?
 
oh it should have been 1-2sin^2u
edited*
 
SammyS said:
cos(2u) = ?

Yes, that is how I go 1-2sin^2(u) in the first place (because the integral had sin) but I don't see how it can help me evaluate the integral :(
 
Do you know the identity that [itex]cos θ= \frac{e^{iθ} + e^{-iθ}}{2}[/itex]?
 
It seems helpful to use this identity to reduce the question to geometric progression, then what it takes is some computation.
 
How does that help me do the integral though?
 
I have never learned how to express cis in terms of e so can you please give me a hint on how to do it?
Thank you!
 
How do I find the real part of e^2ix...
 
I get
e^2ix=cos2x+ison2x
e^4ix=cos4x+ison4x
.
.
.
e^nix=cosnx+isonnx

I still don't see how this can help with the integral :(
 
Ok, so I get [tex]\frac{e^{ix}+e^{-ix}}{2} =cosx[/tex]
[tex]\frac{e^{ix}-e^{-ix}}{2} =sinx[/tex]
 
How can I make use of these identities now?
 
I know this is dumb but this is what I did :(
[tex]\int_{0}^{\frac{\pi }{2}}\frac{e^{i(2n+1)x}-e^{-i(2n+1)x}}{e^{ix}-e^{-ix}}dx[/tex]
 
I know, you are not allowed to solve the question form me but if the student is stuck shouldn't you give some hints? :(
 
It is already very close! Remember we have the identity that [itex]sinθ=\frac{e^iθ-e^{-iθ}}{2i}[/itex], how does this relate to the integration you wrote?

BTW if you find such problems difficult, given that you haven't learned about Euler's Equation, it is perhaps more productive to have a better grasp of the material. It is indeed better than asking as it will improve your understanding on the topic a lot more. And all the joy of revelation after solving a problem will be the greatest when you figure it out completely on your own :)
 
The denominator is equal to 2isinx and the numerator =2isin(2n+1)x?
How can I integrate the integral I have in post 20 though, it looks very hard :(
 
yes and it would equal integrating a sum of cos because you just prove that these two expressions are equivalent. And integrating separately the cos in the series is an easy job.
 
But why is
[tex]\int_{0}^{\frac{\pi }{2}}\frac{e^{i(2n+1)x}-e^{-i(2n+1)x}}{e^{ix}-e^{-ix}}dx[/tex]
equal to the cos2x series? Isn't this the imaginary part of e^2ix+e^4ix+...+e^2nix and the cos2x series the real part?
 
Last edited:
I haven't done the calculation myself, but you should, according to Euler's Equation, take the real part of the sum of exponential functions.
 
Isn't the real part the cos2nx series?
 
I ignored some because Euler's formula isn't covered by the syllabus. Maybe we should use cis2x+(cis2x)^2+...+(cis2x)^n as a suitable geometric series.

I was able to do the integral without using the series but that isn't acceptable for this question.

Let [tex]I_n=\int_0^{\pi/2}\frac{\sin ((2n+1)x)}{\sin(x)}dx[/tex]
we can use sum to products formula: [tex]\sin((2n+1)x)-\sin((2n-1)x)=2\sin(x)\cos(2nx)[/tex] [tex]\therefore I_n=\int_0^{\pi/2} \frac{\sin((2n+1)x)}{\sin(x)}dx[/tex]
[tex]=\int_0^{\pi/2} \frac{\sin((2n-1)x)}{\sin(x)}dx+2\int_0^{\pi/2}\cos(2nx)dx[/tex]
The cosine integral is zero, so we have that [tex]I_n=I_{n-1}[/tex]
By induction this implies that [tex]I_n=I_0=\pi/2[/tex]