Lagrange Error Bound Calculator

Lagrange Error Bound Calculator

Estimate the maximum remainder error for a Taylor polynomial using the Lagrange bound.

Last updated: June 2026 | By Patchworkr Team

Error Bound Solver
The bound estimates the maximum Taylor remainder using the next derivative bound M.
Error Bound
0.02083333
|R_2(x)| = 1 / (3)! * |0.5 - 0|^3

What is the Lagrange Error Bound?

The Lagrange error bound gives a safe upper limit on the Taylor remainder term.

How to Calculate the Error Bound

  1. Enter the derivative bound M.
  2. Enter the Taylor degree n.
  3. Enter the evaluation point x and expansion point a.
  4. Read the guaranteed error bound in the result panel.

Example

If M = 2, n = 3, x = 1, and a = 0, then the result is 0.083333.

|R_3(1)| <= 2 / 4! * |1 - 0|^4 = 0.083333

Frequently Asked Questions

Why must n be an integer?

The Taylor remainder uses the (n + 1)th derivative and the factorial (n + 1)! term.

Can the bound be zero?

Yes. If x = a, then |x - a|^(n + 1) = 0 and the bound becomes 0.

Does the tool accept scientific notation?

Yes. Inputs like 1e-3 are accepted as long as they are finite real numbers.

Why reject very large n?

The factorial term can overflow, so the calculator stops before producing an unreliable result.

Related Tools