Estimating a sum of an Infinite series

G01
Science Advisor
Gold Member
Messages
2,704
Reaction score
19
How many terms of :

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

do you have to add to get an error < .01

Alright, I used the Alternating Series Estimation Theorem since the terms are decreasing and the terms approach 0.

So, by the theorem, .01 < = b_{n+1} so

1/(n+1)^2 = 1/100
(n+1)^2 = 100
n+1 = 10

So this means that in order to get this error, we have to add 9 terms right? The back of my book says 10 is the answer. Why is that?
 
Physics news on Phys.org
You have a less than or equal sign in one place and a less than sign in the other place. You've shown that the error is less than or equal to 1/100 if you evaluate to 9 terms, but you need one more to show that it's actually less than by this method.
 
AH HAH! Thats it!
Its supposed to be a less than sign, thanks!
 
BTW, the sum is exactly \frac{\pi^{2}}{12}.

Daniel.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top