Proving the Sum of a Fourier Series Using Parseval's Relation

Click For Summary

Homework Help Overview

The discussion revolves around demonstrating the equality \(\sum_{n=1}^{\infty}\frac{1}{(2n-1)^2}=\frac{\pi^2}{8}\) using Fourier series and Parseval's relation. Participants reference a Fourier series for a piecewise function defined on specific intervals and explore various approaches to prove the stated equality.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss the validity of a Fourier series expansion and its implications for the problem. There are attempts to manipulate series and apply Parseval's relation, with some participants expressing uncertainty about their reasoning and calculations. Questions arise regarding the correct series to use and the handling of sums, particularly concerning the squaring of series and the treatment of alternating series.

Discussion Status

Some participants have provided insights and suggestions for alternative approaches, including the use of different Fourier series from previous exercises. There is recognition of the complexity involved in the problem, and while some progress has been made, explicit consensus on the correct method or solution has not been reached.

Contextual Notes

Participants note the requirement to use specific Fourier series from prior exercises and the challenge of aligning their findings with the expected results. There is mention of imposed homework rules and the need to verify multiple summations related to the problem.

Telemachus
Messages
820
Reaction score
30
Hi. Well, I have to demonstrate that \sum_{n=1}^{\infty}\frac{1}{(2n-1)^2}=\frac{\pi^2}{8}
Using a previous result of a Fourier series for f(t)=1 if 0<t<1, f(t)=0 if -1<t<0.
I've found that:
f(t)\sim{}1/2+\sum_{n=1}^{\infty}\frac{2}{(2n-1)\pi}\sin([2k-1]\pi t)

I think this result, the series expansion for the function is right. But when I've tried to demonstrate what the problem asks me I get to an absurd, so I'm not sure where the error is.

This is what I did:

S(1/2)=1=\frac{1}{2}+\sum_{n=1}^{\infty}\frac{2}{(2n-1)\pi}\sin([2k-1]\frac{\pi}{2})
Working from here:

\frac{1}{2}=\frac{2}{\pi}\sum_{n=1}^{\infty}\frac{(-1)^{n-1}}{(2n-1)}
\frac{\pi}{4}=\sum_{n=1}^{\infty}\frac{(-1)^{n-1}}{(2n-1)}
\frac{\pi^2}{16}=\sum_{n=1}^{\infty}\frac{1}{(2n-1)^2}

So, I'm doing something wrong. Perhaps you can see more clearly where am I committing the mistake.
 
Physics news on Phys.org
Telemachus said:
Hi. Well, I have to demonstrate that \sum_{n=1}^{\infty}\frac{1}{(2n-1)^2}=\frac{\pi^2}{8}
Using a previous result of a Fourier series for f(t)=1 if 0<t<1, f(t)=0 if -1<t<0.
I've found that:
f(t)\sim{}1/2+\sum_{n=1}^{\infty}\frac{2}{(2n-1)\pi}\sin([2k-1]\pi t)

I think this result, the series expansion for the function is right. But when I've tried to demonstrate what the problem asks me I get to an absurd, so I'm not sure where the error is.

This is what I did:

S(1/2)=1=\frac{1}{2}+\sum_{n=1}^{\infty}\frac{2}{(2n-1)\pi}\sin([2k-1]\frac{\pi}{2})
Working from here:

\frac{1}{2}=\frac{2}{\pi}\sum_{n=1}^{\infty}\frac{(-1)^{n-1}}{(2n-1)}
\frac{\pi}{4}=\sum_{n=1}^{\infty}\frac{(-1)^{n-1}}{(2n-1)}
\frac{\pi^2}{16}=\sum_{n=1}^{\infty}\frac{1}{(2n-1)^2}

So, I'm doing something wrong. Perhaps you can see more clearly where am I committing the mistake.

Right there. You can't square a sum that easily, because you would need to use an infinite binomial expansion. It's a sum, after all.
 
Maybe this is too much of a hint:
The problem seems similar to the Basel problem, which can be solved using Fourier series.
 
That's not the series you want to use. The sine will keep flipping sign, so you'll get an alternating series. Also, you want (2n-1)2 in the denominator. You only have the first power.

EDIT: Oh, I see what you tried. That doesn't work because

\sum_{n=1}^\infty a_n^2 \ne \left(\sum_{n=1}^\infty a_n\right)^2
 
Thanks. There are two more function that I think I can use, from the previous exercise. Actually it asks me to use the Fourier series found in problem 4), which have three different functions. The one I've tried to use was one, the other is the one which you helped me to solve before.

attachment.php?attachmentid=36005&stc=1&d=1306644128.png

I've used c) in the previous problem for solving \pi^2/6, I think I've used more elementary elements there (I don't have my notebook right now).
I think I should use a). I'll do it tomorrow.
 

Attachments

  • 4.PNG
    4.PNG
    1.9 KB · Views: 644
Last edited:
Well, the problem says: Using the previous exercise verify that:

1+\frac{1}{2^2}+\frac{1}{3^2}+\frac{1}{4^2}+\frac{1}{5^2}+...=\frac{\pi^2}{6}
1+\frac{1}{3^2}+\frac{1}{5^2}+\frac{1}{7^2}+\frac{1}{9^2}+...=\frac{\pi^2}{8}
1-\frac{1}{2^2}+\frac{1}{3^2}-\frac{1}{4^2}+\frac{1}{5^2}-...=\frac{\pi^2}{12}

So, as I said, I've proved the first using c). My teacher told me that I can use the function c) and its Fourier representation for proving the three asked summations.

For the first, you can see the function https://www.physicsforums.com/showthread.php?t=502460"

Its Fourier representation is: f(t)\sim{} \frac{\pi^2}{6}+\sum_{n=1}^{\infty}\frac{2}{n^2}(-1)^n\cos(nt)+\left ( \frac{2(-1)^n-2}{n^3\pi}-\frac{\pi (-1)^n}{n}\right ) \sin(nt)

So this is what I did:

S(\pi)=\frac{\pi^2}{2}=\frac{\pi^2}{6}+\sum_{n=1}^{\infty}\frac{2}{n^2}(-1)^n\cos(n\pi)\rightarrow{}\frac{\pi^2}{3}=\sum_{n=1}^{\infty} \frac{2}{n^2}\rightarrow{\sum_{n=1}^{\infty}\frac{1}{n^2}=\frac{\pi^2}{6}}

Everything right till there. Now I should prove this: 1-\frac{1}{2^2}+\frac{1}{3^2}-\frac{1}{4^2}+\frac{1}{5^2}-...=\frac{\pi^2}{12}, and then using some addition I could prove c). But I couldn't do it. Thats how my teacher did it (I don't remember exactly how, which values he used, but in general terms he used something like this), there are probably another ways. I've also tried using a).

The Fourier representations for a) and b) are:

a)f(t)\sim{} \frac{1}{2}+\sum_{n=1}^{\infty}\frac{-1}{n\pi}\sin(2n\pi t)
b)f(t)\sim{} \frac{1}{2}+\sum_{k=0}^{\infty}\frac{2}{(2k+1)\pi}\sin([2k+1] \pi t)

b) is the one that I've tried to use for proving b at the beginning. So following my teachers indications I've tried to prove the third summation. This is what I've tried, using c) again:
f(\frac{\pi}{2})=\frac{\pi^2}{4}= \frac{\pi^2}{6}+ \sum_{n=1}^{\infty} \left ( \frac{2(-1)^n-2}{n^3\pi}-\frac{\pi (-1)^n}{n}\right ) (-1)^{n+1}

The thing is I can't handle the expression, I think I should use some algebra to work this, I've also tried to show some identity between the expression I got there and the one I'm trying to get, but didn't get too far. So I thought that maybe you could make me some suggestions.

When using a) I get some bad results, I don't know why. This is quiet apart, but I'd also like to know what's going wrong. I've tried to make with a)

f(\frac{1}{4})= \frac{1}{4} = \frac{1}{2} - \frac{1}{\pi} \sum_{n=1}^{\infty} \frac{1}{n} \sin(n\frac{\pi}{2} ) \rightarrow{} \frac{\pi}{4} = \sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n}
But mathematica gives \log [2], there is something that I'm doing wrong with this.

I've also tried with Parsevals relation.

||f||^2=\displaystyle\int_{0}^{1}t^2dt=\frac{1}{3}
2||f||^2=\frac{2}{3}=\frac{1}{2}+ \sum_{n=1}^{\infty} \frac{1}{n^2\pi^2} \rightarrow{} \frac{\pi^2}{3}= \sum_{n=1}^{\infty}\frac{1}{n^2}
Which again is wrong, as showed at first \sum_{n=1}^{\infty}\frac{1}{n^2}=\frac{\pi^2}{6}

And I don't know what mistakes I'm committing here.

Thats all. Bye there, and thanks.
 
Last edited by a moderator:
I suppose you might be able to use c) to do all of the sums, but it seems kind of complicated for at least one of them.

Your instinct to use b) is good because that series has only the odd terms. The problem is to get (2n+1)2 on the bottom. The trick is to integrate the series (and f(t) as well).
 
I get it using b and parseval relation, it was quiet easy. That for proving the second summation, now I have to prove the one that gives \frac{\pi^2}{12}.

Thanks vela :)
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K