CALCULUS 1 • APPLICATIONS OF INTEGRATION

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

Learn to split complex regions at every crossing point and sum their absolute areas for the total enclosed area.

Historical Context & Motivation

Long before modern calculus existed, mathematicians struggled with a deceptively simple question: how do you measure the space between two curves that weave in and out of each other? The ancient Greeks could compute areas of simple shapes, but curves that crossed multiple times were far beyond their geometric tools. It took centuries of mathematical development before anyone could handle these tangled regions with precision.

The breakthrough came when Isaac Newton and Gottfried Wilhelm Leibniz independently developed the fundamental ideas of calculus in the late 1600s. Their work showed that integration could measure areas bounded by virtually any curve. As mathematicians explored more complex functions — polynomials, trigonometric curves, and exponentials — they realized that two curves could intersect at three, four, or even more points, creating multiple enclosed regions that each needed separate treatment.

~250 BC
Archimedes' Method of Exhaustion
Archimedes computed the area of a parabolic segment by filling it with infinitely many triangles — an early forerunner of integration that worked only for simple curves.
1665–1676
Newton & Leibniz Develop Calculus
Both mathematicians independently created the framework of differentiation and integration. Leibniz introduced the ∫ notation still used today, making area computations systematic.
1700s
Euler Expands Function Theory
Leonhard Euler studied trigonometric and exponential functions in depth, revealing situations where curves intersect repeatedly and enclose multiple distinct regions.
1800s
Riemann Formalizes the Integral
Bernhard Riemann provided the rigorous definition of the definite integral as a limit of sums, giving mathematicians confidence that area calculations between complex curves were exact.

Today, finding the area between curves that intersect at more than two points is a standard application of integration. The core challenge is this: when curves cross each other, which function is on top switches at each intersection. If you set up just one integral for the entire interval, positive and negative pieces can cancel out, giving you the wrong answer. The solution is to break the problem into subintervals at every intersection point and handle each region independently.

Core Principles & Definitions

Before diving into calculations, you need to understand the key ideas that make multi-intersection area problems work. These principles build on what you already know about basic area-between-curves problems — finding intersection points, determining which function is larger, and integrating the difference.

1

Intersection Points as Boundaries

Every point where f(x) = g(x) is a potential boundary for a new subregion. You must find all intersection points first — missing even one can ruin your answer.
2

Top and Bottom Switch

Between consecutive intersection points, one function is consistently above the other. At each crossing, they swap. You must check which is on top in every subinterval.
3

Absolute Value Ensures Positive Area

Area is always positive. Using |f(x) − g(x)| or integrating (top − bottom) on each subinterval guarantees that no region subtracts from the total.
4

Sum All Subregions

The total enclosed area is the sum of the areas of every individual region between consecutive intersection points. Think of it as adding puzzle pieces together.
KEY TAKEAWAY
Imagine two cars on a road, one sometimes ahead, sometimes behind. If you want the total distance that separates them over the whole trip, you can't just subtract positions at the start and end — you need to track every time they pass each other and add up the gaps in between. That's exactly what we do with curves that cross multiple times: find each crossing, measure each gap, and add them all up.

The fundamental strategy can be summarized in four steps. First, set f(x) = g(x) and solve for all intersection points. Second, order those x-values to create subintervals. Third, test a sample point in each subinterval to determine which function is on top. Fourth, integrate (top − bottom) on each subinterval and add the results. If you follow this procedure carefully, you will always get the correct total area.

Visual Explanation

Let's look at a typical scenario where two curves intersect at three points, creating two enclosed regions. The diagram below shows the curves f(x) = x³ − 4x and g(x) = 0 (the x-axis). These cross at x = −2, x = 0, and x = 2, forming two separate "pockets" of area.

The pink curve f(x) = x³ − 4x and the green dashed line g(x) = 0 intersect at x = −2, 0, and 2 (yellow dots). Region A (purple) is where f is below g, and Region B (cyan) is where f is above g. Each region requires its own integral.

Notice how the two shaded regions sit on opposite sides of the x-axis. In Region A (from x = −2 to x = 0), the cubic curve dips below the x-axis, so the x-axis is on top. In Region B (from x = 0 to x = 2), the cubic curve rises above the x-axis, so the curve is on top. If you tried to compute a single integral from −2 to 2, the negative area in Region A would cancel much of the positive area in Region B, giving an incorrect result of zero — when the actual total area is clearly positive.

⚠️ Common Mistake
Students often integrate f(x) − g(x) from the first intersection to the last without splitting at intermediate crossings. Because the sign of f(x) − g(x) flips at each intersection, the positive and negative pieces cancel. Always split at every intersection point!

Mathematical Framework

When two curves intersect at exactly two points, you set up one integral. When they intersect at more than two points, the formula extends naturally by summing integrals over each subinterval. Here is the general framework.

AREA BETWEEN TWO CURVES (TWO INTERSECTIONS)
A = ∫ₐᵇ |f(x) − g(x)| dx
Where a and b are the two intersection points, and |f(x) − g(x)| is the absolute value of the difference, ensuring the area is always positive.
AREA BETWEEN TWO CURVES (MULTIPLE INTERSECTIONS)
A = ∫_{x₁}^{x₂} |f(x) − g(x)| dx + ∫_{x₂}^{x₃} |f(x) − g(x)| dx + ⋯ + ∫_{xₙ₋₁}^{xₙ} |f(x) − g(x)| dx
Where x₁ < x₂ < x₃ < ⋯ < xₙ are the n intersection points in order. Each integral covers one subinterval between consecutive crossings.

In practice, instead of writing absolute values, most students find it easier to determine which function is on top in each subinterval and write (top − bottom). This avoids dealing with absolute value signs inside the integral.

PRACTICAL FORM (TOP MINUS BOTTOM)
A = ∫_{x₁}^{x₂} [g(x) − f(x)] dx + ∫_{x₂}^{x₃} [f(x) − g(x)] dx + ⋯
In each integral, the function written first is whichever is greater (on top) on that particular subinterval. Test a sample point like the midpoint to determine which function is larger.
💡 Testing a Sample Point
To decide which function is on top between x₁ and x₂, pick any value c with x₁ < c < x₂ and evaluate f(c) and g(c). If f(c) > g(c), then f is on top in that interval and you integrate f(x) − g(x). If g(c) > f(c), integrate g(x) − f(x).

Detailed Strategy & Classification

Not all multi-intersection problems look the same. Some involve polynomials where you can factor to find crossings algebraically. Others involve trigonometric functions with periodic crossings. The strategy, however, is always the same four-step process.

  1. Step 1 — Find all intersection points. Set f(x) = g(x) and solve for x. Factor, use the quadratic formula, or apply technology. List the solutions in increasing order: x₁ < x₂ < ⋯ < xₙ.
  2. Step 2 — Test each subinterval. For each interval (xₖ, xₖ₊₁), pick a test value c and compute f(c) − g(c). The sign tells you which function is on top.
  3. Step 3 — Set up the integrals. Write one integral per subinterval with (top − bottom) as the integrand. This guarantees a positive result for each piece.
  4. Step 4 — Evaluate and sum. Compute each definite integral using antiderivatives, then add all the results together to get the total area.
The flowchart on the left shows the four-step strategy. The box on the right walks through the example f(x) = x³ − 4x vs. g(x) = 0, demonstrating each step from finding intersections to computing the final total area of 8 square units.

This flowchart is your roadmap for every multi-intersection problem. Whether the curves are polynomials crossing at three points, a sine wave meeting a line at four points, or two parabolas intersecting at three points, the logic is identical. The only thing that changes is the algebra you use to find the intersection points and the antiderivatives you compute.

Worked Example

Let's work through a complete problem step by step. We'll find the total area enclosed between f(x) = x³ − x and g(x) = x² − 1.

Total Area Between f(x) = x³ − x and g(x) = x² − 1
1
Step 1 — Find all intersection pointsSet f(x) = g(x): x³ − x = x² − 1. Rearrange to get x³ − x² − x + 1 = 0. Factor by grouping: x²(x − 1) − 1(x − 1) = 0, which gives (x² − 1)(x − 1) = 0. Factor further: (x − 1)(x + 1)(x − 1) = 0, or (x − 1)²(x + 1) = 0.
Intersection points: x = −1 and x = 1 (x = 1 is a repeated root, so the curves touch but don't cross there). Since x = 1 is a tangent point, we actually have only two distinct intersection points. Let's revise to a better example.
2
Step 1 (Revised) — New functions: f(x) = x³ and g(x) = 3xSet x³ = 3x, which gives x³ − 3x = 0. Factor: x(x² − 3) = 0, so x(x − √3)(x + √3) = 0.
Three intersection points: x = −√3, x = 0, x = √3 (approximately −1.732, 0, and 1.732).
3
Step 2 — Determine which function is on top in each subintervalSubinterval (−√3, 0): Test x = −1. f(−1) = (−1)³ = −1, and g(−1) = 3(−1) = −3. Since −1 > −3, f is on top. Subinterval (0, √3): Test x = 1. f(1) = 1³ = 1, and g(1) = 3(1) = 3. Since 1 < 3, g is on top.
4
Step 3 — Set up the integralsA = ∫_{−√3}^{0} [f(x) − g(x)] dx + ∫_{0}^{√3} [g(x) − f(x)] dx = ∫_{−√3}^{0} (x³ − 3x) dx + ∫_{0}^{√3} (3x − x³) dx.
5
Step 4 — Evaluate the first integralThe antiderivative of x³ − 3x is x⁴/4 − 3x²/2. Evaluate from −√3 to 0: [0⁴/4 − 3(0)²/2] − [(−√3)⁴/4 − 3(−√3)²/2] = 0 − [9/4 − 9/2] = 0 − [9/4 − 18/4] = 0 − (−9/4) = 9/4.
First integral = 9/4
6
Step 5 — Evaluate the second integralThe antiderivative of 3x − x³ is 3x²/2 − x⁴/4. Evaluate from 0 to √3: [3(√3)²/2 − (√3)⁴/4] − [0] = [9/2 − 9/4] = [18/4 − 9/4] = 9/4.
Second integral = 9/4
7
Step 6 — Add the resultsTotal Area = 9/4 + 9/4 = 18/4 = 9/2.
Total Area = 9/2 = 4.5 square units
Symmetry Shortcut
Notice that both integrals gave the same value of 9/4. That's because f(x) = x³ is an odd function and g(x) = 3x is also odd, so their difference is odd about the origin. The two enclosed regions are mirror images. When you spot symmetry, you can compute one integral and double it!

Common Pitfalls & Comparisons

Multi-intersection area problems are a natural extension of two-intersection problems, but the added complexity creates new ways to go wrong. The table below compares the two-intersection case with the multi-intersection case and highlights the key differences.

Comparing two-intersection and multi-intersection area problems
FeatureTwo IntersectionsMultiple Intersections
Number of integralsOneOne per subinterval (n − 1 integrals for n intersections)
Top/bottom checkOne test point neededTest point needed in every subinterval
Risk of sign errorsLow — one regionHigh — positive/negative pieces can cancel if not separated
Algebra difficultySolve a simpler equationMay require factoring cubics, higher-degree polynomials, or transcendental equations
Symmetry opportunitiesSometimesMore common — odd/even functions often create symmetric regions
KEY TAKEAWAY
Think of multi-intersection problems like driving on a hilly road that crosses sea level several times. You want the total elevation change (ignoring direction), not the net change from start to finish. Each time you cross sea level, you start a new tally. That's exactly what splitting at intersection points does — it prevents uphill and downhill from canceling each other.

Connection to Advanced Topics

The technique of splitting regions at intersection points lays the groundwork for more advanced ideas you'll encounter in later math courses. In multivariable calculus, you'll find the area between surfaces in 3D, where intersection curves (not just points) define boundaries. In physics and engineering, similar splitting techniques are used to compute work done by variable forces, electrical energy between voltage curves, and probability in statistics.

How today's skills connect to future courses
Calculus 1 ConceptAdvanced Extension
Area between y = f(x) and y = g(x)Volume of revolution (rotating the region around an axis)
Splitting at intersection points on x-axisSplitting at intersection curves in double integrals (Calc 3)
Using |f(x) − g(x)| for positive areaAbsolute value integrals in probability density functions (statistics)
Integrating with respect to xIntegrating with respect to y when curves are better expressed as x = h(y)

One important extension even within Calculus 1 is integrating with respect to y. Some problems are easier when you treat x as a function of y, especially when the curves are side-by-side rather than stacked vertically. The same multi-intersection logic applies: find where the curves meet, determine which is to the right (instead of on top), and sum the integrals. Mastering the x-based version now makes the y-based version straightforward later.

Practice Problems

PROBLEM 1CONCEPTUAL
Two curves f(x) and g(x) intersect at x = 1, x = 4, and x = 7. A student writes the total area as A = ∫₁⁷ [f(x) − g(x)] dx. Explain what is wrong with this setup and how to fix it.
PROBLEM 2BASIC CALCULATION
Find the total area enclosed between f(x) = x³ − 4x and g(x) = 0 (the x-axis) from x = −2 to x = 2.
PROBLEM 3INTERMEDIATE
Find the total area enclosed between f(x) = sin(x) and g(x) = 0 on the interval [0, 2π].
PROBLEM 4APPLIED
Two drones fly along paths given by h₁(t) = t³ − 6t² + 9t and h₂(t) = t, where h is height in meters and t is time in seconds on [0, 4]. Find the total "height difference" (total area between the paths) over this time interval.
PROBLEM 5CRITICAL THINKING
If f(x) is a polynomial of degree n and g(x) is a polynomial of degree m (with n ≠ m), what is the maximum number of intersection points they can have, and therefore the maximum number of separate region integrals you might need to compute? Justify your reasoning.

Lesson Summary

When two curves intersect at more than two points, the total enclosed area is found by splitting the region at every intersection point and computing a separate integral on each subinterval. The four-step strategy is: (1) find all intersection points by solving f(x) = g(x), (2) test a sample point in each subinterval to determine which function is on top, (3) write (top − bottom) integrals for each subregion, and (4) evaluate and sum all integrals for the total area.

The critical rule to remember is that a single integral over the entire interval will produce sign cancellations whenever the curves cross, leading to an incorrect (usually too-small) answer. By handling each region individually with the correct top-minus-bottom ordering, every piece of area contributes positively to the total. Look for symmetry to save time — if both functions are odd or even, you may only need to compute one integral and multiply.

Varsity Tutors • Calculus 1 • Area Between Multiple Intersections