Error Bound Estimator
Math Calculus • Infinite Series and Sequences
Frequently Asked Questions
What is the Taylor remainder bound in Lagrange form?
If |f^(n+1)(t)| <= M on the interval between a and x0, then the truncation error satisfies |R_n(x0)| <= M|x0-a|^(n+1)/(n+1)!. This gives a guaranteed upper bound on the approximation error.
How do I choose the value of M for the Taylor bound?
M should bound the absolute value of the (n+1)th derivative on the interval between a and x0. The calculator can auto-estimate M by sampling that interval, or you can enter a manual M if you already know a safe bound.
When can I use the alternating series error bound |R_n| <= b_(n+1)?
It applies to series of the form sum (-1)^k b_k when b_k is decreasing and b_k -> 0. Under these conditions, the absolute truncation error after n terms is at most the first omitted term b_(n+1).
What does the target epsilon option do?
It searches for the smallest n (within a maximum cap) such that the selected error bound is less than or equal to epsilon. This helps pick how many Taylor terms or alternating-series terms are needed for a desired accuracy.