Processing math: 100%

Friday, January 25, 2013

Taylor Polynomial

I always forget this basic series. So recall:
P(x)=f(x0)(xx0)00!+f(x0)(xx0)11!+f(x0)(xx0)22!+

Sample Application: Please see numericalmethods.xls
ln(1.10)=ln(1+0.10)ln(1+x), x=0.10

ln(1+x)=11+xdx=1x+x2x3+x4=xx22+x33x44+x55

If x=0.10, then
g(x)=ln(1+x)=xx22+x33x44+x55=0.100.1022+0.10330.1044+0.1055=0.09531

And as you involve higher polynomials, you will arrive at higher or exact answers.

No comments:

Post a Comment