AP CALCULUS BC • APPLICATIONS OF INTEGRATION

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

Master the strategy of partitioning complex enclosed regions when curves cross multiple times.

Historical Context & Motivation

The problem of computing areas enclosed by curves has deep roots stretching back to antiquity. Ancient Greek mathematicians, most notably Archimedes, devised the method of exhaustion to approximate the area of a parabolic segment by inscribing and circumscribing polygons—a technique that foreshadowed the integral calculus developed nearly two millennia later. When Isaac Newton and Gottfried Wilhelm Leibniz independently formalized calculus in the late seventeenth century, computing the area bounded by a single curve and an axis became a routine exercise. Yet the more general question—finding the total area trapped between two or more curves that weave back and forth across one another—required a subtler approach. This lesson addresses that subtler case: curves that intersect at more than two points, partitioning the plane into multiple enclosed sub-regions whose areas must be computed individually and then summed.

~250 BCE
Archimedes' Quadrature of the Parabola
Archimedes proved that the area of a parabolic segment equals 4/3 the area of the inscribed triangle, using a geometric series argument equivalent to integration.
1665–1676
Newton & Leibniz Develop Calculus
Both mathematicians independently linked the problem of finding areas under curves to antidifferentiation, establishing the Fundamental Theorem of Calculus.
1700s
Area Between Two Curves Formalized
Euler, the Bernoullis, and others routinely computed areas between curves by integrating the difference of functions, a technique central to applications in physics and engineering.
1800s–Present
Modern Riemann Integration
Riemann's formal definition of the integral provided rigorous justification for partitioning domains and summing signed areas, underpinning the multi-interval strategies used in today's AP Calculus curriculum.

The critical insight that motivates this lesson is straightforward yet frequently mis-applied on exams: when two curves cross at three, four, or more points, a single integral from the leftmost to the rightmost intersection will not yield the total enclosed area because the integrand changes sign each time the curves swap positions. Instead, you must identify every intersection, determine which curve is on top within each sub-interval, and integrate the absolute value of the difference. The sections that follow build this strategy step by step.

Core Principles & Definitions

Before diving into computation, it is essential to internalize the foundational principles that govern how area is calculated between curves with multiple intersection points. Each principle below builds on the basic area formula you already know and extends it to handle the added complexity of sign changes across sub-intervals.

1

Intersection Points Partition the Domain

Solve f(x) = g(x) for all x-values in the domain. These solutions divide the x-axis into sub-intervals on each of which one function consistently dominates the other.
2

Top Minus Bottom on Each Sub-Interval

On each sub-interval [xₖ, xₖ₊₁], determine which function is greater by testing any sample point. The integrand for that sub-interval is |f(x) − g(x)|, equivalently (top) − (bottom).
3

Sum All Sub-Areas

The total enclosed area is the sum of the definite integrals over every sub-interval. Each integral contributes a positive quantity because of the absolute value.
4

Absolute Value Is Non-Negotiable

A common error is integrating f(x) − g(x) from the first intersection to the last without regard for sign changes. This yields a net signed area, not total area. Positive and negative contributions cancel, producing incorrect results.
KEY TAKEAWAY
Think of each enclosed sub-region as a separate room in a building. If you want the total floor space, you must measure each room individually and add the results; you cannot simply measure from the front door to the back wall and call it done. Similarly, when curves cross multiple times, each 'room' (sub-region) demands its own integral, and you sum them for the total area.

Visual Explanation

The diagram below illustrates two curves, f(x) and g(x), that intersect at three points, creating two enclosed regions. Notice how the relative position of the curves reverses at each intersection point. In the first sub-interval f(x) ≥ g(x), so the integrand is f(x) − g(x); in the second sub-interval g(x) ≥ f(x), so the integrand flips to g(x) − f(x). Each shaded lobe contributes a positive area, and their sum equals the total enclosed area.

Two curves f(x) (cyan) and g(x) (violet) intersecting at three points P₁, P₂, and P₃. Region A lies where f(x) ≥ g(x), and Region B lies where g(x) ≥ f(x). The total area equals the sum of the two shaded regions.

The pink dots mark the intersection points P₁, P₂, and P₃, which serve as the limits of integration for each sub-region. Between x₁ and x₂, the cyan curve f(x) lies above the violet curve g(x), so the area of Region A is ∫ from x₁ to x₂ of [f(x) − g(x)] dx. Between x₂ and x₃, the relationship reverses: g(x) lies above f(x), and the area of Region B is ∫ from x₂ to x₃ of [g(x) − f(x)] dx. The total enclosed area is simply the sum of these two positive integrals. This pattern generalizes: if two curves intersect at n points, you typically obtain n − 1 sub-intervals and n − 1 integrals to evaluate.

Mathematical Framework

We now formalize the procedure with precise notation. Suppose two continuous functions f and g intersect at n points x₁ < x₂ < … < xₙ, and we wish to find the total area enclosed between the curves over the union of all sub-intervals [x₁, xₙ].

INTERSECTION CONDITION
f(xₖ) = g(xₖ) for k = 1, 2, …, n
These n intersection points are found by solving f(x) − g(x) = 0, which may require factoring, the quadratic formula, or numerical/graphical methods.
TOTAL ENCLOSED AREA
A = Σ (k=1 to n−1) ∫ [xₖ to xₖ₊₁] |f(x) − g(x)| dx
Each integral evaluates the absolute value of the difference over one sub-interval. In practice, you determine the sign of f(x) − g(x) on each sub-interval by testing a sample point, then remove the absolute value accordingly.
PRACTICAL FORM (TWO SUB-INTERVALS)
A = ∫ [x₁ to x₂] [f(x) − g(x)] dx + ∫ [x₂ to x₃] [g(x) − f(x)] dx
This assumes f(x) ≥ g(x) on [x₁, x₂] and g(x) ≥ f(x) on [x₂, x₃]. If the dominance pattern is reversed, swap the order accordingly. The key is that each integral yields a positive value.
⚠️ Common AP Exam Pitfall
Students often write a single integral ∫ from x₁ to x₃ of [f(x) − g(x)] dx without absolute values. Because f(x) − g(x) changes sign at x₂, the positive area from Region A partially cancels with the negative area from Region B, yielding the net signed area instead of the total area. On free-response questions, this error typically costs 2–3 points. Always check for sign changes before integrating.

When the curves intersect at more than three points—say four or five—the same strategy applies with additional sub-intervals. The computational burden increases, but the conceptual framework is identical: partition, determine dominance, integrate each piece with the correct sign, and sum. On the AP exam, three or four intersection points represent the typical level of complexity; rarely will you encounter five or more.

Detailed Strategy & Classification of Intersection Patterns

Not all multi-intersection problems are created equal. The algebraic difficulty of finding intersection points, the number of resulting sub-regions, and whether you integrate with respect to x or y all depend on the particular pair of curves. The diagram below classifies a common four-intersection scenario and illustrates a step-by-step workflow that you can apply to any problem of this type.

Left: the five-step workflow for computing total area between curves with multiple intersection points. Right: an example with four intersection points producing three sub-regions A₁, A₂, and A₃, each requiring a separate integral.
Relationship between the number of intersection points and the number of required integrals
Number of IntersectionsSub-IntervalsTypical AP Source
21 (standard case)Parabola vs. line, two polynomials of different degree
32Cubic vs. linear, sine vs. cosine on [0, 2π]
43sin x vs. cos x on [0, 2π], quartic vs. quadratic
nn − 1General pattern; rare beyond n = 4 on the exam
💡 When to Integrate with Respect to y
If the curves are more naturally expressed as x = h(y) and x = k(y), or if they create horizontally stacked regions, integrating with respect to y may reduce the number of required sub-intervals. On the AP exam, always consider both orientations before committing to one.

Worked Example

Let us find the total area enclosed between f(x) = x³ − 3x and g(x) = x. These curves intersect at three points, forming two enclosed regions.

Area Between y = x³ − 3x and y = x
1
Step 1 — Find the Intersection PointsSet f(x) = g(x): x³ − 3x = x. Rearranging gives x³ − 4x = 0, or x(x² − 4) = 0, so x(x − 2)(x + 2) = 0. The three intersection points are x = −2, 0, 2.
Intersections: x = −2, x = 0, x = 2
2
Step 2 — Determine Which Function Is on Top in Each Sub-IntervalSub-interval [−2, 0]: Test x = −1. f(−1) = (−1)³ − 3(−1) = −1 + 3 = 2; g(−1) = −1. Since 2 > −1, f(x) ≥ g(x) on [−2, 0]. Sub-interval [0, 2]: Test x = 1. f(1) = 1 − 3 = −2; g(1) = 1. Since −2 < 1, g(x) ≥ f(x) on [0, 2].
[−2, 0]: top = f(x); [0, 2]: top = g(x)
3
Step 3 — Set Up the IntegralsA = ∫ from −2 to 0 of [(x³ − 3x) − x] dx + ∫ from 0 to 2 of [x − (x³ − 3x)] dx. Simplifying each integrand: first integral becomes ∫ from −2 to 0 of (x³ − 4x) dx; second integral becomes ∫ from 0 to 2 of (−x³ + 4x) dx.
A = ∫₋₂⁰ (x³ − 4x) dx + ∫₀² (−x³ + 4x) dx
4
Step 4 — Evaluate the First Integral∫₋₂⁰ (x³ − 4x) dx = [x⁴/4 − 2x²] from −2 to 0 = (0 − 0) − (16/4 − 2·4) = 0 − (4 − 8) = 0 − (−4) = 4.
First integral = 4
5
Step 5 — Evaluate the Second Integral∫₀² (−x³ + 4x) dx = [−x⁴/4 + 2x²] from 0 to 2 = (−16/4 + 2·4) − 0 = (−4 + 8) = 4.
Second integral = 4
6
Step 6 — Sum the Sub-AreasTotal area = 4 + 4 = 8. Note that if we had naïvely computed ∫₋₂² (x³ − 4x) dx, we would obtain [x⁴/4 − 2x²] from −2 to 2 = (4 − 8) − (4 − 8) = 0, which is incorrect because the positive and negative regions cancel perfectly by symmetry.
Total enclosed area = 8 square units

Common Approaches & Their Trade-Offs

When confronting a multi-intersection area problem, you have several strategic options. The table below compares the most common approaches, highlighting when each is most efficient and where each is prone to errors.

Comparison of strategies for multi-intersection area problems
ApproachStrengthsLimitations
Piecewise Integration (dx)Works for any pair of y = f(x) curves; directly follows from the definition; minimal setup errorsRequires finding all intersection points; number of integrals grows with the number of crossings
Integrating with Respect to yCan reduce the number of sub-intervals when curves stack horizontally; ideal for x = h(y) formsRequires solving for x in terms of y, which may be algebraically harder; students often forget to change limits
Absolute Value IntegralConceptually clean: A = ∫|f − g| dx with no need to track dominanceCannot be evaluated symbolically without first splitting at the roots; primarily a notational convenience
Graphing Calculator / TechnologyQuickly identifies intersection points and evaluates numerical integrals; reduces arithmetic errorsNot available on no-calculator sections; does not show work for FRQ credit; may give decimal approximations instead of exact answers
KEY TAKEAWAY
Choosing to integrate with respect to x versus y is analogous to choosing a coordinate system in physics—the physics (or area) doesn't change, but one choice may yield cleaner integrals. Before writing any integral, sketch the region and ask: which variable gives me fewer sub-intervals and simpler integrands?

Connection to Advanced Topics

The technique of partitioning at intersection points and summing sub-areas is a gateway to several advanced applications that appear later in AP Calculus BC and in multivariable calculus courses. Understanding why the method works—not just how—prepares you for these extensions.

How this lesson connects to later topics in AP Calculus BC and beyond
This LessonAdvanced Extension
Area between y = f(x) and y = g(x) with multiple intersectionsArea enclosed by parametric curves: A = ∫ y(t) x′(t) dt, with careful attention to orientation and self-intersections
Partitioning at x-values where curves crossArea enclosed by polar curves: A = ½ ∫ [r₁(θ)]² − [r₂(θ)]² dθ, where the 'top minus bottom' becomes 'outer minus inner'
Summing |f − g| over sub-intervalsVolumes of revolution (disc/washer method): the same sub-interval partitioning applies when the cross-sectional area changes sign or form
Two curves in the planeDouble integrals over regions bounded by multiple curves in multivariable calculus

In particular, the polar area formula tested on the AP Calculus BC exam inherits the same structural logic: you must identify angles where the curves intersect, determine which curve is farther from the origin (the 'outer' curve) on each sub-interval, and integrate accordingly. Mastering the Cartesian multi-intersection case now builds the pattern recognition you will need for polar and parametric area problems.

Practice Problems

1
Two continuous functions f and g intersect at x = −1, x = 2, and x = 5. A student computes ∫₋₁⁵ [f(x) − g(x)] dx and obtains the value 3. Which of the following statements is true about the total area enclosed between the two curves?
2
Find the total area enclosed between f(x) = x³ − 4x and g(x) = 0 over all intervals where the curves form closed regions.
3
Find the total area enclosed between y = sin x and y = cos x on the interval [0, 2π].
PROBLEM 4APPLIED
A civil engineer models the cross-section of a decorative arch with the curve f(x) = x³ − 6x and a linear trim along g(x) = −2x. These two curves intersect at more than two points, creating enclosed panels. (a) Find all points of intersection of f(x) and g(x). (b) Determine which function is greater on each sub-interval between consecutive intersection points. (c) Set up and evaluate the integrals to find the total area enclosed between the curves. (d) Explain why computing a single integral ∫₋₂² [f(x) − g(x)] dx from the smallest to the largest intersection point would give an incorrect answer for the total area.
PROBLEM 5CRITICAL THINKING
Let f(x) = sin(2x) and g(x) = sin(x) on the interval [0, 2π]. (a) Find all points of intersection of f and g on [0, 2π]. (b) Set up (but do not fully evaluate) an expression involving integrals that gives the total area enclosed between the two curves. (c) Evaluate your expression to find the exact total area.

Lesson Summary

When two curves intersect at more than two points, the enclosed area must be computed by partitioning the domain at every intersection point, determining which function is the upper curve on each sub-interval by testing a sample point, and then summing the definite integrals ∫(top − bottom) dx over all sub-intervals. The critical principle is that each sub-region contributes a positive area, and these contributions must never be allowed to cancel through signed integration.

The five-step workflow—find all intersections, order them, test each sub-interval, write each integral, evaluate and sum—applies universally whether the curves produce two, three, or more enclosed lobes. This same structural logic reappears in polar area problems and volumes of revolution, making it one of the most transferable skills in the AP Calculus BC toolkit.

Varsity Tutors • AP Calculus BC • Finding the Area Between Curves That Intersect at More Than Two Points