This topic covers the numerical integration of functions using the trapezium rule to estimate the area under a curve. Students must understand how to apply the rule to approximate definite integrals and determine whether the resulting estimate is an over-estimate or an under-estimate based on the curve's shape.
Numerical integration is a technique used to approximate the definite integral of a function when an exact antiderivative is difficult or impossible to find. In A-Level Mathematics, the trapezium rule is the primary method studied, which estimates the area under a curve by dividing the region into trapezoids. This topic is essential for understanding how real-world problems, such as calculating distances from velocity data or areas of irregular shapes, can be solved without analytical integration.
The trapezium rule works by approximating the curve with straight line segments between equally spaced points. The formula is ∫ₐᵇ f(x) dx ≈ (h/2)[f(x₀) + 2f(x₁) + 2f(x₂) + ... + 2f(xₙ₋₁) + f(xₙ)], where h = (b-a)/n. The accuracy improves as the number of strips n increases. Students also learn to determine upper and lower bounds for the area using the trapezium rule with different numbers of strips, often involving the concept of overestimates and underestimates depending on the concavity of the function.
This topic builds on earlier work with integration and differentiation, and it connects to numerical methods used in further mathematics and engineering. Understanding the trapezium rule and its limitations prepares students for more advanced numerical techniques and reinforces the idea that integration is not always about finding exact formulas.
Key skills and knowledge for this topic
Key points examiners look for in your answers
Expert advice for maximising your marks
Pitfalls to avoid in your exam answers
Common questions students ask about this topic
Essential terms to know
How questions on this topic are typically asked
Practice questions tailored to this topic