Fourier Cosine Series Coefficient Calculation: A_n = (2)(-1)^{n+1}(n≥1)

TranscendArcu
Messages
277
Reaction score
0

Homework Statement



Screen_shot_2012_05_18_at_5_53_44_PM.png


The Attempt at a Solution


So after I have properly extended the series, I want to find the A_n coefficients. In the case of A_0 I get 1/2 -- good, great. That's what the book gets.

Now for the general A_n:

A_n = \frac{1}{2} \int^2_{-2} (1)cos(\frac{n\pi x}{2}) dx
because, in the piecewise function, the portions from -2 to -1 and from 1 to 2 are zero, we can just write this as

A_n = \frac{1}{2} \int^1_{-1} (1)cos(\frac{n\pi x}{2}) dx
= \frac{1}{2}(\frac{2}{n\pi} sin(\frac{n\pi x}{2}) |^1_{-1} = \frac{2}{n\pi} sin(\frac{n\pi}{2}) n ≥ 1

and because integers n's will just cause the sin term to alternate between -1 and 1:

= \frac{(2)(-1)^{n+1}}{n\pi} n≥1, and this is my general term for the coefficients. But this isn't what the book gets, so what have I done wrong?
 
Physics news on Phys.org
TranscendArcu said:

Homework Statement



Screen_shot_2012_05_18_at_5_53_44_PM.png


The Attempt at a Solution


So after I have properly extended the series, I want to find the A_n coefficients. In the case of A_0 I get 1/2 -- good, great. That's what the book gets.

Now for the general A_n:

A_n = \frac{1}{2} \int^2_{-2} (1)cos(\frac{n\pi x}{2}) dx
because, in the piecewise function, the portions from -2 to -1 and from 1 to 2 are zero, we can just write this as

A_n = \frac{1}{2} \int^1_{-1} (1)cos(\frac{n\pi x}{2}) dx
= \frac{1}{2}(\frac{2}{n\pi} sin(\frac{n\pi x}{2}) |^1_{-1} = \frac{2}{n\pi} sin(\frac{n\pi}{2}) n ≥ 1

and because integers n's will just cause the sin term to alternate between -1 and 1:

= \frac{(2)(-1)^{n+1}}{n\pi} n≥1, and this is my general term for the coefficients. But this isn't what the book gets, so what have I done wrong?

If the period is 4, we need to know the values of f(x) between x = 2 and x = 4 (or, perhaps, between x = -2 and x = 0). What are those values?

RGV
 
Since it says to use a cosine series, I presume that the question intends for us to use an "even" function extension for the piecewise. Thus, the values for f(x) = 0 between -2<x<-1 and f(x) = 1 for -1 < x < 0. Assigning f(x)'s extension in such a way makes the function even and thus permits us to find a cosine series.
 
TranscendArcu said:
Since it says to use a cosine series, I presume that the question intends for us to use an "even" function extension for the piecewise. Thus, the values for f(x) = 0 between -2<x<-1 and f(x) = 1 for -1 < x < 0. Assigning f(x)'s extension in such a way makes the function even and thus permits us to find a cosine series.

OK, that seems fair. You say your answer differs from that in the book. What is the book's answer? Is it, perhaps, just a matter of some different normalization convention? I don't see anything obviously wrong with your computation.

RGV
 
This is the books answer:

Screen_shot_2012_05_18_at_8_29_38_PM.png


my answer will be f(x) = \frac{1}{2} + \sum_{n=1}^∞ ( \frac{(2)(-1)^{n+1}}{n\pi}) cos(\frac{n\pi x}{2})

But they seem to think that we're skipping some terms (hence the 2n - 1 things), but I don't have any terms zeroing so I don't need to make that adjustment.
 
So I just tried to plot the first couple of terms in the series in MATLAB. I've attached the resulting graph in this post. As you can see, my answer isn't doing the right thing -- it's not correctly approximating the solution. Now, granted, this is only seven terms, but it doesn't seem to be doing very well. So I'm thinking that I must have a mistake somewhere in this work...

Screen_shot_2012_05_18_at_9_31_34_PM.png
 
TranscendArcu said:
So I just tried to plot the first couple of terms in the series in MATLAB. I've attached the resulting graph in this post. As you can see, my answer isn't doing the right thing -- it's not correctly approximating the solution. Now, granted, this is only seven terms, but it doesn't seem to be doing very well. So I'm thinking that I must have a mistake somewhere in this work...

Screen_shot_2012_05_18_at_9_31_34_PM.png

For even n ≥ 2 we will have \int_{-1}^1 \cos(n \pi x /2)\, dx = 0 because in each interval (-1,0) and (0,1) the positive and negative areas cancel. For example, when n = 2 the areas from x = 0 to x = 1/2 and x = 1/2 to x = 1 are opposite.

RGV
 

Similar threads

Back
Top