Re: Truncation of infinite series

From: Karl (breitu_at_arcor.de)
Date: 10/08/04


Date: Fri, 08 Oct 2004 09:01:03 +0200


> The ratio between successive terms of the series is r = (i+1/i)^(2/3) *
> x, so the absolute
> error of truncating at the n-th term, u_n, is
>
> E(n) <= (r * u_n ) / (1-r)
>
> How can I determine n to limit the relative error? There must be
> something simple I am
> missing here.
>
As Virgil wrote, the relative error is the absolute divided by the
correct value, also if S(x) denotes the value of the infinite sum:

Err_rel.=E(n)/S(x)

Since the sum of the series is strictly increasing, an upper bound is
if S(n,x) denotes the sum up to n:

Err_rel.<= E(n)/S(n,x)

If you want a simple formula, get a simple lower bound for S(n,x), for
example \sum_1^n x^i .



Relevant Pages

  • Re: Truncation of infinite series
    ... >> As Virgil wrote, the relative error is the absolute divided by the ... > If I knew the exact sum of the series, I wouldn't need to approximate it ... therefore I gave the upper bound. ... I said E/Sis an upper bound for the relative error; ...
    (sci.math)
  • Re: Simple analysis question.
    ... the sum of positive terms in the sequence after position N? ... about an upper bound for the sum of absolute values of the negative ...
    (sci.math)
  • Re: Calculating Standard Deviation
    ... sum of all the residuals squared. ... Because you want the standard deviation, not the mean absolute deviation. ... Squares have much nicer properties than absolute values. ...
    (sci.math.num-analysis)
  • Re: Calculating Standard Deviation
    ... sum of all the residuals squared. ... Because you want the standard deviation, not the mean absolute deviation. ...
    (sci.math.num-analysis)
  • Re: Truncation of infinite series
    ... > If I knew the exact sum of the series, I wouldn't need to approximate it by ... > What is needed is a general method for estimating relative error based on the ...
    (sci.math)