May 1, 2025
Function ( f(x) ) has a power series about ( x = a ):
[ f(x) = \sum_{n=0}^{\infty} c_n (x-a)^n = c_0 + c_1 (x-a) + c_2 (x-a)^2 + \dots ]
( f(x) ) has derivatives of all orders._
Evaluate at ( x = a ):
[ f(a) = c_0 ]
Taking derivatives:
First derivative at ( x = a ):
[ f'(a) = c_1 ]
Second derivative:
[ f''(a) = 2c_2 \Rightarrow c_2 = \frac{f''(a)}{2!} ]
Third derivative:
[ f'''(a) = 3!c_3 \Rightarrow c_3 = \frac{f'''(a)}{3!} ]
General formula:
[ c_n = \frac{f^{(n)}(a)}{n!} ]
For a function ( f(x) ) about ( x = a ):
[ f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!} (x-a)^n ]_
Special case of Taylor Series about ( x = 0 ):
[ f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(0)}{n!} x^n ]_
Define nth degree Taylor polynomial:
[ T_n(x) = \sum_{i=0}^{n} \frac{f^{(i)}(a)}{i!} (x-a)^i ]
Remainder or error between function and Taylor polynomial:
[ R_n(x) = f(x) - T_n(x) ]
Theorem: