| Study Guides
AP · Area between curves intersecting more than twice · 14 min read · Updated 2026-05-10

Area between curves intersecting more than twice — AP Calculus AB Study Guide

For: AP Calculus AB candidates sitting AP Calculus AB.

Covers: Finding all intersection points of two functions, partitioning the integration interval by intersections, identifying upper/lower curves per interval, and calculating total bounded area between two curves with three or more intersections.

You should already know: How to find roots of functions and solve for intersections of two curves. How to evaluate definite integrals via the Fundamental Theorem of Calculus. How to compare function values on a closed interval.

A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the AP Calculus AB style for educational use. They are not reproductions of past College Board / Cambridge / IB papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official mark schemes for grading conventions.


1. What Is Area between curves intersecting more than twice?

When two curves cross each other more than two times, the upper (top) and lower (bottom) curves swap positions between consecutive intersection points. Unlike area between two curves that intersect only twice, this topic requires splitting the entire interval between the leftmost and rightmost intersection into multiple smaller subintervals, where one curve stays consistently above the other. This topic is part of Unit 8 (Applications of Integration) in the AP Calculus AB CED, which accounts for 10-15% of the total exam score. It appears in both multiple-choice (MCQ) and free-response (FRQ) sections: MCQs typically ask to identify the correct integral set-up for total area, while FRQs ask for full numerical calculation, often combined with other application topics. The core extra skill required here is systematically tracking which function is on top in each interval, which is the source of most student errors on this topic.

2. Finding and sorting all intersection points

The non-negotiable first step for any area problem with multiple intersections is finding every solution to , then sorting them from left to right (smallest to largest ). Missing even one intersection point leads to incorrect interval splitting, wrong upper/lower assignments, and ultimately an incorrect total area. To find intersections, always rearrange the equation to first, then factor the resulting expression (the most common case on AP AB is polynomials) to find all roots. Never divide both sides by a variable term like before factoring, as this eliminates the root that is a common intersection point. Once all roots are found, sort them to get the boundaries of each subinterval.

Worked Example

Find all sorted -coordinates of intersections between and .

  1. Set the functions equal and rearrange to equal zero:
  2. Factor the resulting expression:
  3. Solve for all roots: , or
  4. Sort roots from left to right: Ordered intersections: , ,

Exam tip: Always factor out common variable terms first before solving for roots to catch the intersection that most students miss when dividing early.

3. Identifying upper and lower curves per subinterval

After sorting intersection points , the full interval between the leftmost () and rightmost () intersection is split into subintervals: . Between any two consecutive intersections, neither curve crosses the other, so one curve is strictly above the other for the entire subinterval. To confirm which is upper and which is lower, pick any test -value inside the subinterval, then calculate . If the difference is positive, is upper; if negative, is upper. While polynomials usually alternate upper/lower after each intersection, this is not guaranteed for non-polynomials or higher-degree functions with double roots, so testing is always required.

Worked Example

Identify upper and lower curves for each subinterval between the intersections of and , which have sorted intersections at .

  1. First subinterval : Pick test : So is upper, is lower on this interval.
  2. Second subinterval : Pick test : So is upper, is lower on this interval.

Exam tip: If you have a graphing calculator, plot the curves to confirm your test result, but always show the test step on FRQs to earn full credit for your set-up.

4. Setting up and evaluating total area

Total area between two curves is always positive, because it measures the physical space between the curves, not net signed area. To get a positive area for each subinterval, we always integrate (upper function minus lower function) over each subinterval, then add the results together. The general formula for total area is: The absolute value in the second formula guarantees a positive result, and splitting the interval at intersections lets us remove the absolute value by ordering the difference correctly, making integration straightforward. For AP Calculus AB, after setting up the sum of integrals, you just apply the power rule and Fundamental Theorem of Calculus to evaluate each integral, then add the results.

Worked Example

Calculate the total bounded area between and , using the intersections and upper/lower assignments from the previous examples.

  1. Set up the sum of integrals based on our earlier results: Simplify integrands:
  2. Find antiderivatives: First integral antiderivative: Second integral antiderivative:
  3. Evaluate the first definite integral:
  4. Evaluate the second definite integral:
  5. Add the results to get total area:

Exam tip: On FRQs, you earn full credit for a correct integral set-up even before evaluating, so prioritize getting the sum right over rushing to calculate the final number.

Common Pitfalls (and how to avoid them)

  • Wrong move: Dividing both sides of by before factoring, leading to missing the intersection. Why: Students rush to simplify the equation and forget is a valid solution, leaving them with one fewer intersection than needed. Correct move: Always rearrange to , factor out all common terms first, then solve for all roots.
  • Wrong move: Integrating over the entire interval from leftmost to rightmost intersection, without splitting at intermediate intersections. Why: Students confuse net signed area with total area, so negative areas from swapped curves cancel out positive areas, leading to a much too small result. Correct move: Always split the interval at every intersection, and integrate upper minus lower on each subinterval separately.
  • Wrong move: Assuming upper function automatically alternates after each intersection, skipping the test step. Why: Students memorize that polynomials alternate, but this fails for non-polynomials or functions with double roots, leading to wrong upper/lower assignments. Correct move: Always test a point inside each subinterval to confirm which function is upper before setting up the integral.
  • Wrong move: Writing (lower function - upper function) for a subinterval, leading to negative area contribution. Why: Students mix up the sign of the difference when testing, leading to a lower total area than the correct value. Correct move: Confirm that your (upper - lower) difference is positive at the test point before integrating.
  • Wrong move: Only calculating the area between each consecutive pair of intersections as separate regions, leading to double-counting or including unbounded area. Why: Students misinterpret "total area bounded by the two curves" and misidentify the full interval of integration. Correct move: Always use the leftmost and rightmost intersection as the outer bounds of integration, splitting at all intermediate intersections.

Practice Questions (AP Calculus AB Style)

Question 1 (Multiple Choice)

The curves and intersect at , , and . Which of the following is the correct integral set-up for the total bounded area between the two curves? A) B) C) D)

Worked Solution: First, rewrite the difference . Test the first subinterval with : , so is upper, meaning the integrand for the first interval is . Test the second subinterval with : , so is upper, meaning the integrand for the second interval is . This matches option B. Option A is wrong because it does not split the interval, so it calculates net signed area (which equals 0). Option C swaps upper and lower. Option D uses an incorrect formula for area. Correct answer:


Question 2 (Free Response)

Let and . (a) Find all -coordinates of the intersections of and . (b) Identify the upper function on each subinterval between the leftmost and rightmost intersections. (c) Find the total area of all bounded regions between and .

Worked Solution: (a) Set : Solutions: , . All intersection -coordinates: .

(b) Sorted intersections: , giving three subintervals:

  • : Test : , so is upper.
  • : Test : , so is upper.
  • : Test : Same as , , so is upper.

(c) Set up and evaluate the area integral: By symmetry, the first and third integrals are equal: . The middle integral evaluates to . Total area: .


Question 3 (Application / Real-World Style)

A city is developing a park between a river and a proposed walking trail. The river’s path follows , and the trail follows , for , where both and are measured in hundreds of meters. Find the total area of the park (the region between the river and trail between the southernmost and northernmost intersections) and give your answer in square meters.

Worked Solution:

  1. Find intersections: Set , so sorted intersections are .
  2. Identify upper/lower: On , test : , so is upper. On , test : , so is upper.
  3. Set up and evaluate:
  4. Unit conversion: Area is in units of (hundreds of meters)², so square meters.

The new city park will have a total area of 317,500 square meters.

Quick Reference Cheatsheet

Category Formula Notes
Total Area (multiple intersections) Applies for sorted intersections ; gives total positive area, not net signed area
Absolute Value Form $A = \int_{x_0}^{x_n} f(x) - g(x)
Finding Intersections Always rearrange to zero before factoring; don't divide by variable terms to avoid missing roots
Test Upper/Lower If , is upper Works for all function types; confirms order instead of relying on alternation assumption
Symmetry Shortcut For symmetric functions over the y-axis, integrate from to and double Cuts computation time and reduces arithmetic errors
Total Bounded Area Integrate from leftmost intersection to rightmost intersection, split at all intermediate intersections Finds all bounded area between the two curves without including unbounded regions
FRQ Set-Up Credit Correct sum of integrals earns full set-up credit before evaluation Don't waste time simplifying the set-up on timed exams

What's Next

This topic is the foundation for more advanced integration applications later in Unit 8, starting with calculating volumes of solids of revolution and volumes with known cross-sections. For these topics, you will need to find the distance between two curves (which depends on correctly identifying upper/lower curves across intervals with multiple intersections) before integrating for volume. Without mastering the process of splitting intervals at multiple intersections and tracking upper/lower curves, you will not be able to correctly set up these volume integrals, which make up a large portion of Unit 8 exam points. This topic also reinforces the key distinction between net signed area and total area, which is critical for all accumulation problems in context.

Volumes of solids of revolution Volumes with known cross-sections Accumulation functions in context Average value of a function

← Back to topic

Stuck on a specific question?
Snap a photo or paste your problem — Ollie (our AI tutor) walks through it step-by-step with diagrams.
Try Ollie free →