Right-hand rectangles: take each height from its right edge
The true area lies between them.
Estimate $\displaystyle\int_0^4 x^2 \,\mathrm{d}x$ using four rectangles of width $1$, by both methods.
with $n$ strips of width $h = \dfrac{b-a}{n}$, and $n+1$ ordinates $y_0, \ldots, y_n$
- Work out $h = \dfrac{b-a}{n}$.
- Make a table of the $n+1$ ordinates, from $y_0$ at $x=a$ to $y_n$ at $x=b$.
- Add the first and last ordinates.
- Add all the middle ordinates and double the total.
- Add those two results and multiply by $\tfrac{h}{2}$.
Use the trapezium rule with four strips to estimate $\displaystyle\int_0^4 x^2 \,\mathrm{d}x$.
| $x$ | $0$ | $1$ | $2$ | $3$ | $4$ |
|---|---|---|---|---|---|
| $y = x^2$ | $0$ | $1$ | $4$ | $9$ | $16$ |
| Weight | $\times 1$ | $\times 2$ | $\times 2$ | $\times 2$ | $\times 1$ |
Repeat with eight strips.
Curve bending downwards (concave, like $y = \sqrt{x}$) → the chord lies below → under-estimate
State, with a reason, whether the trapezium rule over- or under-estimates $\displaystyle\int_1^4 x^2 \,\mathrm{d}x$.
Or average the left-hand and right-hand rectangle estimates.
For $\displaystyle\int_0^2 x^3 \,\mathrm{d}x$, use two strips to find a trapezium-rule estimate, state whether it is over or under, and give a bracket for the true value.
Strip width
$h = \dfrac{b-a}{n}$.
Ordinates
$n+1$ of them for $n$ strips.
The rule
$\tfrac12 h\big[(\text{ends}) + 2(\text{middles})\big]$.
Weights
Ends once, middles twice.
Tabulate
A table of ordinates prevents most errors.
Bends upwards
Over-estimate.
Bends downwards
Under-estimate.
Not rising/falling
Curvature decides, not gradient.
To improve
More strips; error falls like $h^2$.
Bracket
Left and right rectangles trap the true value.
How many ordinates are needed for the trapezium rule with $6$ strips, and what is $h$ if the limits are $2$ and $8$?
▶ Show solution
$7$ ordinates, and $h = \dfrac{8-2}{6} = 1$.
Use the trapezium rule with two strips to estimate $\displaystyle\int_0^2 x^2 \,\mathrm{d}x$.
▶ Show solution
$h = 1$; ordinates $0, 1, 4$.
$\approx \tfrac12(1)\Big[(0+4) + 2(1)\Big] = \tfrac12(6) = 3$
(Exact: $\tfrac83 = 2.67$.)
Use the trapezium rule with four strips to estimate $\displaystyle\int_0^2 x^2 \,\mathrm{d}x$.
▶ Show solution
$h = 0.5$; ordinates at $0, 0.5, 1, 1.5, 2$ are $0, 0.25, 1, 2.25, 4$.
Ends: $0 + 4 = 4$. Middles: $0.25 + 1 + 2.25 = 3.5$, doubled $= 7$.
$\approx \tfrac12(0.5)(4 + 7) = 0.25 \times 11 = 2.75$
Closer to $2.67$ than the two-strip answer of $3$.
State, with a reason, whether your answer to Question 3 is an over- or under-estimate.
▶ Show solution
$\dfrac{\mathrm{d}^2y}{\mathrm{d}x^2} = 2 > 0$, so $y = x^2$ bends upwards.
The chords therefore lie above the curve, making it an over-estimate.
Confirmed: $2.75 > 2.67$.
Use left-hand rectangles of width $1$ to estimate $\displaystyle\int_1^4 x^2 \,\mathrm{d}x$.
▶ Show solution
Heights at $x = 1, 2, 3$ are $1, 4, 9$.
Area $\approx 1(1 + 4 + 9) = 14$
(Exact: $21$. The curve is increasing, so left-hand rectangles under-estimate badly.)
Repeat Question 5 with right-hand rectangles, and give a bracket for the true value.
▶ Show solution
Heights at $x = 2, 3, 4$ are $4, 9, 16$.
Area $\approx 1(4+9+16) = 29$
So $14 < \text{true area} < 29$. (The exact value $21$ lies inside.)
Use the trapezium rule with three strips to estimate $\displaystyle\int_1^4 x^2 \,\mathrm{d}x$, and compare with Questions 5 and 6.
▶ Show solution
$h = 1$; ordinates $1, 4, 9, 16$.
Ends: $1 + 16 = 17$. Middles: $4 + 9 = 13$, doubled $= 26$.
$\approx \tfrac12(1)(17 + 26) = 21.5$
Far better than either rectangle estimate — and it is exactly their average, $\tfrac{14+29}{2} = 21.5$.
Explain why the trapezium rule gives the exact answer for $\displaystyle\int_0^5 (2x+1)\,\mathrm{d}x$.
▶ Show solution
$y = 2x+1$ is a straight line, so it has zero curvature.
Each trapezium's sloping top lies exactly on the line, with nothing over- or under-counted.
The trapezia fit the region perfectly, so the rule is exact — for any number of strips.
(Check with one strip: $\tfrac12(5)(1 + 11) = 30$, and $\int_0^5(2x+1)\mathrm{d}x = [x^2+x]_0^5 = 30$ ✓)
A student uses the trapezium rule with four strips and gets $8.4$, then with eight strips and gets $8.1$. Estimate the true value, with a reason.
▶ Show solution
The estimates are decreasing, and the error falls by roughly a factor of four each time the strips double.
If the error with four strips is $E$, the error with eight is about $\tfrac{E}{4}$. The difference between the estimates is $0.3$, which is about $E - \tfrac{E}{4} = \tfrac{3E}{4}$.
So $E \approx 0.4$, and the true value is roughly $8.4 - 0.4 = 8.0$.
Equivalently, the eight-strip error is about $0.1$, giving $8.1 - 0.1 = 8.0$ — the same answer.
The speed of a car, in m s⁻¹, is recorded every $2$ seconds:
| $t$ (s) | $0$ | $2$ | $4$ | $6$ | $8$ | $10$ |
|---|---|---|---|---|---|---|
| $v$ (m s⁻¹) | $0$ | $6$ | $11$ | $15$ | $18$ | $20$ |
(a) Explain what the area under the speed–time graph represents. (b) Use the trapezium rule with all the data to estimate it. (c) State, with a reason, whether this is likely to be an over- or under-estimate. (d) Estimate the car's acceleration at $t = 4$.
▶ Show solution
(a) The area under a speed–time graph is the distance travelled, in metres — because distance is speed multiplied by time, and the area accumulates exactly that product.
(b) There are $6$ ordinates, so $5$ strips, with $h = 2$.
Ends: $y_0 + y_5 = 0 + 20 = 20$
Middles: $6 + 11 + 15 + 18 = 50$, doubled $= 100$
Distance $\approx \tfrac12(2)(20 + 100) = 1 \times 120 = \mathbf{120}$ m
(c) Look at how the speed is rising: the increases are $6, 5, 4, 3, 2$ — getting smaller each time.
So the graph is rising ever more gently: it bends downwards (concave). The chords therefore lie below the true curve, and the estimate is an under-estimate.
(d) Acceleration is the gradient of the speed–time graph. Use the straddling chord from $t=2$ to $t=6$:
$a \approx \dfrac{15 - 6}{6 - 2} = \dfrac{9}{4} = \mathbf{2.25}$ m s⁻²
(The one-sided chords give $\tfrac{11-6}{2} = 2.5$ and $\tfrac{15-11}{2} = 2$; the straddling value $2.25$ is their average and the better estimate.)