Polynomial Approximation
Polynomial Approximation
Polynomial Approximation
Polynomial Approximation
PN ( x) = c0 + c1 x + c2 x 2 + ... + cn x N
In order to simplify the algebra, the
following form for the polynomial is used:
( x0 , f ( x0 ))
PN ( x) = b0 + b1 ( x − x0 ) + b2 ( x − x0 ) 2 + ... + bn ( x − x0 ) N
If f(x) must be equal to Pn(x), then the n derivatives of both in x = x0 must be equal
f ( k ) ( x0 )
P ( x0 ) = f
(k)
N
(k )
( x0 ) → bk =
k!
Therefore:
f ( x) PN ( x)
Remember that the number of terms is always
finite no matter how many of them are
f ( k ) ( x0 ) calculated. The series expansion is expected to
f ( x) = ( x − x0 )
k
Assume that f C n +1[a, b] and let x0 [a, b]. Then, for every x (a, b), there exist a number
c = c( x) (the number c depends on the value of x) that lies between x 0 and x such that
f ( x) = PN ( x) + RN ( x)
where,
N
f ( k ) ( x0 )
PN ( x) = ( x − x0 )
k
k =0 k!
is the Taylor's polynomial of degree N around x0 and RN ( x) is the error of the approximation
f ( N +1) (c)
( x - x0 )
N +1
RN ( x) = Estimation of the error
( N + 1)!
f ( x) = e x