Sum of Series (1/n^2) Approximation & Error Estimation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 5K views
remaan
Messages
132
Reaction score
0

Homework Statement



Using the sum of the first 10 terms ,
Estimate the sum of the series (1/n^2) n from 1 to infinity ? How good the estimate is ?

c) Find a value for n that will ensure that the error in the approximation s= sn is less than .001.

Homework Equations



I think Rn = s - sn

The Attempt at a Solution



Am ok with that, but how to know who good the appr. is ??
And do we do the integration to find the value of n ? if so please tell how ?
 
Last edited:
Physics news on Phys.org
Check your book for a remainder theorem associated with the integral test. Is it there?
 
Uha, I think that you mean this formula

Sn+ ∫_(n+1 )^(infity )▒〖f(x)dx<s<Sn+ ∫_n^(infinity )▒f(x)dx〗

Do you think that this works for part c ?
 
Your equation doesn't appear as it should on my browser, but there's a simple theorem for estimating the remainder [itex]R_N[/itex] that exists when the nth partial sum [itex]S_N[/itex] of a convergent series is computed. It says:

[tex]R_N\leq a_N+\int_N^{\infty}f(x)dx[/tex]

And yes, it will help for part c.
 
Uha, thanks a lot..

But, I still wondering when do we use two boundries and when to use only one when computing the error ??
 
You're not computing the error, you're estimating it. And any series that converges by the integral test has only positive terms. So there is always an implicit lower boundary of 0 on [itex]R_N[/itex].