Solving Infinite Sums: Where to Begin?

  • Thread starter eep
  • Start date
  • Tags
    Infinite
In summary, this person is having trouble with an infinite sum and is looking for a way to solve it. They tried a Fourier series and found that the sum converges. However, they have trouble getting an estimate that is close to the actual answer.
  • #1
eep
227
0
I'm having a lot of trouble with infinite summations. For example, I need to sum the following quantity:

[tex]\sum_{n=1,3,5...}^{\infty}\frac{1}{n^2}[/tex]

I tried to find the result on the internet but to no avail. I really have no idea where to begin when evaluating infinite sums, so if someone could please recommend a good book or point me to a good resource, I'd greatly appreciate it.
 
Physics news on Phys.org
  • #2
Observe that:

[tex]\sum _{n\ odd} \frac{1}{n^2} = \left(\sum _{n \in \mathbb{N}}\frac{1}{n^2}\right) - \left(\sum _{n\ even}\frac{1}{n^2}\right)[/tex]

[tex] = \left(\sum _{n \in \mathbb{N}}\frac{1}{n^2}\right) - \left(\sum _{n = 2,4,6,\dots}^{\infty}\frac{1}{n^2}\right)[/tex]

[tex] = \left(\sum _{n \in \mathbb{N}}\frac{1}{n^2}\right) - \left(\sum _{m = 1,2,3,\dots}^{\infty}\frac{1}{(2m)^2}\right)[/tex]

[tex] = \left(\sum _{n \in \mathbb{N}}\frac{1}{n^2}\right) - \left[\frac{1}{4}\left(\sum _{m = 1,2,3,\dots}^{\infty}\frac{1}{m^2}\right)\right][/tex]

[tex] = \frac{3}{4}\left(\sum _{n \in \mathbb{N}}\frac{1}{n^2}\right)[/tex]

I'm not sure what that sum is. We all learn that it converges, I don't recall if we ever learn how to compute it. It's 1.6 something or 1.5 something.
 
Last edited:
  • #3
In the context of which class is this question asked? If you're allowed to use Fourier series, than it can be done. Otherwise, I don't recall of a way either.
 
  • #4
Fourier series would be fair game, I suppose. This is from a Griffiths' Quantum Mechanics problem in which given [itex]\psi(x,0)[/itex] you're supposed to find [itex]\psi(x,t)[/itex] using Fourier series. The problem then asks me for the expected energy, which left me with the infinite sum from above.
 
  • #5
K, then here's a way:

Develop the function f(x) = x defined on [0,pi] in a serie of cosines (i.e. consider f as a mere restriction of an even function f*, and expand f* in a Fourier serie as you normally would)

The serie will be summed over odd integers and 0 only and the coefficients of that serie will be a_0 = 1 and a_n = -4/(pi² n²). Now set x = 0. All the cos(nx) terms become 1 and you can solve for

[tex]\sum_{n=1,3,5...}^{\infty}\frac{1}{n^2}[/tex]

And also find

[tex]\sum_{n \in \mathbb{N}}^{\infty}\frac{1}{n^2}[/tex]

following AKG'S procedure if you desire.

Funny how the odd part of the serie makes for a whooping 3/4 of its sum and the even part only 1/4.

I find

[tex]\sum_{n=1,3,5...}^{\infty}\frac{1}{n^2} = \frac{\pi^2}{4} \Rightarrow \sum_{n \in \mathbb{N}}^{\infty}\frac{1}{n^2} = \frac{\pi^2}{3}[/tex]

But this does not seem right, as after 17 terms, it can be established that the 2 first digits of the sum are 1.5 < pi²/3 :(
 
Last edited:
  • #6
Eeh?
[tex]\sum_{n=1}^{\infty}\frac{1}{n^{2}}=\frac{\pi^{2}}{6}[/tex]
 
  • #7
A friend of mine had a novel way of doing these -- get a numerical estimate, and then try multiplying or dividing the results by appropriate powers of pi. (He had ways of telling which powers were good) When you get one that looks like a rational number, you have good odds that's your sum!
 
  • #8
arildno said:
Eeh?
Well indeed, but can you see the flaw in my reasoning? The values a_0 = 1 and a_n = -4/(pi² n²) are taken straight from the solution manual of my analysis textbook.
 
  • #9
Hurkyl, how would that work exactly? Given your initial guess, you're going to change it by at least a factor of [itex]\pi[/itex]. This method is only good if your initial guess is thus off by at least a factor of [itex]\pi[/itex], i.e. your initial guess has to be way off. Am I missing something?
 
  • #10
You add up the first two terms of your sum and get, say, 1.6448. You suspect there's a pi^2 factor, because it's a sum of inverse squares, so you divide by pi^2 leaving 0.16665. That smells like 1/6, so you decree that the sum is pi^2 / 6.
 
  • #11
I see. I tried it with 1/n³, and summing the first 10 terms gives 1.197532... Dividing by [itex]\pi ^3[/itex] gives 0.03862... which is 1/25.89182... As more terms are added, the estimate will increase, so the result of dividing by [itex]\pi ^3[/itex] will increase so expressing it in the form 1/x will make the x decrease. So if anything, the 25.89182... will have to decrease to 25, which seems to drastic a drop. Maybe it's not [itex]\pi ^3/x[/itex] but [itex]y\pi ^3/x[/itex] where y and x are co-prime, y is not 1. Or it may not be [itex]\pi ^3[/itex] at all. However, I tried it with a few other powers (1st, 2nd, 4th, and 6th) and none of them give anything that looks like 1/x in the end, for some integer x (i.e. the x that comes out is far away from an integer).

I tried it with [itex]1/n^4[/itex], and dividing by [itex]\pi ^4[/itex] it seems that maybe the answer should be:

[tex]\frac{\pi ^4}{90}[/tex]

Does anyone know if this is right? Or even better, does anyone know an online resource where the values of various sums are given?
 
  • #13
It helps to know that zeta(p) is of the form pi^p/something only if p is even. That way you know the trick of your friend will only work for p even. That would explain your problem with zeta(3) AKG. But I like the trick too. It can be useful in an exam.
 
  • #14
Thanks Hurkyl.
 
  • #15
quasar987 said:
Funny how the odd part of the serie makes for a whooping 3/4 of its sum and the even part only 1/4.
Not really, the odd terms contain 1, which is distinctly larger than any of the other entries, and takes up a signficant part of pi^2/6 on its own (about 2/3 of it). Correspondingly the odd terms will be even more significant if we were to look at other higher (lower) powers of 1/n (n)
 
  • #16
quasar987 said:
Well indeed, but can you see the flaw in my reasoning? The values a_0 = 1 and a_n = -4/(pi² n²) are taken straight from the solution manual of my analysis textbook.

Check how your text defines the Fourier series and coefficients. There's probably a 1/2 term in front of the a_0 term in the series.
 
  • #17
shmoe said:
Check how your text defines the Fourier series and coefficients. There's probably a 1/2 term in front of the a_0 term in the series.
Ah! Yes, I had forgotten about that! =)
 

FAQ: Solving Infinite Sums: Where to Begin?

What is an infinite sum?

An infinite sum is a mathematical concept where an infinite number of terms are added together. It is also known as an infinite series.

How do you solve an infinite sum?

To solve an infinite sum, you need to use specific mathematical techniques, such as the limit of partial sums or the ratio test, to determine whether the sum converges or diverges. If it converges, you can find the sum by evaluating the limit of the partial sums.

What is the difference between a convergent and divergent infinite sum?

A convergent infinite sum is one that has a finite sum, meaning that as you add more terms, the sum approaches a specific value. A divergent infinite sum does not have a finite sum, and the terms continue to increase or oscillate without approaching a specific value.

What is the significance of solving infinite sums?

Solving infinite sums is essential in many mathematical applications, such as in calculus, physics, and engineering. It allows us to understand the behavior of functions and make predictions about their values at different points.

Are there any real-life applications of infinite sums?

Yes, there are many real-life applications of infinite sums, such as in calculating compound interest, estimating population growth, and determining the value of an alternating current in an electric circuit.

Back
Top