4.3.19 · D5Calculus III — Sequences & Series
Question bank — Applications — approximation, evaluating limits
Before the questions, a tiny glossary so every symbol below is earned:
True or false — justify
TF1. "A Taylor polynomial equals exactly."
False — it equals plus the remainder ; only the full infinite series (inside its radius) equals . is an approximation, and measures the gap.
TF2. "Adding more terms to a Taylor polynomial always makes the value at more accurate."
Only inside the radius of convergence. Outside the terms grow instead of shrink, so "more terms" makes it worse, not better.
TF3. "The Maclaurin series of has only even powers because is an even function."
True — an even function's odd derivatives vanish at , so every odd coefficient is , leaving only .
TF4. "The Lagrange remainder tells you the exact error."
False — it names an exact form , but is unknown, so in practice you only get a bound by replacing with its max .
TF5. "For , the error after is at most ."
True — 's Maclaurin series alternates with decreasing terms, so by the alternating-series bound the error is the first omitted term .
TF6. "You may use the series at ."
True at the endpoint — the interval is , and converges (to ) by the Alternating Series Test, even though does not.
TF7. "A larger radius of convergence means a more accurate approximation for a fixed number of terms."
False — radius decides where the series works at all, not how fast it converges there. Accuracy at a point is governed by and , not by .
TF8. "Since the Maclaurin series of converges for all , using two terms is fine for ."
False — convergence is guaranteed eventually, but for large you need many terms; is nowhere near .
Spot the error
SE1. ": plug into giving , so the limit is ."
Error — you plugged in before cancelling. Keep the series: , divide by , then let to get .
SE2. "To find , I expand only to first order: . Then numerator , limit ."
Error — expanding only to order throws away the very term you need. The denominator is order , so keep through ; the surviving leading term gives .
SE3. ", and , so the ratio is ."
Error — a ratio means divide, not multiply: . Also the sign of is negative.
SE4. " at equals ."
Error — the series diverges for , so those terms add to nothing meaningful. To get you must recentre or use a convergent rearrangement; see Radius & Interval of Convergence.
SE5. "I bounded 's error with because on ."
Error — on , increases to , so is false. A safe bound is ; a bound must be an upper limit on .
SE6. "For I used , so numerator , limit ."
Error — the term of is exactly what survives: , so dividing by gives . Always expand to the denominator's order.
SE7. "The alternating-series error bound applies to ."
Error — that series has all positive terms, so it does not alternate; the alternating bound is invalid. Use the Lagrange remainder instead.
Why questions
WHY1. Why does substituting a series often beat L'Hôpital's Rule for limits?
Series does all the "differentiating" once, up front, as coefficients; you cancel the lowest power in a single step instead of applying the quotient/derivative rule repeatedly.
WHY2. Why must you keep terms at least up to the denominator's degree in a limit?
The lower powers cancel to zero, so the answer is decided by the term whose order matches the denominator; drop it and you lose the entire limit.
WHY3. Why is the factorial in the denominator of a Taylor coefficient?
Differentiating exactly times produces ; dividing by cancels it so that reproduces 's -th derivative and no more — see the derivation in Taylor & Maclaurin Series.
WHY4. Why can the leading (lowest-power) term dominate as when it looks "smaller"?
For , a smaller exponent gives a larger number (), so the lowest power is the biggest; higher-order terms vanish faster and become negligible.
WHY5. Why does a smaller make a fixed-order approximation better?
The error scales like ; shrinking that distance shrinks the raised power dramatically, since raising a small number to a high power drives it toward zero.
WHY6. Why is the "next term in disguise"?
It has the exact shape of the -th Taylor term, but with the derivative evaluated at an unknown interior point instead of at — capturing everything the polynomial left out; see Lagrange Remainder & Error Estimation.
WHY7. Why can you add, multiply, and differentiate power series term by term inside the radius?
Inside the series converges absolutely and uniformly enough that these operations behave like they do for polynomials — the justification lives in Power Series — Operations (add, multiply, differentiate).
WHY8. Why does the parent note call the polynomial the "best" fit at ?
Because its coefficients are the unique choice matching 's value and every derivative at ; any other polynomial disagrees with some slope or curvature there.
Edge cases
EC1. What happens to the series method for if you only expand to order ?
You get , an apparent . You must expand to order so the surviving gives the true limit .
EC2. Is (the centre) a special case for a Maclaurin approximation?
Yes — at the error term , so even is exact: the polynomial reproduces perfectly with zero remainder.
EC3. What does the series do at its left endpoint ?
It becomes , the negative harmonic series, which diverges to — matching . So is excluded from the interval.
EC4. If is a polynomial of degree , what is its Taylor series about ?
The polynomial itself — all derivatives past order are zero, so and the "series" terminates; the approximation is exact everywhere.
EC5. Can two functions share the same first Taylor terms yet differ?
Yes — e.g. and (with ) have identical zero Maclaurin coefficients but differ for ; matching finitely many terms never guarantees equality.
EC6. What is the limit by series, and why is it not trouble?
; the in the numerator cancels the denominator cleanly, leaving the constant term .
EC7. For an alternating series, when does the "error first omitted term" rule fail?
When the terms are not monotonically decreasing in size; the bound requires each term smaller than the last. If they grow, use the Lagrange bound instead.
Recall One-line summary of the traps
Keep enough terms (denominator's order), respect the radius, bound before you trust, cancel by matching powers, and never confuse "the exact remainder form" with "a usable number".
Connections
- Parent: Applications
- Taylor & Maclaurin Series
- Lagrange Remainder & Error Estimation
- Alternating Series Test
- Radius & Interval of Convergence
- L'Hôpital's Rule
- Power Series — Operations (add, multiply, differentiate)