Re: Truncation of infinite series

From: Virgil (ITSnetNOTcom#virgil_at_COMCAST.com)
Date: 10/08/04


Date: Thu, 07 Oct 2004 23:09:29 -0600

In article <snn9d.88311$He1.62739@attbi_s01>,
 Anonymous <nospam@noISP.com> wrote:

> (this was posted in sci.math.num-analysis a while ago, with no useful
> responses)
>
> I am doing many computations of the infinite series
>
> S = SUM { i^(2/3) * x^i } i=1,... and 0 < x < 1
>
> To evaluate this series, I want to truncate after some number of terms, n. n
> is to be
> chosen so the error, E(n), in replacing the infinite sum with the finite sum
> is less than
> a fixed fraction of the infinite sum. In other words, E(n)/S < eps, where eps
> = constant.
>
> 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.
>
> sherNOwoodSPAM@computer.org (remove caps to get e-mail)

The relative error is the absolute error divided by the correct sum.



Relevant Pages

  • Re: infinity
    ... > The most elementary text I have on hand is Thomas, ... > Such an expression is called an infinite series. ... > converges and that its sum is S... ...
    (sci.math)
  • 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)
  • Re: Disturbed by alternating series.. help!
    ... > I was under the mistaken impression that the re-ordering of a sum could ... But the sum of an infinite series is not an ordinary sum. ... it was pointed out to me that infinite alternating series do ...
    (sci.math)
  • Re: Summing infinite series
    ... Am 21.10.2006 04:12 schrieb dearcilla: ... involve two infinite series: ... Should I know what these sum to? ... Adding 1 in the upper part of the sum and compensating this on the lower part ...
    (sci.math)
  • Re: adding order matters for accuracy ?
    ... From "Introduction to Numerical Analysis" by Stoer and Bulirsch, but the idea is very simple. ... If the true values being summed are xand have a relative error of u, then the computed sum S is given by, ...
    (comp.soft-sys.matlab)