Taylor polynomial

From Calculus
Revision as of 14:39, 7 July 2012 by Vipul (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Definition

About a general point

Suppose n is a nonnegative integer. 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.

Intuition

The nth Taylor polynomial, intuitively, is an attempt to be the best local approximation of f about x0 among polynomials of degree n.

Particular cases

Value of n nth Taylor polynomial about x0 What it means nth Taylor polynomial about x0 case x0=0
0 f(x0) This is a constant function whose value is the value of f at x0. Clearly, this is the best approximation for f among approximations by constant functions. f(0)
1 f(x0)+f(x0)(xx0) The graph of the function is a straight line that equals the tangent line to the graph of f at (x0,f(x0)). The tangent line is intuitively the best linear approximation of the graph of the function, so this makes sense. f(0)+f(0)x.