Proof of Taylor's Theorem
📂CalculusProof of Taylor's Theorem
Theorem
If a function f(x) is continuous at [a,b] and differentiable up to n times at (a,b), then there exists ξ∈(a,b) that satisfies
f(b)==k=0∑n−1k!(b−a)kf(k)(a)+n!(b−a)nf(n)(ξ)f(a)+(b−a)f′(a)+⋯+(n−1)!(b−a)n−1f(n−1)(a)+(n)!(b−a)nf(n)(ξ)
Explanation
This theorem, which is widely used throughout mathematics, has lent its name to the Taylor series. In terms of being differentiated n times, it can be considered a generalization of the mean value theorem.
Customarily, when using the Taylor theorem, c is not used, but ξ is used instead.
Proof
Let’s consider
f(b):=0!(b−a)0f(a)+1!(b−a)1f′(a)+2!(b−a)2f′′(a)+⋯+(n−1)!(b−a)n−1f(n−1)(a)+(n)!(b−a)nc
Showing c=f(n)(ξ) concludes the proof. Let’s define function g as follows.
g(x):==−f(b)+f(x)+1!(b−x)1f′(x)+2!(b−x)2f′′(x)+⋯+(n−1)!(b−x)n−1f(n−1)(x)+(n)!(b−x)nc−f(b)+k=0∑n−1(k)!(b−x)kf(k)(x)+(n)!(b−x)nc
g is continuous at [a,b], differentiable at (a,b), and by definition of c, it is g(b)=g(a)=0.
Rolle’s Theorem: If function f(x) is continuous at [a,b], differentiable at (a,b), and f(a)=f(b), then there exists at least one ξ in (a,b) that satisfies f′(ξ)=0.
If h(x) is set as
h(x):=====[k=0∑n−1(k)!(b−x)kf(k)(x)]′[(0)!(b−x)0f(0)(x)+(1)!(b−x)1f(1)(x)+⋯+(n−1)!(b−x)n−1f(n−1)(x)]′[f(x)+(1)!(b−x)1f(1)(x)+⋯+(n−1)!(b−x)n−1f(n−1)(x)]′f(1)(x)−[f(1)(x)+(1)!(b−x)1f(2)(x)]+[−(1)!(b−x)1f(2)(x)+(2)!(b−x)2f(3)(x)]⋮+[−(n−3)!(b−x)n−3f(n−2)(x)+(n−2)!(b−x)n−2f(n−1)(x)]+[−(n−2)!(b−x)n−2f(n−1)(x)+(n−1)!(b−x)n−1f(n)(x)](n−1)!(b−x)n−1f(n)(x)
and since g′(x)=0+h(x)−(n−1)!(b−x)n−1c, by Rolle’s theorem,
g′(ξ)===h(ξ)−(n−1)!(b−ξ)n−1c(n−1)!(b−ξ)n−1f(n)(ξ)−(n−1)!(b−ξ)n−1c0
there exists at least one ξ in (a,b) that satisfies it. Thus,
⟹⟹(n−1)!(b−ξ)n−1f(n)(ξ)−(n−1)!(b−ξ)n−1c=(n−1)!(b−ξ)n−1f(n)(ξ)=f(n)(ξ)=0(n−1)!(b−ξ)n−1cc
Since c=f(n)(ξ) is shown, the proof is concluded.
■
The proof is as shown above; however, a more commonly used form is as follows. Of course, as x∈[a,b] and set as x0∈(a,b), it essentially becomes [x0,x]⊂[a,b].
Taylor’s Theorem
If a function f(x) is continuous at [a,b] and differentiable up to n times at (a,b), then for x0∈(a,b),
f(x)=k=0∑n−1k!(x−x0)kf(k)(x0)+n!(x−x0)nf(n)(ξ)
there exists ξ∈(a,b) that satisfies it.
See Also