Integration by parts and coefficients

Somefantastik
Messages
226
Reaction score
0
b_{n} = \frac{1}{\pi}\int^{\pi}_{-\pi}sin\theta sin n\theta d \theta

let

u = sin \theta, \ du = cos \theta d \theta
dv = sin n \theta d \theta, \ v = -\frac{1}{n}cosn \theta

= \left[-\frac{1}{n} sin \theta cos n \theta \right|^{\pi}_{-\pi} + \frac{1}{n} \int^{\pi}_{-\pi} cos \theta cos n \theta d \theta \right]

now -\frac{1}{n} sin \theta cos n \theta \right|^{\pi}_{-\pi} = 0

and

u = cos\theta, \ du = -sin \theta d\theta

dv = -sin\theta d\theta, \ v = \frac{1}{n}sin n \theta

= \frac{1}{n} \left[\frac{1}{n} cos \theta sin n \theta \right|^{\pi}_{-\pi} + \frac{1}{n} \int^{\pi}_{-\pi} sin \theta sin n\theta \right]

I keep getting that to come out to zero but I know it shouldn't. I'm not sure what it should come out to, but it's a Fourier coeff for expanding sin(x). Since sin(x) is an odd function, I know that this coeff should have a value other than 0.

Can someone help me?
 
Physics news on Phys.org
You have to do "integration by parts" twice to get the answer. You are correct - it's not zero.
 
well I did, and got zero. The second integration by parts is the last line. What am I missing here?
 
I don't have time to go through your entire calculation, but one of the denominators should be n-squared and not n. Then the terms don't cancel. I hope this helps.
 
Ok thanks for looking. I'll keep trying.
 
b_{n} = \frac{1}{\pi}\int^{\pi}_{-\pi}sin\theta sin n\theta d \theta

let

u = sin \theta, \ du = cos \theta d \theta
dv = sin n \theta d \theta, \ v = -\frac{1}{n}cosn \theta

= \left[-\frac{1}{n} sin \theta cos n \theta \right]^{\pi}_{-\pi} + \left[\frac{1}{n} \int^{\pi}_{-\pi} cos \theta cos n \theta d \theta \right]

now \left[-\frac{1}{n} sin \theta cos n \theta \right]^{\pi}_{-\pi} = 0

and

u = cos\theta, \ du = -sin \theta d\theta

dv = -sin\theta d\theta, \ v = \frac{1}{n}sin n \theta

= \frac{1}{n} \left[\frac{1}{n} cos \theta sin n \theta \right]^{\pi}_{-\pi} + \frac{1}{n} \left[\frac{1}{n} \int^{\pi}_{-\pi} sin \theta sin n\theta \right]

since \frac{1}{n} \left[\frac{1}{n}cos\theta sin n \theta \right]^{\pi}_{-\pi} = 0

Then

\frac{1}{\pi}\int^{\pi}_{-\pi}sin\theta sin n\theta d \theta = \frac{1}{n^{2}}\int^{\pi}_{-\pi}sin\theta sin n\theta d \theta

That still looks like zero to me. ? :(
 
Sorry - yesterday I never actually evaluated my answer.

After reconsidering the problem, I realize that because the integrand is the sine of theta - an odd function - times the sine of (n times theta) - another odd function - the integrand is an even function. Therefore integrating over limits that are symmetrical to theta = zero will yield an answer of zero.

I verified this by evaluating my answer from negative pi to pi.

So, I now believe your original answer is correct, despite your misgivings.
 
Weird. Shouldn't be zero. I was trying to find the coefficients for a Fourier series exp. of sin(theta). All the an's should be zero, but the bn's should be some value.
 
Back
Top