Study Guide

Lagrange Error Bound

AP Calculus BCΒ· AP Calculus BC CED β€” Infinite Sequences and SeriesΒ· 14 min read

1. What is Lagrange Error Bound?β˜…β˜…β˜†β˜†β˜†β± 3 min

Lagrange error bound (also called the Lagrange remainder bound) is a general technique for finding the maximum possible absolute error when approximating a function with its nth-degree Taylor polynomial. It is a core topic in Unit 10 of the AP Calculus BC CED, accounting for ~2-4% of total exam score, appearing in both multiple-choice and free-response sections.

Unlike alternating series error bound, which only applies to alternating series meeting Alternating Series Test conditions, Lagrange error bound works for any Taylor polynomial approximation of a sufficiently differentiable function, making it a universal error estimation tool. On the AP exam, common prompts ask you to find maximum approximation error, verify error is below a given tolerance, or prove a full Taylor series converges to the original function. The key skill tested in most questions is correctly bounding the (n+1)th derivative of the original function.

πŸ“˜ Definition

Lagrange Error Bound

An upper bound on the maximum absolute error when approximating a function with its nth-degree Taylor polynomial centered at , valid for sufficiently differentiable functions.

2. The Lagrange Error Bound Formulaβ˜…β˜…β˜…β˜†β˜†β± 4 min

For a function that is times differentiable on an interval containing the Taylor center and approximation point , the error (or remainder) of the nth-degree Taylor approximation is defined as . Lagrange's form of the remainder, derived from the generalized Mean Value Theorem, states there exists some strictly between and such that:

Rn(x)=f(n+1)(z)(n+1)!(xβˆ’c)n+1R_n(x) = \frac{f^{(n+1)}(z)}{(n+1)!}(x - c)^{n+1}

The Lagrange error bound is the maximum possible absolute value of this remainder. We find the maximum value of for all between and , call this maximum , giving the bound:

∣f(x)βˆ’Pn(x)∣=∣Rn(x)βˆ£β‰€M∣xβˆ’c∣n+1(n+1)!|f(x) - P_n(x)| = |R_n(x)| \leq \frac{M |x - c|^{n+1}}{(n+1)!}

Intuitively, the formula matches observable behavior of Taylor polynomials: the further the approximation point is from the center , the larger the maximum error, and functions with more extreme higher-order derivatives have larger approximation error.

πŸ“ Worked Example

Find the Lagrange error bound for the 3rd-degree Maclaurin polynomial of when approximating .

  1. 1

    For a 3rd-degree polynomial, , so we need the 4th derivative of . All derivatives of are , so .

  2. 2

    lies between the center and approximation point , so . Since is increasing, its maximum on this interval is at . We can safely overestimate , which is a valid upper bound.

  3. 3

    Substitute into the error bound formula:

  4. 4
    ∣R3(0.2)βˆ£β‰€M∣xβˆ’c∣44!=3β‹…(0.2)424|R_3(0.2)| \leq \frac{M |x - c|^4}{4!} = \frac{3 \cdot (0.2)^4}{24}
  5. 5

    Calculate the result: , so . The maximum error is at most 0.0002.

Exam tip:

Any valid overestimate of M is acceptable on the AP exam; you do not need the exact maximum M. Using a simple overestimate like for on saves time and avoids calculation errors.

3. Bounding the (n+1)th Derivativeβ˜…β˜…β˜…β˜†β˜†β± 4 min

Finding a valid , the maximum of on the interval between and , is the most commonly tested step of Lagrange error bound problems on the AP exam. For most standard functions tested on the exam, there are predictable shortcuts to find M without complicated optimization:

  • For or : All derivatives are or . Since and for any , is always a valid bound, regardless of interval.

  • For (with ): , which is increasing, so maximum at the largest in the interval. If the upper bound of is less than 1, is a safe overestimate.

  • For logarithmic functions like : All derivatives of have decreasing absolute value as increases, so maximum at the left endpoint of the interval.

πŸ“ Worked Example

, centered at . What is the Lagrange error bound when using a 4th-degree Taylor polynomial to approximate ?

  1. 1

    , so we need the 5th derivative of . Calculating derivatives: , , , , .

  2. 2

    For any between and , , so . Thus .

  3. 3

    Substitute into the error bound formula:

  4. 4
    ∣R4(0.5)βˆ£β‰€M∣xβˆ’c∣55!=32β‹…(0.5)5120|R_4(0.5)| \leq \frac{M |x - c|^5}{5!} = \frac{32 \cdot (0.5)^5}{120}
  5. 5

    Calculate the result: , so , so .

Exam tip:

For sine and cosine, you will almost never need to search for a maximum M beyond the shortcut; this is a common AP exam time-saver that is always valid.

4. Proving Taylor Series Convergenceβ˜…β˜…β˜…β˜…β˜†β± 5 min

A full Taylor series centered at converges to at a point if and only if , meaning the error approaches zero as we add more terms to the polynomial. Lagrange error bound gives a straightforward way to prove this convergence for all in the interval of convergence. The logic is: if we can bound by a constant that does not depend on , then the error bound will go to zero as approaches infinity, because factorial growth outpaces exponential growth of any fixed base. This is a common free-response question that requires explicit justification.

πŸ“ Worked Example

Prove that the Maclaurin series for converges to for all real .

  1. 1

    For any fixed real , lies between and . The th derivative of is either or , so for any and any . Thus , a constant independent of .

  2. 2

    The Lagrange error bound for any is:

  3. 3
    ∣Rn(x)βˆ£β‰€1β‹…βˆ£x∣n+1(n+1)!|R_n(x)| \leq \frac{1 \cdot |x|^{n+1}}{(n+1)!}
  4. 4

    For any fixed real , , because factorial growth always outpaces the growth of any fixed power of .

  5. 5

    By the Squeeze Theorem, , so , which means the Maclaurin series for converges to for all real .

Exam tip:

Explicitly state that is independent of and that factorial growth dominates for full credit on convergence proof FRQs; these are required reasoning steps.

5. AP-Style Worked Practice Problemsβ˜…β˜…β˜…β˜…β˜†β± 6 min

πŸ“ Worked Example

Let be the 2nd-degree Taylor polynomial for centered at . What is the Lagrange error bound when using to approximate ?
A)
B)
C)
D)

  1. 1

    For , we calculate the 3rd derivative of : , , .

  2. 2

    lies between and , so , which is decreasing, so maximum at , giving .

  3. 3

    Substitute into the error bound formula:

  4. 4
    ∣R2(2)βˆ£β‰€(1/4)∣2βˆ’1∣33!=124|R_2(2)| \leq \frac{(1/4)|2-1|^3}{3!} = \frac{1}{24}
  5. 5

    The correct answer is A.

πŸ“ Worked Example

Let , and let be the 3rd-degree Taylor polynomial for centered at .
(a) Find the Lagrange error bound for .
(b) State whether your bound from (a) guarantees that the approximation is accurate to within 0.001 of the true value of . Justify your answer.
(c) Prove that the Maclaurin series for converges to for all real .

  1. 1

    Part (a): For , the 4th derivative of is , so . is between 0 and 0.4, so is decreasing, maximum at , so . The error bound is:

  2. 2
    ∣R3(0.4)βˆ£β‰€1β‹…(0.4)44!=0.025624β‰ˆ0.00107|R_3(0.4)| \leq \frac{1 \cdot (0.4)^4}{4!} = \frac{0.0256}{24} \approx 0.00107
  3. 3

    Part (b): No, the bound is approximately 0.00107, which is larger than 0.001. Because the Lagrange bound is an upper bound on the true error, we cannot guarantee the error is smaller than 0.001.

  4. 4

    Part (c): For any fixed real , is between 0 and . If , then , a constant independent of . If , then , also a constant independent of . The error bound is:

  5. 5
    ∣Rn(x)βˆ£β‰€M∣x∣n+1(n+1)!|R_n(x)| \leq \frac{M |x|^{n+1}}{(n+1)!}
  6. 6

    For any fixed , . By Squeeze Theorem, , so the series converges to for all real .

πŸ“ Worked Example

A physicist approximates the velocity of a falling object near Earth's surface after seconds, when accounting for air resistance, as , where m/s is terminal velocity and s⁻¹. The physicist uses a 4th-degree Maclaurin polynomial to approximate . What is the maximum possible absolute error in the velocity approximation, in m/s? Interpret your result.

  1. 1

    We have , so for a 4th-degree polynomial, , meaning we need the 5th derivative. The 5th derivative is , where is between 0 and 1. is decreasing, so maximum at , giving .

  2. 2

    Substitute into the error bound formula:

  3. 3
    ∣R4(1)βˆ£β‰€M∣1βˆ’0∣55!=0.0016120β‰ˆ1.33Γ—10βˆ’5|R_4(1)| \leq \frac{M |1 - 0|^5}{5!} = \frac{0.0016}{120} \approx 1.33 \times 10^{-5}
  4. 4

    Interpretation: The maximum possible error in the velocity approximation is less than m/s, which is negligible for any practical physics measurement, so the 4th-degree approximation is extremely accurate for this scenario.

6. Common Pitfalls

Wrong move:

Using the nth derivative instead of the (n+1)th derivative when calculating M for an nth-degree Taylor polynomial.

Why:

Students confuse the degree of the polynomial with the order of the derivative needed for the remainder term.

Correct move:

Always add 1 to the degree of the polynomial to get the derivative order: for , use .

Wrong move:

Evaluating the derivative at the center c to get M, instead of finding the maximum over the entire interval between c and x.

Why:

Students default to evaluating derivatives at the center, since that is how Taylor polynomials are built.

Correct move:

Always check the entire interval between c and x to find the maximum of .

Wrong move:

Using n! instead of (n+1)! in the denominator of the error bound.

Why:

Students confuse the Taylor polynomial term formula (which uses n! for the nth term) with the error bound formula.

Correct move:

Write the full error bound formula before plugging in values, double-check that both the exponent of and the denominator factorial are .

Wrong move:

Using an underestimate of M to get a smaller error bound than the true maximum possible error.

Why:

Students want a 'tighter' bound and use a value smaller than the actual maximum derivative.

Correct move:

Always overestimate M; any valid upper bound is acceptable, and underestimating M leads to incorrect conclusions about error tolerance.

Wrong move:

Trying to find the exact value of M via critical point analysis when a simple overestimate is sufficient.

Why:

Students think they need an exact maximum, leading to unnecessary work and calculation errors.

Correct move:

Use the standard shortcut for M that matches your function (e.g., for sine/cosine) to save time.

Wrong move:

Forgetting to state that M is bounded independently of n when proving Taylor series convergence.

Why:

Students skip this justification step to save time.

Correct move:

Always explicitly note that M is a constant that does not depend on n before taking the limit.

7. Quick Reference Cheatsheet

Category

Formula

Notes

Error Definition

= nth-degree Taylor polynomial centered at

Lagrange Remainder Exact Form

is strictly between and

Lagrange Error Bound

= maximum of for between and

M for

Valid for any interval, since

M for (, )

If , use as a safe overestimate

M for

Maximum at left endpoint of the interval

Derivatives of have decreasing absolute value

Taylor Series Convergence Condition

If true, the Taylor series converges to at

Proving Convergence for All x

Factorial growth outpaces any fixed , so limit is always 0

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· BC

    FRQ error bound calculation

  • 2022 Β· BC

    Prove Taylor series convergence

What's Next

Lagrange error bound is a foundational tool for all work with Taylor series, the core advanced series topic on the AP Calculus BC exam. Next, you will apply error bound techniques to find the minimum degree of a Taylor polynomial needed to meet a given error tolerance, a common AP FRQ question that relies entirely on the skills you learned here. Lagrange error bound also prepares you to confirm that power series representations of common transcendental functions are valid for all x in their interval of convergence, and to compare the approximation accuracy of Taylor polynomials centered at different points. Without mastering the process of bounding the (n+1)th derivative and correctly applying the error bound formula, you will not be able to earn full credit on series FRQs that require error justification.