Area between Curves
Calculating the area between curves is a core skill in Calculus I. Instead of finding the area under a single function, you're finding the area of a region trapped between two functions. The key idea: integrate the difference between the "top" and "bottom" (or "right" and "left") functions across the interval where they bound a region.
Choosing the right variable to integrate with respect to matters a lot. The wrong choice can turn a clean one-integral problem into a messy multi-part calculation.
Area between Two Curves
The fundamental idea is straightforward: area equals the integral of (bigger function minus smaller function).
Integrating with respect to x:
- is the upper function (higher -values) and is the lower function on the interval
- and are the -coordinates where the curves intersect (or the endpoints you're given)
Integrating with respect to y:
- is the right function (larger -values) and is the left function on the interval
- and are the -coordinates where the curves intersect
Steps to find the area:
- Sketch the curves. Even a rough sketch helps you see which function is on top (or to the right) and where the region lives.
- Find intersection points. Set the two functions equal and solve. These give you the limits of integration.
- Identify which function is greater on the interval. Plug in a test point between the intersection values if you're unsure.
- Set up and evaluate the integral of (greater function minus lesser function).
Example: Find the area between and .
-
Set , which gives , so . The curves intersect at and .
-
Test a point: at , the line gives and the parabola gives . So is the upper function.
-
-
Evaluate:

Compound Regions with Intersecting Curves
Sometimes the curves cross each other within the interval, so which function is "on top" switches partway through. When that happens, you can't use a single integral because the difference would change sign, and negative area would cancel out positive area.
How to handle this:
- Find all intersection points of the curves within the region.
- Split the interval at each intersection point, creating sub-regions.
- For each sub-region, determine which function is greater (use a test point).
- Set up a separate integral for each sub-region.
- Add the areas together:
Example: If is above on but below on , the total area is:
Notice the order flips in the second integral. An equivalent shortcut is to use absolute value:
This always works conceptually, but in practice you still need to split the integral at the crossing points to evaluate it.

Choosing the Variable of Integration
Picking the right variable can be the difference between a clean problem and a painful one.
- Integrate with respect to when the boundary curves are naturally written as and you can clearly tell which is on top.
- Integrate with respect to when the boundary curves are naturally written as and you can clearly tell which is to the right.
The big payoff of choosing wisely is that you may avoid splitting the region into multiple sub-regions. A region that requires two or three integrals in might need only one integral in (or vice versa).
Example: The region between and . These are already written as functions of , so integrating with respect to is natural. If you rewrote them as functions of , you'd need to split the parabola into upper and lower halves and use multiple integrals.
Quick decision rule: If solving for the other variable would force you into square roots, piecewise expressions, or multiple sub-regions, switch your variable of integration.