Microsoft Store
 

Taylor's theorem


 

In calculus, Taylor's theorem, named after the mathematician Brook Taylor, who stated it in 1712, gives the approximation of a differentiable function near a point by a polynomial whose coefficients depend only on the derivatives of the function at that point.

Proof

We first prove Taylor's theorem with the integral remainder term.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

The fundamental theorem of calculus states that

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:f(x) = f(a) + int_a^x (x-t)^0 , f'(t) , dt.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

This proves the theorem for n = 0.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Integration by parts yields the case n = 1:

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:f(x) = f(a) +f'(a),(x-a)+int_a^x (x-t)^1 , f(t) , dt.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

By repeating this process, we may derive Taylor's theorem for higher values of n.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

This can be formalized by applying the technique of induction. So, suppose that Taylor's theorem holds for a particular n, that is, suppose that

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

f(x) = f(a)

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

+ rac{f'(a)}{1!}(x - a)

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

+ cdots

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

+ rac{f^{(n)}(a)}{n!}(x - a)^n

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

+ int_a^x rac{f^{(n+1)} (t)}{n!} (x - t)^n , dt. qquad(*)

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

We can again rewrite the integral using integration by parts. An antiderivative of (x − t)n as a function of t is given by −(x−t)n+1 / (n + 1), so

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

: int_a^x rac{f^{(n+1)} (t)}{n!} (x - t)^n , dt

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:: {} = - left_a^x + int_a^x rac{f^{(n+2)} (t)}{(n+1)n!} (x - t)^{n+1} , dt

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:: {} = rac{f^{(n+1)} (a)}{(n+1)!} (x - a)^{n+1} + int_a^x rac{f^{(n+2)} (t)}{(n+1)!} (x - t)^{n+1} , dt.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Substituting this in (*) proves Taylor's theorem for n + 1, and hence for all nonnegative integers n.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

The remainder term in the Lagrange form can be derived by the mean value theorem in the following way:

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

R_n = int_a^x rac{f^{(n+1)} (t)}{n!} (x - t)^n , dt =f^{(n+1)}(xi) int_a^x rac{(x - t)^n }{n!} , dt.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

The last integral can be solved immediately, which leads to

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

R_n = rac{f^{(n+1)}(xi)}{(n+1)!} (x-a)^{n+1}.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

~ ~ ~ ~ ~ ~ ~ ~ ~ ~