4.3.18 · D5Calculus III — Sequences & Series
Question bank — Taylor's remainder theorem — error estimation
The core objects, so nothing here is a mystery symbol:
- is the true function, the centre, the target point.
- is the degree- Taylor polynomial (see Taylor & Maclaurin Series).
- is the exact error.
- Lagrange form: for some unknown strictly between and .
- Bound: where on the interval.
True or false — justify
The Lagrange remainder gives the exact error, not just a bound.
True — is an exact equality; it becomes a bound only when we replace the unknown by a max .
The bound always shrinks as grows.
False — only if the numerator eventually loses the race to ; for large or functions whose derivatives blow up (like ), the bound can grow before it shrinks or never shrink at all.
If as , the Taylor series converges to at that .
True — this is precisely the definition: the series equals exactly when the remainder vanishes, which is the analytic link to Radius of Convergence.
A Taylor series that converges must converge to the function it came from.
False — convergence of the series and are different statements; the classic has a convergent (all-zero) Maclaurin series that equals , not the function, so .
The point in the Lagrange form is the same for every .
False — depends on , on , and on the function; it is just "some point in between" guaranteed to exist, re-chosen for each remainder.
The bound requires to exist on the whole interval between and .
True — the derivation applies Cauchy Mean Value Theorem on ; if fails to exist anywhere inside, the theorem's hypotheses break and no bound is guaranteed.
Making larger than necessary makes your error claim invalid.
False — a larger gives a valid but looser (more conservative) bound; the claim " bound" still holds, you just promise less accuracy than you actually have.
For and , you can always take regardless of , , or .
True — every derivative of or is or , all bounded by everywhere, so is always valid (though often loose).
Spot the error
"The error uses the -th derivative and , matching the polynomial's degree."
Wrong — the remainder reaches one step beyond: the -th derivative and , because already matched everything up to the -th derivative, so the first mismatch lives at order .
" is between and , so I'll just set to evaluate."
Wrong — is unknown; picking an endpoint may under-estimate and produce a bound smaller than the true error. You must use over the interval.
"Since is small, is negligible, so I can drop it."
Wrong — you must keep the factor; it is one of the three parts of the bound. Dropping it changes the number entirely, and if that factor actually grows and can dominate.
" has three terms, so I use ."
Wrong — means the remainder needs and , not ; count derivatives from the remainder, never from the highest term of the polynomial.
" is about , so I'll take for the bound."
Wrong idea, though it happens to work — must bound over the whole , and its max there is , so this is fine for that interval; the error is thinking tracks rather than .
"The alternating-series bound and Taylor bound must give the same number."
Wrong — they are different tools; Alternating Series Estimation Theorem bounds by the first omitted term (only when terms alternate and shrink), while Lagrange bounds by . They can disagree, and one may be sharper.
Why questions
Why is the factorial rather than or ?
It comes directly from the Cauchy-MVT derivation: differentiating the Taylor structure produces , and dividing by contributes the extra factor, giving — it is earned, not chosen.
Why do we bound instead of computing directly?
If we could compute exactly we'd know and wouldn't need the approximation at all; bounding the next derivative sidesteps knowing .
Why does the Mean Value Theorem (or its Cauchy version) even appear here?
MVT is the tool that converts " starts at and ends at " into "there exists a point where the rate equals the average rate," letting an existence claim about an unknown replace the impossible exact computation. See Mean Value Theorem and Cauchy Mean Value Theorem.
Why does the error get small so fast for a short walk (small )?
The factor is a high power of a small number — squaring or cubing crashes it toward zero — and the denominator adds even faster growth, so short walks are guaranteed almost perfect.
Why can the remainder theorem guarantee accuracy even though is never found?
We never need 's value — only that some valid exists in the interval; bounding over the whole interval covers every possible location of that .
Why is near a fair summary of the bound?
As the factor controls the size while is just a constant, so the error's leading behaviour is that power — the language of Big-O and asymptotic error.
Edge cases
If , what is ?
Exactly — the polynomial equals the function at the centre, and the bound confirms it since .
What happens to the bound when is unbounded on the interval (no finite exists)?
The theorem gives no usable bound; you must shrink the interval so a finite exists, or the guarantee simply fails.
Does the theorem work when (target left of centre)?
Yes — lies strictly between and in either direction, and the bound uses , so orientation doesn't matter.
For a polynomial of degree , what is when ?
Exactly — the -th derivative of a degree- polynomial is once , so both the Lagrange term and the bound vanish.
At the boundary , which factor decides whether the bound shrinks with ?
The factor is inert, so the race is purely versus ; the factorial wins as long as doesn't grow faster than .
If is continuous but changes sign on the interval, is the bound still valid?
Yes — bounds the absolute value , so sign changes are irrelevant; you only need the largest magnitude.
Connections
- Taylor & Maclaurin Series — the polynomials these traps quiz you on.
- Mean Value Theorem / Cauchy Mean Value Theorem — why "some exists".
- Radius of Convergence — the true/false items.
- Alternating Series Estimation Theorem — the "same bound?" trap.
- Big-O and asymptotic error — the asymptotic "why" item.