Fourier Series of a step function

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 16K views
Oreith
Messages
8
Reaction score
0

Homework Statement


[/B]
[tex] f(x)=\left\{\begin{array}{cc}0,&\mbox{ if }<br /> 0< x < 2\\1, & \mbox{ if } 2<x<4\end{array}\right.[/tex]
Show that the Cosine Fourier Series of f(x) for the range [0,4] is given by:

[tex]A + B\sum^{\infty}_{n=0}\frac{(-1)^n}{(2m+1)}cos(\frac{(2m +1) \pi x}{2})[/tex]

Homework Equations



[tex]a_n = \frac{2}{L}\int^{x_0 + L}_{x_0} f(x)cos(\frac{2\pi nx}{L})dx[/tex]

The Attempt at a Solution



L = 4
[tex]a_n = \frac{1}{2}\int^{4}_{0} f(x)cos(\frac{\pi nx}{2})dx =\frac{1}{2}\int^{2}_{0} 0cos(\frac{\pi nx}{2})dx+\frac{1}{2}\int^{4}_{2} cos(\frac{\pi nx}{2})dx = \frac{1}{2}\int^{4}_{2} cos(\frac{\pi nx}{2})dx[/tex]

[tex]= \frac{1}{2}[\frac{2 sin(2n\pi)}{\pi n} - \frac{2 sin(n\pi)}{\pi n} = \frac{1}{2}[0 - 0] = 0[/tex]

I do get a non-zero a0 term but it seems weird to me that B would be zero, is my L wrong?
 
Last edited:
Physics news on Phys.org
When dealing with Fourier cosine and sine series, you are actually extending a non-periodic function onto a periodic even or odd domain. Hence the effective period is actually twice as large instead, that is to say, you are actually working with the interval -4 < x < 4 here as the basic unit.
 
Fightfish said:
When dealing with Fourier cosine and sine series, you are actually extending a non-periodic function onto a periodic even or odd domain. Hence the effective period is actually twice as large instead, that is to say, you are actually working with the interval -4 < x < 4 here as the basic unit.

I see, is this symmetrisation of the interval around x = 0 always necessary or does it depend on f(x)?
 
Well, if you want to express a non-periodic function in terms of a Fourier series, then you will have to choose how to extend it to a periodic function - there are arbitrarily many different ways of doing so, but for convenience, usually we will choose the odd or even extensions, which lead respectively to the Fourier sine and cosine series.
 
My function is only defined for 0 < x < 4. To make it periodic does my function become:

[tex] f(x)=\left\{\begin{array}{cc}<br /> 0,&\mbox{ if }<br /> -4< x < -2\\<br /> 1,&\mbox{ if }<br /> -2< x < 0\\<br /> 0,&\mbox{ if }<br /> 0< x < 2\\1, & \mbox{ if } 2<x<4\end{array}\right.[/tex]
 
Thanks! Is the choice completely arbitrary for the complex exponential Fourier Series since it has both sine and cosine components?
 
Oreith said:

Homework Statement


[/B]
[tex] f(x)=\left\{\begin{array}{cc}0,&\mbox{ if }<br /> 0< x < 2\\1, & \mbox{ if } 2<x<4\end{array}\right.[/tex]
Show that the Cosine Fourier Series of f(x) for the range [0,4] is given by:

[tex]A + B\sum^{\infty}_{n=0}\frac{(-1)^n}{(2m+1)}cos(\frac{(2m +1) \pi x}{2})[/tex]

Homework Equations



[tex]a_n = \frac{2}{L}\int^{x_0 + L}_{x_0} f(x)cos(\frac{2\pi nx}{L})dx[/tex]
Your problem is in that formula for ##a_n##. In your problem with ##L=4## it should read
$$a_n = \frac 2 4 \int_0^4 f(x) \cos(\frac{n\pi x}{4})~dx$$
 
Last edited:
I'm sorry but I don't really see that?
 
Oreith said:
I'm sorry but I don't really see that?
Look here, for example:
http://www.intmath.com/fourier-series/4-fourier-half-range-functions.php
 
Last edited by a moderator:
Oreith said:
Thanks! Is the choice completely arbitrary for the complex exponential Fourier Series since it has both sine and cosine components?
That's right. There's no symmetry requirement for the complex exponential series.