Skip to main content
Ch. 8 - Techniques of Integration
Hass - Thomas' Calculus 15th Edition
Hass15th EditionThomas' CalculusISBN: 9780137616077Not the one you use?Change textbook
Chapter 8, Problem 8.PE.48

You are planning to use Simpson’s Rule to estimate the value of the integral Estimate ∫ from 1 to 2 of f(x) dx with an error magnitude less than 10⁻⁵ using Simpson’s Rule.
You have determined that |f⁽⁴⁾(x)| ≤ 3 throughout the interval of integration. How many subintervals should you use to ensure the required accuracy?
(Remember that for Simpson’s Rule the number of subintervals must be even.)

Verified step by step guidance
1
Recall the error bound formula for Simpson's Rule: the error \( E_S \) satisfies \( |E_S| \leq \frac{K(b - a)^5}{180 n^4} \), where \( K \) is an upper bound on \( |f^{(4)}(x)| \) over \([a, b]\), and \( n \) is the number of subintervals (which must be even).
Identify the given values: \( a = 1 \), \( b = 2 \), \( K = 3 \), and the desired error bound \( |E_S| < 10^{-5} \).
Set up the inequality for the error bound: \( \frac{3 (2 - 1)^5}{180 n^4} < 10^{-5} \).
Simplify the inequality to solve for \( n^4 \): \( \frac{3}{180 n^4} < 10^{-5} \) which leads to \( n^4 > \frac{3}{180 \times 10^{-5}} \).
Calculate the right side and then take the fourth root to find \( n \). Finally, choose the smallest even integer \( n \) that satisfies this inequality to ensure the error is less than \( 10^{-5} \).

Verified video answer for a similar problem:

This video solution was recommended by our tutors as helpful for the problem above.
Video duration:
4m
Was this helpful?

Key Concepts

Here are the essential concepts you must grasp in order to answer the question correctly.

Simpson’s Rule

Simpson’s Rule is a numerical method for approximating definite integrals by fitting parabolas through subintervals of the function. It requires an even number of subintervals and generally provides more accurate results than the trapezoidal rule for smooth functions.
Recommended video:

Error Bound for Simpson’s Rule

The error bound for Simpson’s Rule depends on the fourth derivative of the function. Specifically, the error magnitude is bounded by (K(b−a)^5) / (180 n^4), where K is the maximum absolute value of the fourth derivative on [a, b], and n is the number of subintervals.
Recommended video:
04:57
Determining Error and Relative Error

Choosing Number of Subintervals for Desired Accuracy

To ensure the approximation error is below a specified tolerance, solve the error bound inequality for n, the number of subintervals. Since Simpson’s Rule requires n to be even, round up to the nearest even integer after calculating the minimum n needed.
Recommended video:
06:11
Introduction to Riemann Sums