Area Between Curves and the Trapezoidal Rule
Key Terms
- Area between two curves = ∫ab [f(x) − g(x)] dx where f is the upper curve
- Find limits by solving f(x) = g(x) for their intersection x-values
- If curves switch position, split at the crossing point
- Trapezoidal rule
- approximates integrals using trapezoids instead of rectangles
- More strips (larger n) ⇒ more accurate approximation
A = ∫ab [f(x) − g(x)] dx (where f(x) ≥ g(x) on [a,b])
Trapezoidal Rule (n strips, strip width w = (b−a)/n):
∫ab f(x) dx ≈ (w/2)[f(x0) + 2f(x1) + 2f(x2) + … + 2f(xn−1) + f(xn)]
Key pattern: first + last with coefficient 1; all middle terms with coefficient 2
Step 1: Find intersections: x² = x + 2 ⇒ x² − x − 2 = 0 ⇒ (x−2)(x+1) = 0 ⇒ x = −1, 2
Step 2: Determine upper curve on [−1,2]: at x=0, y=x+2=2 and y=x²=0. So y=x+2 is on top.
Step 3: A = ∫−12 [(x+2) − x²] dx
= [x²/2 + 2x − x³/3]−12
= (2 + 4 − 8/3) − (1/2 − 2 + 1/3)
= (18/3 − 8/3) − (3/6 − 12/6 + 2/6)
= 10/3 − (−7/6) = 10/3 + 7/6 = 20/6 + 7/6 = 27/6 = 9/2 units²
w = (2−0)/4 = 0.5 x-values: 0, 0.5, 1, 1.5, 2
f(0)=1, f(0.5)=e0.5≈1.6487, f(1)=e≈2.7183, f(1.5)=e1.5≈4.4817, f(2)=e²≈7.3891
≈ (0.5/2)[1 + 2(1.6487) + 2(2.7183) + 2(4.4817) + 7.3891]
= 0.25[1 + 3.2974 + 5.4366 + 8.9634 + 7.3891]
= 0.25 × 26.0865 = 6.521
(Exact: e²−1 ≈ 6.389. The rule overestimates because ex is concave up.)
Area Between Two Curves: The Concept
When two curves enclose a region, we can find its area by subtracting the "lower" curve from the "upper" curve:
A = ∫ab [fupper(x) − flower(x)] dx
Think of it this way: the area under the top curve minus the area under the bottom curve leaves exactly the area between them.
Finding the Limits of Integration
The limits a and b are the x-coordinates where the two curves intersect. To find them, set f(x) = g(x) and solve.
Example: y = x² and y = 4x − x²
x² = 4x − x² ⇒ 2x² − 4x = 0 ⇒ 2x(x−2) = 0 ⇒ x = 0, 2
Check at x=1: f=1, g=3. So g is on top: A = ∫02[(4x−x²) − x²]dx = ∫02(4x−2x²)dx
What if curves switch position? If f and g swap which is on top within [a,b], find the crossing point c and split:
A = ∫ac[f−g]dx + ∫cb[g−f]dx
The Trapezoidal Rule: Derivation and Use
Instead of rectangles (Riemann sums), the trapezoidal rule uses trapezoids to approximate the area under a curve. A trapezoid connecting (xi, f(xi)) to (xi+1, f(xi+1)) has area:
w/2 × [f(xi) + f(xi+1)]
Summing all n trapezoids and simplifying (adjacent function values appear twice, except the endpoints):
∫ab f(x)dx ≈ (w/2)[f(x0) + 2f(x1) + 2f(x2) + … + 2f(xn−1) + f(xn)]
where w = (b−a)/n is the strip width, and xi = a + i·w.
Accuracy:
- For a concave up function (f″(x) > 0): the trapezoidal rule overestimates.
- For a concave down function (f″(x) < 0): the trapezoidal rule underestimates.
- Increasing n improves accuracy. Doubling n roughly quarters the error.
When to Use Each Method
| Situation | Method |
|---|---|
| Antiderivative can be found | Exact integral (FTC) |
| Function given as a table of values | Trapezoidal rule |
| Function is complex / no closed form antiderivative | Trapezoidal rule (or technology) |
| Want to estimate accuracy | Compare trapezoidal estimate to exact |
Common Errors and Exam Strategy
Area between curves errors:
- Getting upper/lower curve backwards — always verify with a test point.
- Using incorrect intersection points as limits.
- Forgetting to handle regions where curves switch position.
Trapezoidal rule errors:
- Miscounting the number of terms (n strips ⇒ n+1 function values).
- Applying coefficient 2 to the endpoint values (should be 1).
- Using wrong strip width: w = (b−a)/n, NOT (b−a)/(n+1).
Mastery Practice
- Find the area enclosed between y = x + 4 and y = x² − 2.
- Use the trapezoidal rule with n = 4 to estimate ∫13 √x dx. Set up a table of values.
- Find the area enclosed between y = x² and y = √x.
- Use the trapezoidal rule with n = 3 to estimate ∫0π sin x dx. Compare your answer to the exact value of 2.
- Find the area of the region enclosed between y = x and y = x³ for x ∈ [0,1] and x ∈ [−1,0]. Find the total area for x ∈ [−1,1].
- A region is bounded by y = ex, y = e−x, x = 0 and x = 1. Find the exact area of this region.
- The table below gives values of f(x). Use the trapezoidal rule to estimate ∫06 f(x) dx:
x 0 1 2 3 4 5 6 f(x) 2 5 9 11 10 7 3 - Find the area between y = sin x and y = cos x for x ∈ [0, π/2]. Identify which function is on top and verify with a test point.
- Two curves are defined by y = x² − 2x and y = 4 − x². Find the area of the region enclosed between them, showing all working including finding the intersection points.
- A river's cross-section has depths (in metres) measured at 1-metre intervals across its 6-metre width: 0, 1.2, 2.5, 3.1, 2.8, 1.9, 0. Use the trapezoidal rule to estimate the cross-sectional area of the river, then estimate the flow rate (m³/s) if water moves at 2.5 m/s.