Area between curves intersecting more than twice — AP Calculus AB
1. Core Concept: Area with Multiple Intersections ★★☆☆☆ ⏱ 2 min
When two curves cross more than two times, the upper and lower curves swap positions between consecutive intersection points. Unlike cases with only two intersections, you must split the entire interval between the leftmost and rightmost intersection into smaller subintervals where one curve stays consistently above the other. This topic makes up 10-15% of your total AP Calculus AB exam score as part of Unit 8, appearing in both multiple-choice and free-response questions.
2. Finding and Sorting All Intersection Points ★★☆☆☆ ⏱ 3 min
The first critical step for any area problem with multiple intersections is finding every solution to $f(x) = g(x)$, then sorting them from smallest to largest $x$. Missing even one intersection leads to incorrect interval splitting and wrong final area. Always rearrange the equation to $f(x) - g(x) = 0$ first, then factor the resulting expression (most common for AP AB is polynomials) to find all roots. Never divide by a variable term like $x$ before factoring, as this will eliminate the $x=0$ root, a common intersection point.
Exam tip: Always factor out common variable terms first before solving for roots to catch the $x=0$ intersection that most students miss when dividing early.
3. Identifying Upper and Lower Curves per Subinterval ★★☆☆☆ ⏱ 3 min
After sorting intersection points $x_0 < x_1 < x_2 < ... < x_n$, the full interval between the leftmost ($x_0$) and rightmost ($x_n$) intersection splits into $n$ subintervals: $[x_0, x_1], [x_1, x_2], ..., [x_{n-1}, x_n]$. Between two consecutive intersections, one curve is strictly above the other for the entire subinterval. To confirm which is upper and which is lower, pick any test $x$-value inside the subinterval, then calculate $f(x) - g(x)$. If the difference is positive, $f(x)$ is upper; if negative, $g(x)$ is upper. While polynomials usually alternate upper/lower after each intersection, this is not guaranteed for non-polynomials or functions with double roots, so testing is always required.
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 ★★★☆☆ ⏱ 6 min
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, you always integrate (upper function minus lower function) over each subinterval, then add the results together. The general formula for total area is:
\text{Total Area} = \sum_{i=1}^{n} \int_{x_{i-1}}^{x_i} \left( \text{upper}(x) - \text{lower}(x) \right) dx = \int_{x_0}^{x_n} |f(x) - g(x)| dx
The absolute value in the second formula guarantees a positive result, and splitting the interval at intersections lets you 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.
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
Why: Rushing to simplify eliminates the $x=0$ root, leaving one fewer intersection than needed.
Why: Confuses net signed area with total area; negative areas from swapped curves cancel positive areas, leading to a result that is too small.
Why: Alternation fails for non-polynomials or functions with double roots, leading to wrong upper/lower assignments.
Why: Mixing up the sign of the difference leads to a negative area contribution, resulting in a total area that is too small.
Why: Misinterpreting total bounded area leads to double-counting or including unbounded area.