Taylor polynomial

From Calculus
Revision as of 14:35, 7 July 2012 by Vipul (talk | contribs) (Created page with "==Definition== ===About a general point=== Suppose a function <math>f</math> of one variable is defined and at least <math>n</math> times differentiable at a point <math>x_0...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Definition

About a general point

Suppose a function f of one variable is defined and at least n times differentiable at a point x0 in its domain. The nth Taylor polynomial for a function f at a point x0 in the domain is the truncation of the Taylor series to powers up to the nth power. If we denote the polynomial by Pn(f;x0), it is given as:

Pn(f;x0)=xk=0nf(k)(x0)k!(xx0)k

Note that this is a polynomial of degree at most n. The degree is exactly n if and only if f(n)(x0)0.

About the point 0

Suppose a function f of one variable is defined and at least n times differentiable at a point 0. The nth Taylor polynomial of f at 0 is:

Pn(f;0)=xk=0nf(k)(0)k!xk

Note that this is a polynomial of degree at most n. The degree is exactly n if and only if f(n)(0)0.