Loading
Master the technique of splitting regions at every intersection to compute total enclosed area with definite integrals.
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.
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.
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.
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.
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.
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.
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).
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.
| Scenario | Typical Curves | Number of Sub-Regions | Key Consideration |
|---|---|---|---|
| Cubic vs. Linear | y = x³ − 4x and y = 0 | 2 | Three x-intercepts; function changes sign at each root |
| Sine vs. Line | y = sin(x) and y = x/π | 2 | Three intersections (0, ±π); symmetry may simplify |
| Quartic vs. Quadratic | y = x⁴ and y = x² | 2 (symmetric) | Three intersections (−1, 0, 1); even symmetry halves the work |
| Sine vs. Cosine | y = sin(x) and y = cos(x) on [0, 2π] | 2 | Two crossings; careful with which is on top in each interval |
| Polynomial vs. Polynomial (4+ crossings) | Degree ≥ 4 difference | 3 or more | Calculator-active section; solve numerically if needed |
Find the total area enclosed between the curves f(x) = x³ − 4x and g(x) = 0 (the x-axis).
| Pitfall | Why It Happens | How to Avoid It |
|---|---|---|
| Integrating across intersections | Using 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 intersection | Algebraic 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 order | Using 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 symmetry | Computing 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. |
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.
| This Lesson (AB) | Advanced Extension |
|---|---|
| Area = ∫|f(x) − g(x)| dx over multiple sub-intervals | Area 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 pockets | Using 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.
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.
Keep learning with more lessons from the same subject.