Academy
Taylor Theorem
Level 1 - Math I (Physics) topic page in Power Series.
Principle
Taylor's theorem explains why Taylor polynomials approximate a function. It says that a sufficiently differentiable function equals its Taylor polynomial plus a remainder term.
The theorem is the bridge between formal derivative matching and controlled approximation. In physics, this is what justifies keeping only the leading terms in a small-parameter model.
Notation
The exact value of \(\xi\) is usually not known. The useful part is that it lies between the centre and the input, which lets us bound the derivative there.
Method
Step 1: Build the Taylor polynomial
Compute derivatives at \(c\) up to order \(N\), then form \(P_N(x)\).
Step 2: Write the remainder form
One common Level 1 form is the Lagrange remainder:
where \(\xi\) lies between \(c\) and \(x\).
Step 3: Use a bound if accuracy is needed
If \(|f^{(N+1)}(t)|\le M\) between \(c\) and \(x\), then
Rules
The bound gets smaller when \(|x-c|\) is small or when the factorial in the denominator dominates the derivative growth.
Examples
Checks
- Taylor's theorem includes an error term; it is not just a polynomial formula.
- The Lagrange remainder uses a derivative one order higher than the polynomial.
- Error bounds depend on an interval between \(c\) and \(x\).
- A small input displacement is what makes local approximation powerful.