Area Between Curves
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn how to find the area trapped between two curves using definite integrals. This is one of the most visual and satisfying applications of integration.
The Concept
Section titled “The Concept”If f(x) is above g(x) on the interval [a, b], the area between them is
The idea is simple: upper curve minus lower curve, integrated over the interval. The result is always positive because you’re subtracting the lower from the upper.
The process
Section titled “The process”- Find the intersection points by solving f(x) = g(x). These become your limits of integration.
- Determine which function is on top in each interval (plug in a test point).
- Set up the integral as (top function) minus (bottom function).
- If the curves cross within the interval, split into separate integrals at each crossing point.
Integrating with respect to y
Section titled “Integrating with respect to y”Sometimes the region is easier to describe horizontally. If you can write x as a function of y, integrate with respect to y instead. The formula becomes right curve minus left curve.
Worked Example
Section titled “Worked Example”Example 1: y = x vs y = x²
Find the area between y = x and y = x² from x = 0 to x = 1.
The curves intersect at x = 0 and x = 1 (set x = x², so x² - x = 0, giving x(x - 1) = 0). On [0, 1], the line y = x is above the parabola y = x².
Example 2: Curves that cross (y = x vs y = x³)
Find the area between y = x and y = x³ from x = -1 to x = 1.
The curves intersect at x = -1, 0, and 1. The key is that which curve is on top switches at x = 0.
On [-1, 0]: x³ is above x (test x = -0.5: x³ = -0.125, x = -0.5, so x³ > x).
On [0, 1]: x is above x³ (test x = 0.5: x = 0.5, x³ = 0.125, so x > x³).
Example 3: Integrating with respect to y
Find the area between x = y² and x = y + 2 from y = -1 to y = 2.
The line x = y + 2 is to the right of the parabola x = y² on this interval (check y = 0: line gives 2, parabola gives 0).
Real-World Application
Section titled “Real-World Application”Area between curves shows up whenever you need to measure the difference between two quantities over an interval.
- In economics, the area between supply and demand curves gives consumer and producer surplus
- In physics, the area between a velocity curve and the x-axis gives displacement, and the area between two force curves gives net work
- In game development, comparing two difficulty curves over time tells you how much harder one path is than another
- In biology, the area between two population growth curves measures the competitive advantage of one species over another