Skip to content
Mathematics · Year 13 · Further Calculus Applications · Summer Term

Numerical Integration: Trapezium Rule

Approximating definite integrals using the trapezium rule and understanding its accuracy.

National Curriculum Attainment TargetsA-Level: Mathematics - Numerical Methods

About This Topic

The trapezium rule approximates definite integrals by dividing the integration interval into equal strips and summing areas of trapeziums formed by chord lines connecting points on the curve. For interval [a, b] with n strips of width h = (b - a)/n, the approximation is (h/2)(y_0 + 2y_1 + ... + 2y_{n-1} + y_n), where y_i = f(x_i). This method offers a geometric interpretation of area under non-straight curves, essential when antiderivatives are unavailable.

Year 13 students connect this to prior calculus knowledge by explaining its basis, assessing how more strips reduce error (typically O(1/n^2)), and determining overestimation for convex curves or underestimation for concave ones. These skills align with A-level standards in numerical methods, preparing for real-world applications like numerical simulations.

Active learning benefits this topic greatly. Students graphing curves, overlaying trapeziums, and comparing approximations to exact values build intuition for error sources. Group calculations with varying n reveal convergence patterns hands-on, while discussions clarify concavity effects, making abstract accuracy analysis concrete and collaborative.

Key Questions

  1. Explain the geometric basis of the trapezium rule for approximating area.
  2. Analyze how the number of strips affects the accuracy of the approximation.
  3. Evaluate the overestimation or underestimation of the trapezium rule based on curve concavity.

Learning Objectives

  • Calculate the approximate area under a curve using the trapezium rule for a given number of strips.
  • Analyze the relationship between the number of trapeziums used and the accuracy of the integral approximation.
  • Evaluate whether the trapezium rule overestimates or underestimates a definite integral based on the concavity of the function's graph.
  • Compare the trapezium rule approximation to the exact value of a definite integral where possible.

Before You Start

Definite Integrals and Area Under a Curve

Why: Students must understand the concept of a definite integral representing the area under a curve to appreciate how numerical methods approximate this area.

Functions and Graphing

Why: Visualizing the curve and the trapeziums is crucial for understanding the geometric basis and error analysis of the trapezium rule.

Key Vocabulary

Trapezium RuleA numerical method for approximating the definite integral of a function by dividing the area under the curve into a series of trapezoids.
Strip width (h)The constant width of each individual trapezium used in the approximation, calculated as (b - a)/n where [a, b] is the interval and n is the number of strips.
ConcavityThe property of a curve being convex (bending upwards) or concave (bending downwards), which affects whether the trapezium rule overestimates or underestimates the area.
Numerical IntegrationThe process of approximating the value of a definite integral using numerical methods, particularly when an analytical solution is difficult or impossible to find.

Watch Out for These Misconceptions

Common MisconceptionThe trapezium rule always overestimates the area under the curve.

What to Teach Instead

Overestimation occurs only for convex (concave up) curves; concave down curves lead to underestimation. Pair graphing of both types with overlaid trapeziums helps students visualize the fit and correct their assumptions through direct comparison.

Common MisconceptionIncreasing the number of strips makes the approximation exact immediately.

What to Teach Instead

Accuracy improves quadratically with n, but never perfectly for nonlinear curves. Small group tabulations of error versus n, plotted collaboratively, demonstrate gradual convergence and build understanding of the O(1/n^2) error term.

Common MisconceptionThe trapezium rule works the same as midpoint or rectangle rules.

What to Teach Instead

It averages endpoint heights, differing in error behavior from others. Whole-class side-by-side computations on the same function reveal unique over/under patterns, fostering discussion on method strengths.

Active Learning Ideas

See all activities

Real-World Connections

  • Civil engineers use numerical integration techniques, including methods like the trapezium rule, to calculate the volume of earth to be moved for construction projects or to determine the area of irregular land parcels from survey data.
  • Physicists might employ the trapezium rule to approximate the work done by a variable force over a distance, or to calculate the total impulse from a force-time graph when the function is not easily integrable analytically.

Assessment Ideas

Quick Check

Provide students with a function, an interval [a, b], and a specific number of strips, n. Ask them to calculate the area approximation using the trapezium rule. Then, ask them to sketch the curve and the trapeziums to determine if the approximation is likely an overestimate or underestimate.

Discussion Prompt

Present students with two different functions, one concave up and one concave down over the same interval. Ask them to discuss in pairs: 'How does the concavity of the function influence the accuracy of the trapezium rule approximation, and why?'

Exit Ticket

On an exit ticket, ask students to write the formula for the trapezium rule. Then, have them explain in one sentence how increasing the number of strips affects the accuracy of the approximation and why.

Frequently Asked Questions

What is the geometric basis of the trapezium rule?
The rule approximates curve area by trapeziums formed between the curve and straight chords at strip endpoints. Each trapezium area is (h/2)(y_i + y_{i+1}), summed across strips. This connects to basic geometry, making it intuitive for A-level students transitioning from analytical methods.
How does the number of strips affect trapezium rule accuracy?
More strips (larger n) narrow trapeziums, reducing the gap to the curve; error decreases as O(1/n^2). Students testing n=2 versus n=20 on functions like x^3 show this empirically, linking to calculus limits and numerical reliability in practice.
How can active learning help students understand the trapezium rule?
Hands-on graphing and computation activities let students draw trapeziums, vary n, and compare to exact integrals, revealing error patterns visually. Group rotations through function stations promote peer teaching on concavity effects, while spreadsheets track convergence dynamically. This builds deeper insight than passive derivation alone.
Why does curve concavity determine trapezium rule error direction?
Convex curves (f'' > 0) bow above chords, causing overestimation; concave curves (f'' < 0) bow below, causing underestimation. Classroom demos projecting these with n=4 trapeziums, followed by paired predictions, solidify the second derivative's role in error analysis.

Planning templates for Mathematics