Fourier series and even extension of function

bznm
Messages
181
Reaction score
0
I'm trying to solve this exercise but I have some problems, because I haven't seen an exercise of this type before.

"f(x)= \pi -x in [0, \pi]

Let's consider the even extension of f(x) in [-\pi, \pi]
and write the Fourier Series using this set ( \frac{1}{\sqrt{2 \pi}}, \frac{1}{\sqrt {\pi}} \cos nx )
and use the Parseval identity to prove:
\sum \frac{1}{(2k+1)^2}= \frac{\pi ^2}{8}"

My attempt:

a_0= \frac{1}{\sqrt {2 \pi}} \int_{-\pi}^{\pi} f(x)=\frac{1}{\sqrt {2 \pi}} \int_{-\pi}^{\pi} (\pi -x) dx= \frac{2 \pi^2}{\sqrt {2\pi}}

a_n= \frac{2}{\sqrt \pi}\int_{0}^{\pi} f(x)\cos nx dx=\frac{2}{\sqrt \pi} \frac{1-cos \pi n}{n^2}= \frac{2[1+(-1)^n]}{ \sqrt {\pi n^2}}

So,

f(x)=\frac{2 \pi^2}{\sqrt {2\pi}}+\sum_{n=1}^{\infty}\frac{2[1-(-1)^n]}{ \sqrt {\pi n^2}} \frac {\cos nx}{\sqrt \pi}

Could you tell me if these steps are correct? Are the formulas for Fourier coefficients correct?For the second part of the exercise, I have and enormous doubt:
It was told me that in similar cases, Parseval Identity is:

\int_{-\pi}^{\pi} |f(x)|^2 dx= a_o^2+ \sum |a_n|^2

I don't know how to do |a_n|, because there is the term (-1)^n..
And I have a lot of doubts to obtain the result {\pi}^2/8 using the results that I have obtained...

Many thanks for your precious help!
 
Physics news on Phys.org
No, your results aren't correct. The ##n^2## shouldn't be inside the square root in ##a_n##. It also doesn't look like you integrated correctly. In your expression for ##a_0##, you're integrating over the entire interval, but you didn't use the even extension for f(x). Finally, the constant term in the series isn't correct. It should be of the form ##a_0/\sqrt{2\pi}## where ##1/\sqrt{2\pi}## is there because it's the basis function.

You can simplify the expression for the series a bit by considering what happens when ##n## is even and when ##n## is odd.
 
Last edited:
you're right... :/ many thanks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top