Unit 8 Applications of Integration: Understanding Area Between Curves
Finding the Area Between Curves Expressed as Functions of x
What “area between curves” means (and why you need calculus)
When you hear “area between curves,” you’re being asked to find the area of a region in the coordinate plane whose boundary is formed by two graphs. In AP Calculus AB, the graphs are usually given as functions like y=f(x) and y=g(x).
If both curves were straight lines, you could sometimes use geometry. But most of the time the boundaries are curved, so the region doesn’t break nicely into triangles and rectangles. That’s where integration matters: a definite integral adds up infinitely many very thin rectangles to approximate area, and then takes the limit to get the exact result.
The key idea is:
- If you slice the region with vertical rectangles, each rectangle’s height is “top curve minus bottom curve,” and its thickness is dx.
- Adding all those rectangle areas from a left endpoint a to a right endpoint b gives the total area.
This is why the standard “function of x” area formula looks like an integral with respect to x.
Vertical slicing: the fundamental setup
Suppose over an interval from x=a to x=b, one curve is always above the other. If f(x) is the upper function and g(x) is the lower function, then a typical vertical slice at position x has:
- height f(x)-g(x)
- width dx
So the area is:
A=\int_a^b \left(f(x)-g(x)\right)dx
This formula is simple, but it only works as written when you have correctly identified:
- the correct bounds a and b, and
- which function is on top for the entire interval.
If the “top” and “bottom” switch somewhere in the interval, you must split the integral.
Where do the bounds a and b come from?
Most AP problems define the region in one of these ways:
Intersection points of the curves
- You solve f(x)=g(x) to find the x-coordinates where the curves cross.
- Those intersection x-values often become a and b.
Given vertical lines
- The problem might explicitly say “between x=1 and x=4.” Then a=1 and b=4.
A mix of both
- One boundary could be an intersection, the other a given vertical line.
A common misconception is to assume the bounds are always the intersection points. Sometimes the region is cut off earlier by a vertical line, an axis, or another curve.
“Top minus bottom” is a relationship, not a label
Students often try to decide which formula to use before thinking about the picture. A better habit is:
- Sketch both curves (even a rough sketch).
- Pick a typical vertical slice.
- Ask: at that x, which y-value is higher?
The “top” function is the one that gives larger y for the same x.
If the top/bottom relationship changes, you can’t fix it by taking an absolute value blindly. On the AP exam, the expected method is usually to split at intersection points (or other switching points).
When you must split the integral
If f(x) and g(x) intersect at some value x=c inside [a,b], then the top curve on [a,c] might be different from the top curve on [c,b].
In that case, area becomes a sum:
A=\int_a^c \left(\text{top}-\text{bottom}\right)dx+\int_c^b \left(\text{top}-\text{bottom}\right)dx
This “split when the top changes” idea is one of the most tested skills in area-between-curves problems.
Notation reference (common equivalent forms)
| Situation | Typical slice | Area expression |
|---|---|---|
| Upper f(x), lower g(x) on [a,b] | vertical | \int_a^b (f(x)-g(x))dx |
| Upper/lower changes at x=c | vertical, piecewise | \int_a^c (f-g)dx+\int_c^b (g-f)dx (as appropriate) |
Worked Example 1: Two functions with clean intersections
Find the area of the region bounded by y=x and y=x^2.
Step 1: Understand the region
These two curves intersect where:
x=x^2
x^2-x=0
x(x-1)=0
So intersections occur at x=0 and x=1.
Step 2: Decide top minus bottom
On the interval 0