Can Euler's Method Solve Higher Order Sums in the Basel Problem?

  • Context: Graduate 
  • Thread starter Thread starter Parmenides
  • Start date Start date
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
2 replies · 3K views
Parmenides
Messages
34
Reaction score
0
Hello,

In several courses now, I have seen the following:

[tex]\sum_{n=1}^{\infty} \frac{1}{n^2} = \frac{{\pi}^2}{6}[/tex]

and

[tex]\sum_{n=1}^{\infty} \frac{1}{n^4} = \frac{{\pi}^4}{90}[/tex]

and so forth. While I know that these are related to the Riemann Zeta Function for even powers of n, I was wondering if there was a way to analytically solve these sorts of sums, without recourse to it. Is it possible to extend Euler's method of solving the Basel Problem to higher orders of even n (expanding the sine series, collecting the roots, and equating terms)?
 
Physics news on Phys.org
Euler's argument was very nonrigorous. It worked, but he failed to prove most of the argument.

That said, there are analytic solutions of the series you mention and there are rigorous proofs. One of those proofs is through complex analysis and the residue theorem. Another proofs is through Fourier analysis. I'm sure there are many others. The analytic solution of your series can be found on wikipedia: http://en.wikipedia.org/wiki/Riemann_zeta_function#Specific_values

So,

[tex]\sum_{n=1}^{+\infty}\frac{1}{n^s}= (-1)^{s+1}\frac{B_{2s}(2\pi)^{2s}}{2(2s)!}[/tex]

For the proof, I will have to refer you to textbooks. I know "Complex Analysis" by Freitag and Busam is an excellent text which contains the proof as an application of the residue theorem. I'm sure others can give other good references.