Unit 8: Applications of Integration
Area Between Curves
Finding the area between two curves using a definite integral.
Prerequisites
- Average Value of a Function
The Gap Between Two Curves
A single definite integral measures area between one curve and the x-axis. Before reading on: if you subtracted one function from another before integrating, would the result measure the area between the two curves themselves, instead of between a curve and the axis?
Definition — Area Between Two Curves
Worked Example — Finding the Area Between Two Curves
This same integral can be computed as the exact area under a single new function — the difference h(x) = (x + 2) − x² = −x² + x + 2 — rather than thinking of it as 'between two curves' at all. Graphing h(x) and finding the exact area under it from x = −1 to x = 2 gives the identical integral, and therefore the identical answer, 4.5.
Integral Visualizer
Integration bounds
Animate b (the play button above) to watch the shaded area — and the accumulation curve below — grow.
Approximation method
f(x), with the region between a and b shaded
Accumulation function A(x) = ∫ₐˣ f(t) dt — linked to the graph above; panning or zooming either moves both
What the Fundamental Theorem of Calculus tells us
- A(x) = ∫ from a to x of f(t) dt is the accumulation function. At x = b ≈ 2, A(b) ≈ 2.67 — the signed area under f from a ≈ 0 to b.
- The Fundamental Theorem of Calculus says A'(x) = f(x): differentiating the accumulation function gives the original function back.
- Confirmed numerically here: differentiating the accumulation curve gives A'(b) ≈ 4, matching f(b) ≈ 4.
Numerical approximation comparison
| Method | Estimate |
|---|---|
| Left Riemann sum | 2.28 |
| Right Riemann sum | 3.08 |
| Midpoint Riemann sum | 2.66 |
| Trapezoidal Rule | 2.68 |
| Simpson's Rule | 2.66667 |
| Exact (high-resolution reference) | 2.66667 |
Analysis of f(x)
- y-intercept
- (0, 0)
- x-intercepts
- (0, 0)
- Extrema
- local min at (0, 0)
- Inflection points
- none found in view
- Vertical asymptotes
- none found in view
- Horizontal asymptotes
- none found
- Domain
- all real numbers in view
- Range (estimated)
- approximately [0, 100]
Tip
Common Mistakes
Using the wrong order of subtraction, computing g(x) − f(x) when f is actually the top curve.
Subtracting in the wrong order integrates a negative quantity across the whole interval, producing the negative of the true area — always confirm which function is larger with a test point before setting up the integral.
Using the original functions' domain endpoints as the bounds instead of their actual intersection points.
The area between two curves is only well-defined between the x-values where they actually cross — using arbitrary endpoints instead of the true intersection points integrates over a region where the 'between' relationship no longer holds.
Key Takeaways
- Area between two curves is ∫ₐᵇ[top(x) − bottom(x)]dx, with the bounds usually found by solving for the curves' intersection points.
- A test point between the intersection points confirms which curve is actually on top before setting up the integral.
- The area between two curves equals the area under their difference function — the same integral, viewed as a single-function area problem.
Summary
This same 'integrate a cross-sectional quantity' idea extends beyond flat area. The final lesson uses it to find the volume of a three-dimensional solid.
Sign in to track your progress and mark this lesson complete.
Track your progress