Finding the Area Between Curves That Intersect at More Than Two Points
students, imagine looking at two roller coaster tracks drawn on the same graph 🎢. Sometimes one track is above the other, then they cross, then switch positions again. In AP Calculus AB, one important skill is finding the area of the region between those curves, even when they intersect more than twice. This lesson will show you how to identify the correct boundaries, decide which curve is on top, and set up the right integral.
What you will learn
By the end of this lesson, students, you should be able to:
- Explain what it means for curves to intersect more than twice.
- Find the points where curves cross and use them as boundaries.
- Decide whether to integrate with respect to $x$ or $y$.
- Break a region into smaller pieces when the “top” and “bottom” curves change.
- Connect area between curves to the larger Applications of Integration unit.
The big idea is simple: area between curves is found by subtracting one function from another and integrating over the interval. But when the curves intersect several times, the subtraction may need to change from one interval to the next. That is the key challenge.
Step 1: Why intersections matter
When two curves intersect, they switch roles. A curve that is on top before an intersection may be below after the intersection. For area, this matters because area must always be positive. If you subtract the wrong way, you get negative values, which do not represent area.
Suppose two functions are $y=f(x)$ and $y=g(x)$. The area between them on an interval is usually
$$
$\int_a^b \bigl(\text{top} - \text{bottom}\bigr)\,dx.$
$$
If the curves cross once inside the interval, you often need to split the integral at the intersection point. If they cross more than twice, you may need several pieces.
For example, if the curves intersect at $x=a$, $x=c$, and $x=b$ with $a<c<b$, then one curve may be above on $[a,c]$ and the other above on $[c,b]$. In that case, the total area is the sum of two integrals.
Step 2: Find every intersection point first
Before writing an integral, students, you must know where the curves meet. Set the two functions equal:
$$
$f(x)=g(x).$
$$
Solve this equation to find all intersection points in the interval you care about. These points divide the region into smaller pieces.
Example 1
Find the intersection points of $y=x^3-4x$ and $y=x$.
Set them equal:
$$
$x^3-4x=x.$
$$
Rearrange:
$$
$x^3-5x=0.$
$$
Factor:
$$
$x(x^2-5)=0.$
$$
So the intersection points are
$$
$x=0,\quad x=\sqrt{5},\quad x=-\sqrt{5}.$
$$
If you were asked for the area between the curves, these values would be the natural boundaries for splitting the integral.
In real life, this is like finding where two roads cross on a map 🗺️. Each crossing changes which road is “above” the other on the graph.
Step 3: Decide which curve is on top in each interval
After finding all intersections, choose a test point in each interval. Plug that test point into both functions to see which one has the larger $y$-value.
For the example above, the intersections divide the line into three main intervals: $(-\infty,-\sqrt{5})$, $(-\sqrt{5},0)$, $(0,\sqrt{5})$, and $(\sqrt{5},\infty)$. If you only care about the bounded region between the curves, you would focus on the intervals between the intersection points that form the enclosed area.
A common mistake is assuming the same curve stays on top the whole time. That is not true when graphs cross multiple times.
Example 2
For $y=x^3-4x$ and $y=x$, compare values on the interval from $x=-\sqrt{5}$ to $x=\sqrt{5}$.
Pick $x=-1$:
$$
$f(-1)=(-1)^3-4(-1)=3,$
$$
$$
$g(-1)=-1.$
$$
So $f(x)$ is above $g(x)$ on that part of the interval.
Pick $x=1$:
$$
$f(1)=1-4=-3,$
$$
$$
$g(1)=1.$
$$
So $g(x)$ is above $f(x)$ there.
That means the area must be split at $x=0$.
Step 4: Write the area as a sum of integrals
When the top and bottom curves change, the total area is the sum of the areas of the pieces.
For the example above, the bounded area between $y=x^3-4x$ and $y=x$ from $x=-\sqrt{5}$ to $x=\sqrt{5}$ is
$$
$\int_{-\sqrt{5}$}^$0 \Bigl($(x^3-4x)-x$\Bigr)$\,dx + $\int_0$^{$\sqrt{5}$} $\Bigl($x-(x^3-4x)$\Bigr)\,dx.
$$
Simplify each integrand:
$$
$\int_{-\sqrt{5}}^0 (x^3-5x)\,dx + \int_0^{\sqrt{5}} (-x^3+5x)\,dx.$
$$
Each piece is positive because we always subtract bottom from top.
Sometimes you may notice symmetry, which can make the work faster. In this example, the graph setup is symmetric about the origin, so the two pieces have equal area. But on the AP exam, you must still show that you understand why the interval is split.
Step 5: When integrating with respect to $y$ can help
Sometimes a region that crosses many times is easier to handle using horizontal slices and integrating with respect to $y$ instead of $x$. This is especially useful when a curve is easier to write as $x$ in terms of $y$.
The formula becomes
$$
$\int_c^d \bigl(\text{right} - \text{left}\bigr)\,dy.$
$$
This is not always necessary, but it can simplify complicated regions. If vertical slices force you to split the area into many parts, horizontal slices may reduce the number of pieces.
Example 3
Suppose a region is enclosed by $x=y^2-1$ and $x=2-y^2$. These curves intersect when
$$
$y^2-1=2-y^2.$
$$
Then
$$
$2y^2=3,$
$$
so
$$
$y=\pm\sqrt{\frac{3}{2}}.$
$$
On that interval, the right curve is $x=2-y^2$ and the left curve is $x=y^2-1$. So the area is
$$
$\int_{-\sqrt{3/2}}^{\sqrt{3/2}} \Bigl((2-y^2)-(y^2-1)\Bigr)\,dy.$
$$
This approach can be especially helpful when curves intersect multiple times in $x$ but form a simpler shape in $y$.
Step 6: Common AP Calculus AB mistakes to avoid
students, here are the most common errors students make:
- Forgetting to find all intersections
- If a curve crosses more than twice, every crossing that affects the bounded region matters.
- Using one integral when several are needed
- If the top curve changes, the integrand must change too.
- Subtracting in the wrong order
- Area should be positive, so use top minus bottom, or right minus left.
- Using the wrong variable of integration
- Vertical slices use $dx$ and horizontal slices use $dy$.
- Not checking the graph or test points
- A quick test point confirms which curve is above.
- Mixing up intersection points and interval endpoints
- The region’s boundaries come from both the problem statement and the intersections.
A smart habit is to sketch the curves roughly before integrating ✏️. Even a simple sketch can prevent sign errors.
Step 7: Why this topic matters in Applications of Integration
Area between curves is one of the core applications of the definite integral. In this unit, integration is used to measure accumulated quantity, not just to find antiderivatives. Other applications include average value, motion, and volume. Area between curves shows how a definite integral can measure the space trapped between changing graphs.
When curves intersect more than two times, the idea of accumulation stays the same, but the setup gets more detailed. You are still adding many tiny areas, but now you must be careful about which curve is on top in each section.
This skill appears often on AP Calculus AB because it tests both graph reasoning and integral setup. The calculator is not a substitute for understanding. You need to know how the region is divided and why the integral is written the way it is.
Conclusion
Finding the area between curves that intersect more than two times is about careful organization. First, find every intersection point. Next, decide which curve is on top or which side is on the right in each interval. Then split the region into pieces and add the areas with the correct integrals. students, if you remember that area must always be positive and that intersections can change the order of the curves, you will be ready for many AP Calculus AB problems. This topic connects directly to the broader study of integration because it shows how definite integrals measure real quantities from graphs 📈.
Study Notes
- Area between curves is found by integrating $\text{top} - \text{bottom}$ with respect to $x$, or $\text{right} - \text{left}$ with respect to $y$.
- If curves intersect more than twice, the region usually must be split into several integrals.
- Find all intersection points by solving $f(x)=g(x)$ or the equivalent equation.
- Use test points in each interval to determine which curve is above or to the right.
- The total area is the sum of all positive pieces, so signs matter.
- Horizontal slices with $dy$ can sometimes simplify regions that are complicated with $dx$.
- A sketch is very helpful for checking boundaries and preventing sign mistakes.
- This topic is a major part of the Applications of Integration unit in AP Calculus AB.
