Skip to main content
United StatesCalculusSyllabus dot point

How do you find the area between curves that cross more than once and swap which is on top?

Topic 8.6 Finding the Area Between Curves That Intersect at More Than Two Points: split the area at each crossing where the top and bottom curves swap.

A focused answer to AP Calculus AB Topic 8.6, finding the area between curves that intersect more than twice by splitting the integral where the upper and lower curves swap, with worked examples.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. The method
  3. A worked split area
  4. Why a single signed integral fails
  5. Finding all the crossings
  6. Using the absolute value on the calculator
  7. Why this matters for area versus net signed area

What this topic is asking

The College Board (Topic 8.6) handles areas where the two curves cross more than twice, so the upper and lower curves swap along the interval. You must split the integral at each crossing and integrate top minus bottom on each piece, keeping every contribution positive.

The method

A worked split area

Why a single signed integral fails

If you integrate fβˆ’gf - g over the whole interval without splitting, the regions where ff is on top contribute positively and those where gg is on top contribute negatively, so they partly cancel. For y=x3y = x^3 and y=xy = x on [βˆ’1,1][-1, 1], the single integral βˆ«βˆ’11(x3βˆ’x) dx=0\int_{-1}^1 (x^3 - x)\,dx = 0 by symmetry, which is plainly not the area. The total area is 12\frac{1}{2}, obtained only by splitting at x=0x = 0 and adding magnitudes. This cancellation is the entire reason the topic exists: "area" means the positive total, so each piece must be made positive before summing.

Finding all the crossings

The reliability of the method rests on finding every intersection inside the interval, not just the endpoints. A missed crossing leaves a subinterval where the top curve is misidentified, flipping the sign of that contribution. Solve f(x)=g(x)f(x) = g(x) completely (factor fully, or use the calculator on the calculator-active part), list the crossings in order, and treat each consecutive pair as a separate piece. On the no-calculator section the crossings usually factor nicely; on the calculator section you find them numerically. Either way, splitting at all of them and adding positive pieces gives the correct total area.

Using the absolute value on the calculator

On the calculator-active part you can compute the total area directly as ∫ab∣f(x)βˆ’g(x)βˆ£β€‰dx\int_a^b |f(x) - g(x)|\,dx, letting the calculator handle the sign changes numerically without your splitting the interval by hand. This is fast and reliable when the crossings are messy, but you should still set up the absolute-value integral explicitly so the grader sees the correct expression, since the setup carries the marks. On the no-calculator part you cannot enter an absolute value into an antiderivative, so there you must find the crossings, split, and add magnitudes by hand. Knowing which approach the section allows, numerical absolute value versus hand-splitting, keeps you efficient.

Why this matters for area versus net signed area

This topic clarifies a distinction that runs through Unit 8: total area (always positive) versus net signed area (the plain integral, which can cancel). The definite integral ∫ab(fβˆ’g) dx\int_a^b (f - g)\,dx computes net signed area and is the right tool when the question genuinely wants a net quantity, such as net displacement. But when the question asks for the area of a region, every piece must count positively, which requires splitting at sign changes or integrating the absolute difference. Reading the question to decide which is wanted, and applying the splitting only when total area is required, prevents both under-counting area and over-correcting a net-change question.

Exam-style practice questions

Practice questions written in the style of College Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

AP 2021 (style)1 marksSection I (multiple choice). To find the total area between y=x3y = x^3 and y=xy = x on [βˆ’1,1][-1, 1], you should (A) integrate x3βˆ’xx^3 - x over [βˆ’1,1][-1,1] (B) integrate ∣x3βˆ’x∣|x^3 - x|, splitting at x=0x = 0 (C) integrate xβˆ’x3x - x^3 over [βˆ’1,1][-1,1] (D) integrate over [0,1][0,1] only
Show worked answer β†’

The correct answer is (B), integrate the absolute difference, splitting at x=0x = 0.

The curves cross at x=βˆ’1,0,1x = -1, 0, 1; which is on top swaps at x=0x = 0. So the total area is βˆ«βˆ’10(x3βˆ’x) dx+∫01(xβˆ’x3) dx\int_{-1}^0 (x^3 - x)\,dx + \int_0^1 (x - x^3)\,dx, equivalently βˆ«βˆ’11∣x3βˆ’xβˆ£β€‰dx\int_{-1}^1 |x^3 - x|\,dx.

AP 2023 (style)4 marksSection II (free response, no calculator). The curves y=x3βˆ’xy = x^3 - x and y=0y = 0 (the xx-axis) bound regions on [βˆ’1,1][-1, 1]. (a) Find all intersection points. (b) Find the total area between the curve and the axis.
Show worked answer β†’

A 4-point split-area question.

(a) (1 point) x3βˆ’x=x(x2βˆ’1)=0x^3 - x = x(x^2 - 1) = 0 at x=βˆ’1,0,1x = -1, 0, 1.
(b) (3 points) On (βˆ’1,0)(-1, 0), x3βˆ’x>0x^3 - x > 0; on (0,1)(0, 1), x3βˆ’x<0x^3 - x < 0. Area =βˆ«βˆ’10(x3βˆ’x) dx+∫01βˆ’(x3βˆ’x) dx= \int_{-1}^0 (x^3 - x)\,dx + \int_0^1 -(x^3 - x)\,dx. Each piece is ∣x44βˆ’x22∣\left|\frac{x^4}{4} - \frac{x^2}{2}\right| evaluated: 14\frac{1}{4} on each side, total area =14+14=12= \frac{1}{4} + \frac{1}{4} = \frac{1}{2}.

Related dot points

Sources & how we know this