8. Applications of Integration

Finding The Area Between Curves That Intersect At More Than Two Points

Finding the Area Between Curves That Intersect at More Than Two Points

students, imagine you are designing a park with two winding paths, one painted red and one painted blue 🎨. The space between them changes shape as you move from left to right, and sometimes the paths cross more than twice. Your job in calculus is to find the total area of the region trapped between those curves. This lesson shows how to handle those cases carefully and accurately.

What you will learn

By the end of this lesson, students, you should be able to:

  • identify where curves intersect using equations and graphing
  • split an interval into smaller pieces when the top and bottom curves switch roles
  • set up and evaluate integrals for total enclosed area
  • explain why the area must be added in pieces when curves intersect more than two times
  • connect this topic to the broader Applications of Integration unit 📘

Area between curves is one of the most important real-world uses of integration. It appears in engineering, economics, biology, and physics whenever you need to measure a space formed by changing boundaries. When curves intersect at more than two points, the key challenge is that the “top” curve is not always the same curve across the whole interval.

The main idea: area is always positive

The area between two curves is not found by simply subtracting one function from another everywhere and hoping it works. If the curves cross, then the upper curve and lower curve may change. If you subtract in the wrong order, the integral can become negative on part of the interval, which is not area.

For two curves $y=f(x)$ and $y=g(x)$, the area between them on an interval $[a,b]$ is usually

$$A=\int_a^b \bigl(\text{top function} - \text{bottom function}\bigr)\,dx$$

This works only when the same curve stays on top the entire time. If the curves intersect more than two times, then you must first find every intersection point that matters, then split the interval into sections where the top curve stays the same.

A common mistake is using one integral across the whole interval without checking where the curves switch. That can cancel parts of the area and give an answer that is too small or even zero. The correct approach is to add the areas of all pieces.

Step-by-step strategy for multiple intersections

Here is a reliable process students can use on AP Calculus BC problems ✅

1. Find all intersection points

Set the functions equal to each other:

$$f(x)=g(x)$$

Solve for every $x$-value where they meet. These are the boundary points where the region may change shape. If the problem gives a graph, read the intersections carefully from the graph or use algebra if possible.

2. Determine which curve is on top in each subinterval

Choose a test point in each interval between intersection points. Plug that point into both functions and compare the outputs. The larger $y$-value is the top curve, and the smaller $y$-value is the bottom curve.

3. Write a sum of integrals

If the curves switch roles at several points, write separate integrals for each piece:

$$A=\int_{x_1}^{x_2} \bigl(f(x)-g(x)\bigr)\,dx+\int_{x_2}^{x_3} \bigl(g(x)-f(x)\bigr)\,dx+\cdots$$

The order depends on which function is on top in each interval.

4. Evaluate and add the pieces

Compute each integral and add the results. The answer should always be nonnegative.

Example 1: three intersection points

Suppose the curves $y=x^2-1$ and $y=1-x^2$ intersect more than twice on an interval. First, find intersection points:

$$x^2-1=1-x^2$$

$$2x^2=2$$

$$x^2=1$$

$$x=\pm 1$$

These two intersections create one region between them. But to show how switching works, let’s use a different pair where the curves cross more than twice over a wider interval.

Consider $y=x^3-3x$ and $y=0$. To find where the graph crosses the $x$-axis, solve

$$x^3-3x=0$$

$$x(x^2-3)=0$$

$$x=0,\;x=\pm\sqrt{3}$$

These three intersection points divide the real line into several intervals. If the question asks for the area between the curve and the $x$-axis from $x=-\sqrt{3}$ to $x=\sqrt{3}$, the curve is below the axis on one part and above on another. So the area must be split:

$$A=\int_{-\sqrt{3}}^0 \bigl(0-(x^3-3x)\bigr)\,dx+\int_0^{\sqrt{3}} \bigl((x^3-3x)-0\bigr)\,dx$$

This can also be written using absolute value, but on AP Calculus BC it is usually clearer to split into pieces. Notice how the sign changes at $x=0$. That is the key reason multiple intersections require multiple integrals.

Example 2: two curves that switch top and bottom several times

Suppose $f(x)=x^2-4$ and $g(x)=2x-4$. Find where they intersect:

$$x^2-4=2x-4$$

$$x^2=2x$$

$$x(x-2)=0$$

$$x=0,\;2$$

Now imagine the problem is expanded to a wider region with another crossing caused by different functions or a graphing context. The method stays the same: locate every intersection, test each interval, and integrate piece by piece.

A useful check is to compare the graphs visually. If the region looks like separate lobes or loops, then a single integral may not capture the whole area. The boundaries may cross multiple times, creating several enclosed pieces. Each piece contributes positive area.

Why this matters in AP Calculus BC

This topic connects directly to several big ideas in Applications of Integration.

  • Definite integrals measure accumulated change. Here, the accumulated quantity is area.
  • Geometric meaning of the integral. The integral gives signed area, so you must adjust for sign when looking for actual area.
  • Problem-solving with graphs and equations. You must use algebra, graphing, and reasoning together.
  • Piecewise thinking. Many AP problems require breaking a region into manageable parts.

On the AP exam, you may be asked to use a graph, a table, or equations. If curves intersect more than two times, the most important skill is noticing where the formula for “top minus bottom” changes. That is a high-value habit for success in this unit.

Common mistakes to avoid

students, keep these traps in mind ⚠️

  • Forgetting to find all intersection points.
  • Using one integral when the curves switch order.
  • Mixing up which function is top and which is bottom.
  • Assuming the shaded region is one piece when it is actually several pieces.
  • Forgetting that area must be positive.

A good test is this: if your answer is negative, or if the region clearly has multiple parts but your setup has only one integral, something is wrong.

A practical real-world connection

Imagine two companies’ profit curves over time. One company’s revenue graph and expense graph may cross several times. The area between them can represent total profit or total loss over different periods. If the curves intersect multiple times, the company’s advantage changes from one period to another. Calculus handles this by adding the areas from each time interval separately.

The same idea appears in science too. For example, two changing population models may cross multiple times, and the total difference over time can require piecewise integration. In every case, the math works because the integral sums the contributions from each interval.

Conclusion

When curves intersect at more than two points, the area between them must be found piece by piece. First, students, solve for every intersection point. Then decide which curve is on top in each interval. Finally, write a sum of definite integrals using $\text{top} - \text{bottom}$ on every subinterval. This method keeps the area positive and accurate.

This skill is a perfect example of Applications of Integration because it combines algebra, graphing, and definite integrals to measure a real geometric quantity. On the AP Calculus BC exam, careful setup matters just as much as computation. If you find every intersection and split the region correctly, you are using calculus the right way 💡

Study Notes

  • Area between curves is found with $A=\int_a^b \bigl(\text{top} - \text{bottom}\bigr)\,dx$.
  • If curves intersect more than twice, the top and bottom curves may switch.
  • Always solve $f(x)=g(x)$ to find intersection points first.
  • Break the region into smaller intervals where the top curve stays the same.
  • Add the areas of all pieces using separate definite integrals.
  • Area must be nonnegative, so check your sign carefully.
  • This topic is part of the AP Calculus BC Applications of Integration unit and connects to geometric interpretation of the integral.
  • A graph can help you verify which curve is above the other in each interval.

Practice Quiz

5 questions to test your understanding

Finding The Area Between Curves That Intersect At More Than Two Points — AP Calculus BC | A-Warded