# Area between curves intersecting more than twice

> AP Calculus AB · AP Calculus AB CED Unit 8
> Source: https://www.owlsprep.com/study/ap-calculus-ab-u8-area-between-curves-intersecting-more/

This subtopic covers calculating total bounded area between two curves that intersect three or more times. You will learn to find intersections, split intervals, identify upper/lower curves, and correctly set up and evaluate integrals for total positive area.

**Prerequisites:** Finding intersections of two curves; Evaluating definite integrals via the Fundamental Theorem of Calculus; Comparing function values on closed intervals

## Learning objectives

- Find all intersection points of two intersecting curves
- Sort intersections and split integration intervals correctly
- Identify upper and lower curves for each subinterval
- Calculate total bounded area between curves with 3+ intersections

## Core Concept: Area with Multiple Intersections

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.

## Finding and Sorting All Intersection Points

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.

> **Common Mistake Warning**
>
> Dividing early by variable terms is the most common cause of missed intersection points on AP exams.

**Worked example:** Find all sorted $x$-coordinates of intersections between $f(x) = x^3 - 4x$ and $g(x) = x$.

1. Set the functions equal and rearrange to equal zero:
2. $$x^3 - 4x = x \implies x^3 - 5x = 0$$
3. Factor the resulting expression:
4. $$x(x^2 - 5) = 0$$
5. Solve for all roots: $x=0$, $x^2=5 \implies x = -\sqrt{5}$ or $x = \sqrt{5}$
6. Sort roots from left to right: Ordered intersections: $x = -\sqrt{5} \approx -2.236$, $x=0$, $x= \sqrt{5} \approx 2.236$

> **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.

## Identifying Upper and Lower Curves per Subinterval

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.

**Worked example:** Identify upper and lower curves for each subinterval between the intersections of $f(x) = x^3 - 4x$ and $g(x) = x$, which have sorted intersections at $-\sqrt{5}, 0, \sqrt{5}$.

1. First subinterval $[-\sqrt{5}, 0]$: Pick test $x=-1$:
2. $$f(-1) - g(-1) = ((-1)^3 - 4(-1)) - (-1) = (-1 +4) +1 = 4 > 0$$
3. So $f(x)$ is upper, $g(x)$ is lower on this interval.
4. Second subinterval $[0, \sqrt{5}]$: Pick test $x=1$:
5. $$f(1) - g(1) = (1 - 4(1)) - 1 = (-3) - 1 = -4 < 0$$
6. So $g(x)$ is upper, $f(x)$ 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.

## 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, 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.

**Worked example:** Calculate the total bounded area between $f(x) = x^3 - 4x$ and $g(x) = x$, using the intersections and upper/lower assignments from previous examples.

1. Set up the sum of integrals and simplify integrands:
2. $$A = \int_{-\sqrt{5}}^{0} (x^3 - 5x) dx + \int_{0}^{\sqrt{5}} (-x^3 + 5x) dx$$
3. Find antiderivatives: First integral: $\frac{x^4}{4} - \frac{5x^2}{2}$; Second integral: $-\frac{x^4}{4} + \frac{5x^2}{2}$
4. Evaluate first integral:
5. $$\left(0 - 0\right) - \left(\frac{25}{4} - \frac{25}{2}\right) = \frac{25}{4}$$
6. Evaluate second integral:
7. $$\left(-\frac{25}{4} + \frac{25}{2}\right) - 0 = \frac{25}{4}$$
8. Add results for total area:
9. $$A = \frac{25}{4} + \frac{25}{4} = \frac{25}{2} = 12.5$$

**Check your understanding**

Test your understanding of integral set-up:

1. The curves $y = x^3 - 5x$ and $y = 3x$ intersect at $x = -2\sqrt{2}$, $x = 0$, and $x = 2\sqrt{2}$. Which of the following is the correct integral set-up for the total bounded area between the two curves?

   - A) $\int_{-2\sqrt{2}}^{2\sqrt{2}} (x^3 - 8x) dx$
   - B) $\int_{-2\sqrt{2}}^{0} (x^3 - 8x) dx + \int_{0}^{2\sqrt{2}} (8x - x^3) dx$
   - C) $\int_{-2\sqrt{2}}^{0} (8x - x^3) dx + \int_{0}^{2\sqrt{2}} (x^3 - 8x) dx$
   - D) $\int_{0}^{2\sqrt{2}} (x^3 - 8x)^2 dx$

   *Answer:* B) $\int_{-2\sqrt{2}}^{0} (x^3 - 8x) dx + \int_{0}^{2\sqrt{2}} (8x - x^3) dx$

   *Why:* Correct! You correctly split the interval, tested for upper/lower, and set up the integrands. Option A calculates net signed area (equals 0 here), option C swaps upper/lower, and option D uses an incorrect area formula.

**Worked example:** Let $f(x) = x^4 - 5x^2$ and $g(x) = -4$. Find the total area of all bounded regions between the two curves.

1. Find and sort all intersection points:
2. $$x^4 - 5x^2 = -4 \implies (x^2 - 1)(x^2 - 4) = 0$$
3. Sorted intersections: $x = -2, -1, 1, 2$
4. Test to find upper function per subinterval:  
- $[-2, -1]$: $g(x)$ is upper  
- $[-1, 1]$: $f(x)$ is upper  
- $[1, 2]$: $g(x)$ is upper
5. Set up total area integral:
6. $$A = \int_{-2}^{-1} (-x^4 + 5x^2 - 4) dx + \int_{-1}^{1} (x^4 - 5x^2 + 4) dx + \int_{1}^{2} (-x^4 + 5x^2 - 4) dx$$
7. Evaluate using symmetry to simplify: Total area $A = 8$

> **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.

*Calculator:* allowed

## Common pitfalls

- **Wrong:** Dividing both sides of $f(x) = g(x)$ by $x$ before factoring
  - Why it fails: Rushing to simplify eliminates the $x=0$ root, leaving one fewer intersection than needed.
  - Correct: Always rearrange to $f(x) - g(x) = 0$, factor out all common terms first, then solve for all roots.
- **Wrong:** Integrating $f(x) - g(x)$ over the entire interval from leftmost to rightmost intersection, without splitting at intermediate intersections
  - Why it fails: Confuses net signed area with total area; negative areas from swapped curves cancel positive areas, leading to a result that is too small.
  - Correct: Always split the interval at every intersection, and integrate upper minus lower on each subinterval separately.
- **Wrong:** Assuming upper function automatically alternates after each intersection, skipping the test step
  - Why it fails: Alternation fails for non-polynomials or functions with double roots, leading to wrong upper/lower assignments.
  - Correct: Always test a point inside each subinterval to confirm which function is upper before setting up the integral.
- **Wrong:** Writing (lower function - upper function) for a subinterval
  - Why it fails: Mixing up the sign of the difference leads to a negative area contribution, resulting in a total area that is too small.
  - Correct: Confirm that your (upper - lower) difference is positive at the test point before integrating.
- **Wrong:** Only calculating area between consecutive pairs of intersections separately
  - Why it fails: Misinterpreting total bounded area leads to double-counting or including unbounded area.
  - Correct: Always use the leftmost and rightmost intersection as the outer bounds of integration, splitting at all intermediate intersections.

## Cheatsheet

| Category | Formula/Rule | Notes |
| --- | --- | --- |
| Total Area (multiple intersections) | $A = \sum_{i=1}^n \int_{x_{i-1}}^{x_i} (\text{upper}(x) - \text{lower}(x)) dx$ | Sorted intersections $x_0 < ... <x_n$; gives total positive area, not net signed area |
| Absolute Value Form | $A = \int_{x_0}^{x_n} \|f(x) - g(x)\| dx$ | Equivalent to sum formula; splitting removes absolute value for easier integration |
| Finding Intersections | $f(x) = g(x) \implies f(x) - g(x) = 0$ | Rearrange to zero before factoring; don't divide by variable terms to avoid missing roots |
| Test Upper/Lower | If $f(x_{test}) - g(x_{test}) > 0$, $f$ is upper | Works for all function types; avoids relying on alternation assumption |
| Symmetry Shortcut | Integrate from $0$ to $x_n$ and double for y-axis symmetric functions | Cuts computation time and reduces arithmetic errors |
| Total Bounded Area | Integrate from leftmost to rightmost intersection, split at intermediate points | Finds all bounded area without including unbounded regions |
| FRQ Set-Up Credit | Correct sum of integrals earns full set-up credit before evaluation | Don't waste time over-simplifying 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 with cross sections: squares and rectangles](https://www.owlsprep.com/study/ap-calculus-ab-u8-volumes-with-cross-sections-squares/)
- [Volumes with cross sections: triangles and semicircles](https://www.owlsprep.com/study/ap-calculus-ab-u8-volumes-with-cross-sections-triangles/)
- [Disc method around the x- or y-axis](https://www.owlsprep.com/study/ap-calculus-ab-u8-disc-method-around-the-x/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-calculus-ab-u8-area-between-curves-intersecting-more/
