Numerical Integration Simpson's & Trapezoidal Cheat Sheet
A printable reference covering trapezoidal rule, Simpson's rule, step size, error bounds, and composite numerical integration for grades 11-12.
Related Tools
Related Labs
Related Worksheets
Related Infographics
Numerical integration estimates definite integrals when an antiderivative is hard or impossible to find exactly. This cheat sheet covers the trapezoidal rule and Simpson's rule, two common methods for approximating area under a curve. Students need these methods for calculator work, data-based problems, and real-world models where only function values are available. The trapezoidal rule approximates the region using straight-line segments, while Simpson's rule uses parabolic arcs for a usually more accurate estimate. Both methods divide the interval into equal subintervals with step size . Simpson's rule requires to be even, and both methods use weighted sums of function values. Error bounds depend on higher derivatives, so smoother functions usually give better approximations.
Key Facts
- For equal subintervals on , the step size is .
- The partition points are for .
- The composite trapezoidal rule is .
- The composite Simpson's rule is .
- Simpson's rule requires an even number of subintervals, so must be even.
- If is concave up on , the trapezoidal rule usually overestimates .
- If is concave down on , the trapezoidal rule usually underestimates .
- A common trapezoidal error bound is when on .
Vocabulary
- Numerical integration
- A method for estimating a definite integral using function values instead of finding an exact antiderivative.
- Trapezoidal rule
- An approximation method that estimates area by connecting points on the graph with straight line segments to form trapezoids.
- Simpson's rule
- An approximation method that estimates area by fitting parabolas through groups of three points.
- Step size
- The width of each equal subinterval, given by .
- Subinterval
- One smaller interval created when is divided into equal parts for approximation.
- Error bound
- A maximum possible difference between the exact integral and a numerical approximation.
Common Mistakes to Avoid
- Using Simpson's rule with an odd value of is wrong because Simpson's rule works in pairs of subintervals and requires to be even.
- Forgetting endpoint weights changes the approximation because and are not doubled in the trapezoidal rule or given alternating Simpson weights.
- Using is wrong because counts subintervals, not the number of listed points.
- Mixing Simpson weights in the wrong order gives an incorrect sum because the interior weights must alternate .
- Rounding too early can make the final estimate less accurate, so keep several decimal places until the final answer.
Practice Questions
- 1 Use the trapezoidal rule with to approximate .
- 2 Use Simpson's rule with to approximate .
- 3 For on , find when and list the partition points through .
- 4 Explain why Simpson's rule often gives a more accurate approximation than the trapezoidal rule for smooth curves.