Estimate the maximum error of a Taylor polynomial approximation
This calculator determines the Lagrange remainder R_n(x), which provides an upper bound on the error of approximating a function with its Taylor polynomial.
Click on an example to load its data into the calculator.
Error in approximating f(x) = e^x with a 3rd degree polynomial centered at a=0, evaluated at x=0.5.
M: 1.648721
n: 3
a: 0
x: 0.5
Error in approximating f(x) = cos(x) with a 2nd degree polynomial centered at a=0, evaluated at x=0.1.
M: 0.09983
n: 2
a: 0
x: 0.1
Error in approximating f(x) = ln(x) with a 3rd degree polynomial centered at a=1, evaluated at x=1.2.
M: 6
n: 3
a: 1
x: 1.2
Error in approximating f(x) = sqrt(x) with a 2nd degree polynomial centered at a=4, evaluated at x=4.1.
M: 0.01171875
n: 2
a: 4
x: 4.1