Taylor’s theorem with remainders
At a Glance
- Frequency: 2 sub-parts across 2 of 13 years (2023, 2024)
- Priority tier: T3
- Marks (count): 10 (2)
- Average solve time: ~6 min
- Difficulty mix: easy 1, medium 1
- Section: A | Dominant type: computation
Why This Chapter Matters
Taylor’s theorem appears in Section A (compulsory) and is always 10 marks — fully algorithmic and perfectly reproducible. Both question types are mechanical: match Taylor coefficients to determine parameters, or expand a standard function about a point and sum to a numerical answer. Neither type requires any creative work beyond knowing the coefficient formula and the standard series for , , . Two clean examples cover the full historical range.
Minimum Theory
Taylor’s theorem. If is times differentiable on an interval containing , then for near :
The three standard remainder forms are: Lagrange for some between and ; Cauchy ; Peano as .
Standard Maclaurin series ():
Taylor series for about . Since for and :
Alternating-series truncation error. For a convergent alternating series with decreasing terms, the truncation error after terms is bounded in absolute value by the first omitted term.
Question Archetypes
| Archetype | You are seeing this when… |
|---|---|
| taylor-coefficient-matching | Limit has a form and asks for parameters making the limit equal a given value |
| taylor-expansion-evaluation | ”Expand in powers of by Taylor’s theorem and hence find to decimal places” |
taylor-coefficient-matching (1 question(s); 2023)
Recognition Cues
- The limit is (and possibly or higher); the parameters must simultaneously kill all singular terms and hit the target value.
- The denominator is : expand numerator through terms.
Solution Template
- Expand and as Maclaurin series to the required order (at least ).
- Substitute into the numerator. Collect powers of .
- Divide by . Identify which coefficients must vanish for the limit to be finite.
- Write the linear system. (Zero condition for each negative-power coefficient; value condition for the coefficient.)
- Solve and state , .
Worked Example
2023 Paper 1, 2023-P1-Q1c (10 marks)
Find the values of and for which .
Step 1 — Expand. Using and :
Step 2 — Numerator.
Step 3 — Divide by .
Step 4 — Conditions. For the limit to be finite, kill the term:
For the limit to equal :
Step 5 — Solve. Substitute (1) into (2): , giving , so , .
Common Traps
- The term (coefficient of in the numerator) must vanish for the limit to exist at all — if you skip this condition and only equate the coefficient, you get an inconsistent answer.
- Expand to (and keep the product); similarly expand to . Stopping too early loses the terms.
- Verify: substitute , back: coefficient of is ✓; coefficient of divided by is ✓.
taylor-expansion-evaluation (1 question(s); 2024)
Recognition Cues
- “Expand in powers of by Taylor’s theorem; hence find to decimal places.”
- The function is , , , or similar; the expansion point has a known value (, , etc.).
- The numerical evaluation step requires summing enough terms of an alternating series.
Solution Template
- Compute for Find the pattern.
- Write the Taylor series .
- Set . Write out the first few terms numerically.
- Sum until the next term is below the accuracy threshold (alternating-series bound: error next term).
- Round to the required number of decimal places.
Worked Example
2024 Paper 1, 2024-P1-Q1d (10 marks)
Expand in powers of by Taylor’s theorem and hence find correct to four decimal places.
Step 1 — Derivatives at . ; for , so and .
Step 2 — Taylor series.
valid for .
Step 3 — Evaluate at (so ).
| Term | Value | |
|---|---|---|
| 1 | ||
| 2 | ||
| 3 | ||
| 4 | ||
| 5 | ||
| 6 |
Step 4 — Truncation. The series is alternating with decreasing terms; the 6th term (the 4th-decimal threshold). Sum of terms 1–5:
Common Traps
- Keep enough decimal places during summation — intermediate rounding to 4 places propagates errors. Carry at least 6 places until the final rounding.
- The series converges for ; state this validity range.
- The alternating-series truncation bound: include enough terms so that the first omitted term for 4-decimal accuracy. Here term 6 is ; terms 1–5 suffice, but terms 1–4 give which rounds to correctly anyway — verify to be sure.
Marks-Aware Writing
Both questions are 10 marks. For coefficient matching (2023): Step 3 (setting up the condition) and Step 4 (the linear system) carry most marks. An answer that correctly identifies both conditions but makes an arithmetic error in solving earns 7 marks. For expansion-evaluation (2024): writing the general Taylor formula with the pattern earns 4 marks; the numeric summation earns 4 marks; citing the alternating-series bound earns 2 marks. An answer that writes out the series correctly but makes a summation error earns 7 marks.
Practice Set
(No additional practice items in the corpus beyond the two worked examples.)