Solve Convergent Series with Mathematica: Pi Squared/8

In summary, the value of the series $$\sum_{n=0}^{\infty}\frac{1}{(2n+1)^2}$$ is equal to $$\frac{\pi^2}{8}$$ and can be derived from the series $$\sum_{n=1}^{\infty}\frac{1}{n^2}=\frac{\pi^2}{6}$$ by adding and subtracting certain terms. This proof is explained in detail in Dunham's "Journey Through Genius".
  • #1
Hertz
180
8
Hi, Mathematica is telling me the value of this series, but I can't figure out how to do it on paper. Can someone please explain? $$\sum_{n=0}^{\infty}\frac{1}{(2n+1)^2}=\frac{\pi^2}{8}$$
 
Mathematics news on Phys.org
  • #2
Hertz said:
Hi, Mathematica is telling me the value of this series, but I can't figure out how to do it on paper. Can someone please explain? $$\sum_{n=0}^{\infty}\frac{1}{(2n+1)^2}=\frac{\pi^2}{8}$$

http://ptrow.com/articles/Infinite_Series_Sept_07.htm
Above describes the derivation of
$$\sum_{n=1}^{\infty}\frac{1}{n^2}=\frac{\pi^2}{6}$$

Your equation is readily derived from this. Add all the $$\frac{1}{(2n)^2}$$ terms to your series and then subtract that series as [itex](\sum_{n=1}^{\infty}\frac{1}{n^2})/4[/itex]. You end up with $$\frac{\pi^2}{6}-\frac{1}{4}\frac{\pi^2}{6}=\frac{\pi^2}{8}$$
 
  • Like
Likes 1 person
  • #3
Thanks!
 
Last edited:
  • #4
I know the proof is written in detail in Dunham's "Journey Through Genius".
 
  • #5


Hi there,

Thank you for reaching out. Mathematica is a powerful tool for solving mathematical problems, including series. In this case, the series you have provided is known as the Basel problem, which was famously solved by Leonhard Euler in the 18th century. Mathematica is able to solve this series using various methods, including the Euler-Maclaurin formula and the Riemann zeta function.

To solve this series on paper, you can use the Euler-Maclaurin formula, which states that for a function f(x) and a positive integer n, the following equation holds:

$$\sum_{k=0}^{n}f(k)=\int_{0}^{n}f(x)dx+\frac{1}{2}f(n)+\sum_{j=1}^{\infty}\frac{B_{2j}}{(2j)!}\left(f^{(2j-1)}(n)-f^{(2j-1)}(0)\right)$$

where B2j are the Bernoulli numbers. In this case, we can let f(x) = 1/(2x+1)^2 and n = ∞. Using this formula, we get:

$$\sum_{n=0}^{\infty}\frac{1}{(2n+1)^2}=\int_{0}^{\infty}\frac{1}{(2x+1)^2}dx+\frac{1}{2}\left(\frac{1}{(2\infty+1)^2}\right)-\frac{1}{2}\left(\frac{1}{(2\cdot0+1)^2}\right)+\sum_{j=1}^{\infty}\frac{B_{2j}}{(2j)!}\left(\frac{d^{2j-1}}{dx^{2j-1}}\left(\frac{1}{(2x+1)^2}\right)\bigg|_{x=\infty}-\frac{d^{2j-1}}{dx^{2j-1}}\left(\frac{1}{(2x+1)^2}\right)\bigg|_{x=0}\right)$$

The first term on the right-hand side is equal to π^2/8, and the second term is equal to 0. The remaining terms can be evaluated
 

What is a convergent series?

A convergent series is a series where the sum of its terms approaches a finite value as the number of terms increases. This means that the series has a definite limit and does not continue to grow infinitely.

How do you solve a convergent series with Mathematica?

To solve a convergent series with Mathematica, you can use the Sum function. This function takes the form Sum[f,{n,n0,n1}] where f is the function being summed, n is the variable, n0 is the starting value, and n1 is the ending value. The output of this function will give you the sum of the series.

What is the value of the series Pi Squared/8?

The value of the series Pi Squared/8 is approximately 0.985.

Can Mathematica solve other types of series?

Yes, Mathematica can solve many different types of series, including divergent series, power series, and Taylor series. It also has built-in functions for calculating limits, derivatives, and integrals of series.

How accurate are the results from solving a series with Mathematica?

The accuracy of the results from Mathematica depends on the precision settings used. By default, Mathematica uses machine precision, which is typically accurate to about 15-16 digits. However, you can increase the precision settings to get more accurate results if needed.

Similar threads

  • General Math
Replies
7
Views
1K
Replies
3
Views
704
  • Calculus and Beyond Homework Help
Replies
3
Views
415
Replies
15
Views
2K
  • General Math
Replies
33
Views
2K
Replies
12
Views
1K
  • General Math
Replies
2
Views
1K
Replies
4
Views
409
Replies
5
Views
1K
Replies
16
Views
2K
Back
Top