AP CALCULUS AB • APPLICATIONS OF INTEGRATION

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

Master the technique of splitting regions at every intersection to compute total enclosed area with definite integrals.

Historical Context & Motivation

The problem of finding areas enclosed by curves has deep roots in the history of mathematics, stretching from the ancient Greek method of exhaustion to the formal apparatus of integral calculus developed in the seventeenth century. When two curves cross each other at only two points, the enclosed region is a single, unambiguous shape whose area can be expressed as one definite integral. However, many natural and applied situations—oscillating functions, polynomial intersections, economic supply-and-demand models—produce curves that weave around each other, crossing three, four, or even more times and creating multiple distinct pockets of enclosed area. Correctly accounting for every pocket requires a refined strategy: identifying all intersection points, determining which function is greater on each sub-interval, and summing the absolute differences. This section traces how mathematicians arrived at that strategy.

~250 BCE
Archimedes and Parabolic Segments
Archimedes computed the area of a parabolic segment by inscribing triangles, effectively comparing a parabola with a line—one of the earliest area-between-curves calculations.
1665–1676
Newton and Leibniz Formalize Integration
The independent development of calculus by Newton and Leibniz provided the definite integral, giving mathematicians a systematic tool to compute areas bounded by arbitrary curves.
1748
Euler's Introductio in Analysin Infinitorum
Euler's comprehensive treatment of transcendental functions (sine, cosine, exponentials) made multi-intersection problems routine, since these functions naturally cross polynomials at many points.
1823
Cauchy's Rigorous Integral
Cauchy formalized the definite integral as a limit of Riemann-type sums, placing area calculations—including those involving multiple intersections—on a rigorous footing.

The core question this lesson addresses is deceptively simple: When two curves intersect at more than two points, how do we correctly compute the total area trapped between them? As we will see, the answer hinges on treating each sub-interval between consecutive intersection points as its own region, carefully tracking sign changes, and summing the results.

Core Principles & Definitions

Before diving into calculations, it is essential to establish the foundational ideas that govern area-between-curves problems when multiple intersections are present. These principles ensure that no region is double-counted, omitted, or given a negative contribution.

1

Intersection Points as Boundaries

Every point where f(x) = g(x) is a potential boundary of a sub-region. Solve f(x) − g(x) = 0 to find all intersection x-values, then sort them in increasing order.
2

Top-Minus-Bottom on Each Sub-Interval

On each interval between consecutive intersections, one curve lies above the other. The area contribution is ∫[upper − lower] dx. A sign test at a sample point inside the interval reveals which curve is on top.
3

Absolute Value Guarantees Positive Area

The total area equals the sum of the absolute values of each sub-integral: A = Σ |∫ [f(x) − g(x)] dx| over each sub-interval. This prevents cancellation when f and g switch dominance.
4

Additive Property of Area

The total enclosed area is the sum of the areas of all individual pockets. Non-overlapping regions contribute independently, so the total area is simply A₁ + A₂ + ⋯ + Aₙ.
KEY TAKEAWAY
Think of the intersection points as fence posts along a road. Between each pair of adjacent posts, one side of the road is higher than the other. To measure the total area of all the fenced-off plots, you must walk post to post, measure each plot individually, and then add up all the measurements. Skipping a fence post or measuring from the first to the last without stopping would give you a misleading total because uphill and downhill stretches would cancel out.

Visual Explanation

The diagram below shows two curves, f(x) = sin(x) and g(x) = x³ − x, that intersect at three points. The two enclosed regions are shaded in different accent colors to emphasize that each must be computed independently and then summed.

The curves f(x) and g(x) intersect at three points (x₁, x₂, x₃), creating two enclosed regions. Region A₁ (cyan) has f above g, while Region A₂ (pink) has g above f. The total area is the sum of both regions.

Notice the critical feature illustrated here: between x₁ and x₂ the cyan region shows f(x) ≥ g(x), whereas between x₂ and x₃ the pink region shows g(x) ≥ f(x). If you naively computed ∫ from x₁ to x₃ of [f(x) − g(x)] dx without splitting at x₂, the positive area in the first interval would partially cancel the negative area in the second interval, yielding an incorrect result. The absolute value or the deliberate switching of integrand order on each sub-interval is what prevents this cancellation.

Mathematical Framework

Let f and g be continuous functions on a closed interval [a, b], and suppose they intersect at points x₁ < x₂ < ⋯ < xₙ within (a, b). The total area enclosed between the curves from x₁ to xₙ is computed by summing the areas of each sub-region formed between consecutive intersection points.

GENERAL AREA FORMULA (MULTIPLE INTERSECTIONS)
A = Σᵢ₌₁ⁿ⁻¹ ∫ from xᵢ to xᵢ₊₁ |f(x) − g(x)| dx
Where x₁, x₂, …, xₙ are the intersection points in increasing order, f and g are the two curves, and the absolute value ensures every sub-area contributes positively.

In practice, the absolute value is handled not symbolically but by determining which function is larger on each sub-interval. On any interval (xᵢ, xᵢ₊₁), choose a test point c ∈ (xᵢ, xᵢ₊₁) and evaluate the sign of f(c) − g(c). If f(c) − g(c) > 0, then f is on top and the integrand is f(x) − g(x); if f(c) − g(c) < 0, then g is on top and the integrand is g(x) − f(x).

SUB-INTERVAL AREA (EXPLICIT FORM)
Aᵢ = ∫ from xᵢ to xᵢ₊₁ [upper(x) − lower(x)] dx
Where upper(x) = max{f(x), g(x)} and lower(x) = min{f(x), g(x)} on the interval [xᵢ, xᵢ₊₁]. Since f and g do not cross within this sub-interval, the roles of upper and lower remain fixed throughout.
TOTAL ENCLOSED AREA
A_total = A₁ + A₂ + ⋯ + Aₙ₋₁
The total area is always non-negative and is simply the arithmetic sum of all sub-region areas. There is no subtraction between sub-regions.
⚠️ Common Pitfall
Do not confuse the net signed area ∫ from a to b [f(x) − g(x)] dx with the total geometric area ∫ from a to b |f(x) − g(x)| dx. The former allows positive and negative contributions to cancel; the latter treats every pocket of area as positive. The AP exam nearly always asks for the total geometric area.

Step-by-Step Strategy & Classification of Regions

When faced with an area-between-curves problem that involves more than two intersection points, a systematic approach prevents errors. The flowchart below lays out the decision process. Following it, we classify the common types of multi-intersection scenarios you may encounter on the AP exam.

The five-step strategy for finding the total area between curves with multiple intersections: solve for intersections, sort them, test each sub-interval, integrate, and sum all areas.

Common Multi-Intersection Scenarios

Common multi-intersection scenarios on the AP Calculus AB exam
ScenarioTypical CurvesNumber of Sub-RegionsKey Consideration
Cubic vs. Lineary = x³ − 4x and y = 02Three x-intercepts; function changes sign at each root
Sine vs. Liney = sin(x) and y = x/π2Three intersections (0, ±π); symmetry may simplify
Quartic vs. Quadraticy = x⁴ and y = x²2 (symmetric)Three intersections (−1, 0, 1); even symmetry halves the work
Sine vs. Cosiney = sin(x) and y = cos(x) on [0, 2π]2Two crossings; careful with which is on top in each interval
Polynomial vs. Polynomial (4+ crossings)Degree ≥ 4 difference3 or moreCalculator-active section; solve numerically if needed

Worked Example

Find the total area enclosed between the curves f(x) = x³ − 4x and g(x) = 0 (the x-axis).

Area Between y = x³ − 4x and the x-axis
1
Step 1 — Find Intersection PointsSet f(x) = g(x): x³ − 4x = 0. Factor: x(x² − 4) = x(x − 2)(x + 2) = 0. The intersection points are x = −2, x = 0, and x = 2. These three points create two sub-intervals: [−2, 0] and [0, 2].
Intersections: x = −2, 0, 2
2
Step 2 — Determine Which Function Is on TopOn [−2, 0]: choose test point x = −1. f(−1) = (−1)³ − 4(−1) = −1 + 4 = 3 > 0 = g(−1). So f(x) ≥ g(x) on this interval. On [0, 2]: choose test point x = 1. f(1) = 1 − 4 = −3 < 0 = g(1). So g(x) ≥ f(x) on this interval.
[−2, 0]: f on top | [0, 2]: g on top
3
Step 3 — Set Up the IntegralsA₁ = ∫ from −2 to 0 [f(x) − g(x)] dx = ∫ from −2 to 0 (x³ − 4x) dx. A₂ = ∫ from 0 to 2 [g(x) − f(x)] dx = ∫ from 0 to 2 (−x³ + 4x) dx = ∫ from 0 to 2 (4x − x³) dx.
4
Step 4 — Evaluate A₁∫ from −2 to 0 (x³ − 4x) dx = [x⁴/4 − 2x²] from −2 to 0. At x = 0: 0 − 0 = 0. At x = −2: (16/4) − 2(4) = 4 − 8 = −4. So A₁ = 0 − (−4) = 4.
A₁ = 4
5
Step 5 — Evaluate A₂∫ from 0 to 2 (4x − x³) dx = [2x² − x⁴/4] from 0 to 2. At x = 2: 2(4) − 16/4 = 8 − 4 = 4. At x = 0: 0. So A₂ = 4 − 0 = 4.
A₂ = 4
6
Step 6 — Sum the AreasA_total = A₁ + A₂ = 4 + 4 = 8. Note: the function f(x) = x³ − 4x is odd, so the two enclosed lobes are mirror images of each other, which confirms the symmetric result.
Total Area = 8 square units

Common Pitfalls and Strategic Tips

Common pitfalls in multi-intersection area problems and strategies to avoid them
PitfallWhy It HappensHow to Avoid It
Integrating across intersectionsUsing one integral from the leftmost to the rightmost intersection without splitting causes positive and negative areas to cancel.Always find every intersection point first, then split into sub-integrals. Use |f − g| or explicitly reorder.
Missing an intersectionAlgebraic errors or failure to factor completely can cause you to overlook a root.Graph both functions (by hand or calculator). Verify each root by substitution. Count expected roots based on degree.
Subtracting in the wrong orderUsing f − g when g is actually on top yields a negative result for that piece.Always test a sample point in each sub-interval. The integrand for area must be non-negative.
Ignoring symmetryComputing all sub-regions individually when the curves are symmetric about the y-axis or another line.Check if f − g is even or odd. If even, compute one half and double. This saves time on the exam.
EXAM STRATEGY
On the calculator-active portion of the AP exam, you can use the numerical integration feature to evaluate each sub-integral. The critical analytical work—finding intersections and setting up each integral with the correct integrand order—is where you earn rubric points. Even if you cannot find an antiderivative by hand, correctly structuring the sum of integrals demonstrates mastery of the concept and earns partial credit.

Connections to Advanced Topics

The multi-intersection area technique is a stepping stone to several more advanced ideas in calculus and analysis. Understanding how to partition an interval at critical points and handle sign changes prepares you for the conceptual leap to integrating with respect to y, computing volumes of revolution, and working with parametric and polar curves in AP Calculus BC and beyond.

How multi-intersection area concepts connect to advanced calculus topics
This Lesson (AB)Advanced Extension
Area = ∫|f(x) − g(x)| dx over multiple sub-intervalsArea in polar: A = ½∫|r₁² − r₂²| dθ with multiple crossings
Splitting at x-values where f(x) = g(x)Splitting at y-values and integrating with respect to y for horizontal slicing
Summing 2D area pocketsUsing cross-sectional area A(x) to compute volumes: V = ∫A(x) dx
Algebraic intersection: f(x) = g(x)Numerical root-finding (Newton's method) when algebra fails

Mastering the discipline of partitioning domains at points where integrands change sign is one of the most transferable skills in calculus. Whether you are computing the total distance traveled (splitting where velocity changes sign), the net charge flow (splitting where current reverses), or the total area between curves, the underlying logic is identical: split, take the appropriate absolute value on each piece, and sum.

Practice Problems

1
The curves y = f(x) and y = g(x) intersect at x = −1, x = 2, and x = 5. On the interval (−1, 2), f(x) > g(x), and on the interval (2, 5), g(x) > f(x). Which expression correctly gives the total area enclosed between the curves from x = −1 to x = 5?
2
Find the total area enclosed between y = x² and y = x³ from x = 0 to x = 1, given that these curves also intersect at x = 0 and x = 1. Note: on (0, 1), x² > x³.
3
Find the total area enclosed between y = x³ − 4x and y = 0. (The curves intersect at x = −2, x = 0, and x = 2.)
PROBLEM 4APPLIED
Let f(x) = sin(πx) and g(x) = x² − 1. (a) Find all x-values in the interval [−1, 1] where f(x) = g(x). (1 point) (b) On each sub-interval between consecutive intersection points, determine which function is greater. Justify your answer using test points. (1 point) (c) Write, but do not evaluate, an expression involving one or more integrals that gives the total area enclosed between the curves. (1 point) (d) Use the Fundamental Theorem of Calculus to evaluate the integral(s). Express your final answer as an exact value. (2 points)
PROBLEM 5CRITICAL THINKING
Let h(x) = f(x) − g(x) where f and g are continuous on [a, b]. Suppose ∫ from a to b h(x) dx = 0 and h changes sign exactly once at some c ∈ (a, b). (a) Explain why the total area between the curves is NOT zero even though the net integral is zero. (1 point) (b) Express the total area between f and g in terms of ∫ from a to c h(x) dx. (1 point) (c) Suppose ∫ from a to c h(x) dx = K. What is the total area? Justify your answer. (1 point)

Lesson Summary

When two curves intersect at more than two points, the enclosed area consists of multiple distinct regions. The first step is always to find all intersection points by solving f(x) = g(x), then sorting them in increasing order. Between each pair of consecutive intersections, one function lies above the other. Use a test point to determine which is on top, set up each integral as ∫[upper − lower] dx, and sum the results.

The total geometric area is always the sum of absolute values of each sub-integral: A = Σ |∫ [f − g] dx| over each sub-interval. This prevents the cancellation error that occurs when positive and negative areas offset each other. Exploit symmetry whenever possible to reduce the number of integrals, and always verify your setup with a sketch of the region.

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