New Reply

Basel Problem

 
Share Thread Thread Tools
Sep7-12, 12:41 PM   #1
 

Basel Problem


The Basel Problem is a well known result in analysis which basically states:

[tex]
\frac{1}{1^2} + \frac{1}{2^2} + \frac{1}{3^2} + \frac{1}{4^2} + ... = \frac{\pi^2}{6}
[/tex]

There are various well-known ways to prove this.

I was wondering if there is a similar, simple way to calculate the value of the sum:

[tex]
\frac{1}{1^2} - \frac{1}{2^2} + \frac{1}{3^2} - \frac{1}{4^2} + ... = ???
[/tex]

The value of this sum should work out to pi*pi/12, but I was wondering if there was a straightforward way to prove it?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Heat-related deaths in Manhattan projected to rise
>> Dire outlook despite global warming 'pause': study
>> Sea level influenced tropical climate during the last ice age
Sep7-12, 03:06 PM   #2
 
Blog Entries: 8
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Depends on what you mean with straightforward. Do you think Fourier series is straightforward? That allows you to prove it.
 
Sep7-12, 03:58 PM   #3
 
Recognitions:
Homework Helper Homework Help
Quote by psholtz View Post
The Basel Problem is a well known result in analysis which basically states:

[tex]
\frac{1}{1^2} + \frac{1}{2^2} + \frac{1}{3^2} + \frac{1}{4^2} + ... = \frac{\pi^2}{6}
[/tex]

There are various well-known ways to prove this.

I was wondering if there is a similar, simple way to calculate the value of the sum:

[tex]
\frac{1}{1^2} - \frac{1}{2^2} + \frac{1}{3^2} - \frac{1}{4^2} + ... = ???
[/tex]

The value of this sum should work out to pi*pi/12, but I was wondering if there was a straightforward way to prove it?
Well, it may not be rigorous, but you could write

$$\begin{eqnarray*}
\frac{1}{1^2} - \frac{1}{2^2} + \frac{1}{3^2} - \frac{1}{4^2} + ...& = & \left(\frac{1}{1^2} + \frac{1}{2^2} + \frac{1}{3^2} + \frac{1}{4^2} + \dots\right) - 2\left(\frac{1}{2^2} + \frac{1}{4^2} + \frac{1}{6^2} + \dots \right) \\
& = & \left(\frac{1}{1^2} + \frac{1}{2^2} + \frac{1}{3^2} + \frac{1}{4^2} + \dots\right) - \frac{2}{2^2}\left(\frac{1}{1^2} + \frac{1}{2^2} + \frac{1}{3^2} + \dots \right) \\
& = & \dots\end{eqnarray*}$$

(You could make this rigourous by being careful with the convergence of the two series, I imagine).
 
Sep7-12, 03:58 PM   #4
 

Basel Problem


Sure, a Fourier series would be straightforward.

I'm familiar w/ how Fourier analysis can be used to sum the first series, but it's not immediately clear to me how to proceed from that solution, to the sum for the second series.

Could you give me a pointer/hint?
 
Sep7-12, 04:01 PM   #5
 
Quote by Mute View Post
Well, it may not be rigorous, but you could write

$$\begin{eqnarray*}
\frac{1}{1^2} - \frac{1}{2^2} + \frac{1}{3^2} - \frac{1}{4^2} + ...& = & \left(\frac{1}{1^2} + \frac{1}{2^2} + \frac{1}{3^2} + \frac{1}{4^2} + \dots\right) - 2\left(\frac{1}{2^2} + \frac{1}{4^2} + \frac{1}{6^2} + \dots \right) \\
& = & \left(\frac{1}{1^2} + \frac{1}{2^2} + \frac{1}{3^2} + \frac{1}{4^2} + \dots\right) - \frac{2}{2^2}\left(\frac{1}{1^2} + \frac{1}{2^2} + \frac{1}{3^2} + \dots \right) \\
& = & \dots\end{eqnarray*}$$

(You could this rigourous by being careful with the convergence of the two series, I imagine).
Yes, thanks...

This was something along the lines of the intuition I was going by, but didn't quite get it to this point.

Thanks..
 
Sep7-12, 04:02 PM   #6
 
Blog Entries: 8
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by Mute View Post
Well, it may not be rigorous, but you could write

$$\begin{eqnarray*}
\frac{1}{1^2} - \frac{1}{2^2} + \frac{1}{3^2} - \frac{1}{4^2} + ...& = & \left(\frac{1}{1^2} + \frac{1}{2^2} + \frac{1}{3^2} + \frac{1}{4^2} + \dots\right) - 2\left(\frac{1}{2^2} + \frac{1}{4^2} + \frac{1}{6^2} + \dots \right) \\
& = & \left(\frac{1}{1^2} + \frac{1}{2^2} + \frac{1}{3^2} + \frac{1}{4^2} + \dots\right) - \frac{2}{2^2}\left(\frac{1}{1^2} + \frac{1}{2^2} + \frac{1}{3^2} + \dots \right) \\
& = & \dots\end{eqnarray*}$$

(You could this rigourous by being careful with the convergence of the two series, I imagine).
Oh, this works as well!! Nice!

My idea was to work with the Fourier series of [itex]f(x)=x^2[/itex]
 
Sep7-12, 04:03 PM   #7
 
Recognitions:
Homework Helper Homework Help
Darn, guys, you replied too fast and quoted my post before I could edit in the missing word "make". =P
 
New Reply
Thread Tools


Similar Threads for: Basel Problem
Thread Forum Replies
How come the trick used to prove the Basel problem doesn't work for other values? Topology and Analysis 9
Basel problem solution General Math 3
Euler's solution to the Basel problem General Math 1