Taylor's Theorem with Lagrange Remainder
Taylor's Theorem generalizes the Mean Value Theorem to higher-order approximations. The Lagrange form of the remainder is proved using Rolle's theorem applied to an auxiliary function. This result is essential for error analysis in numerical methods and understanding convergence of Taylor series.
Statement
Let be times differentiable. For , there exists between and such that
Proof Sketch
Define and . We want to show for some between and .
Define the auxiliary function
where is chosen so that . Then as well (since the sum telescopes to when ).
By Rolle's theorem applied repeatedly, there exists between and such that . Computing yields
so . Substituting back into gives the desired formula.
Summary
Taylor's Theorem extends the MVT to polynomial approximations of arbitrary order. The Lagrange remainder provides error estimates essential for numerical analysis. See Taylor's Theorem concept for applications.