Taylor Polynomials

Overview

Let f be a function with derivatives of order n at the point x=a. Then there exists exactly one polynomial P of degree n which satisfies the n+1 conditions

P(a)=f(a),P(a)=f(a),,P(n)(a)=f(n)(a).

This polynomial, the Taylor polynomial of degree n generated by f at a, is given by formula

P(x)=k=0nf(k)(a)k!(xa)k.

This is often written instead using operator Tn on f. That is, P=Tnf or P=Tn(f). To indicate the dependence on a, we can instead write P=Tn(f;a).

Linearity

Let f and g be functions with derivatives of order n at point a. Let c1 and c2 be constants. Then

Tn(c1f+c2g;a)=c1Tn(f;a)+c2Tn(g;a).

Differentiation

Let f be a function with derivatives of order n at point a. Then

[Tn(f;a)]=Tn1(f;a).

Integration

Let f be a function with derivatives of order n at point a. Let g(x)=axf(t)dt. Then

Tn+1g(x;a)=axTnf(t;a)dt.

Substitution

Let f be a function with derivatives of order n at point a. Let g(x)=f(cx), where c is a constant. Then

Tng(x;a)=Tnf(cx;ca).

Remainder

The remainder (or error) of a Taylor polynomial Tnf is the difference

En(x)=f(x)Tnf(x).

If f has a continuous derivative of order n+1 at a, then Taylor's formula with remainder En(x;a) is defined as

f(x)=k=0nf(k)(a)k!(xa)k+En(x;a),

where

En(x;a)=1n!ax(xt)nf(n+1)(t)dt.
Powered by Forestry.md