Power Series Flashcards
What do we use Taylor Polynomials for?
to approximate f(x) for an arbitrary function f close to a point x0
Taylor Polynomials
P1(x)
P1(x) = f(x0) + f’(x0)*(x-x0)
Taylor Polynomials
P2(x)
P2(x) = P1(x) + c2*(x-x0)^2
Taylor Polynomials
P3(x)
P3(x) = P2(x) + c3*(x-x0)^3
Taylor Polynomials
Pn(x)
Pn(x) = f(x0) + f’(x0)*(x-x0) + f’‘(x0)/2! *(x-x0)^2 +
f’’‘(x0)/3! * (x-x0)^3 + …
OR
Pn(x) = (r=0->n)Σ f’r(x0)/r! * (x-x0)^r
Taylor’s Theorem
f(x) = Pn(x) + Rn(x) where Rn(x) is the remainder or error
Taylor’s Theorem
Rn(x)
Rn(x) = [f’(n+1)(c) / (n+1)! ]*(x-x0)^(n+1)
where c is an unknown number between x0 and x
Maxima and Minima
- find the first non zero derivative of f
- if for this nth derivative, n is even:
- -if the derivative is greater than 0 then the point is a minima
- -if the derivative is less than 0 then the point is a maxima
- if the first non zero derivative is an odd derivative then it is a point of inflection
Power Series
(n=0->∞) Σ an (x-x0)^n
where an are real constants
Power Series Convergence
R = (n->∞)lim |an/a(n+1)|
-if R exists and is non-zero then the series converges for (x0-R)