Re: Taylor Series
- From: µ <mu--@xxxxxxxxx>
- Date: Wed, 09 May 2007 15:38:29 +0200
Clearbluesky a écrit :
exp(10^3) = (approx) 1 + 10^3 + (1/2)*10^6 + (1/6)*(10^9) +......
How many terms would i need to obtain exp(10^3) with error less than
1%?
You have Taylor-Lagrange inequality for positive x:
|exp(x)-(1+x+...+x^n/n!)| <= exp(x)x^(n+1)/(n+1)!
thus relative error is less than x^(n+1)/(n+1)!
You can try to find a correct n+1 using Stirling formula as a rough approximation of n!
--
Mû
.
- Follow-Ups:
- Re: Taylor Series
- From: Herman Rubin
- Re: Taylor Series
- References:
- Taylor Series
- From: Clearbluesky
- Taylor Series
- Prev by Date: Re: Cantor Confusion
- Next by Date: Re: Cantor Confusion
- Previous by thread: Re: Taylor Series
- Next by thread: Re: Taylor Series
- Index(es):