Study Guide

Area between curves intersecting more than twice

AP Calculus ABΒ· AP Calculus AB CED β€” Applications of IntegrationΒ· 14 min read

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 , then sorting them from smallest to largest . Missing even one intersection leads to incorrect interval splitting and wrong final area. Always rearrange the equation to first, then factor the resulting expression (most common for AP AB is polynomials) to find all roots. Never divide by a variable term like before factoring, as this will eliminate the root, a common intersection point.

πŸ“ Worked Example

Find all sorted -coordinates of intersections between and .

  1. 1

    Set the functions equal and rearrange to equal zero:

  2. 2
    x3βˆ’4x=xβ€…β€ŠβŸΉβ€…β€Šx3βˆ’5x=0x^3 - 4x = x \implies x^3 - 5x = 0
  3. 3

    Factor the resulting expression:

  4. 4
    x(x2βˆ’5)=0x(x^2 - 5) = 0
  5. 5

    Solve for all roots: , or

  6. 6

    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β˜…β˜…β˜†β˜†β˜†β± 3 min

After sorting intersection points , the full interval between the leftmost () and rightmost () intersection splits into subintervals: . 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 -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 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. 1

    First subinterval : Pick test :

  2. 2
    f(βˆ’1)βˆ’g(βˆ’1)=((βˆ’1)3βˆ’4(βˆ’1))βˆ’(βˆ’1)=(βˆ’1+4)+1=4>0f(-1) - g(-1) = ((-1)^3 - 4(-1)) - (-1) = (-1 +4) +1 = 4 > 0
  3. 3

    So is upper, is lower on this interval.

  4. 4

    Second subinterval : Pick test :

  5. 5
    f(1)βˆ’g(1)=(1βˆ’4(1))βˆ’1=(βˆ’3)βˆ’1=βˆ’4<0f(1) - g(1) = (1 - 4(1)) - 1 = (-3) - 1 = -4 < 0
  6. 6

    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β˜…β˜…β˜…β˜†β˜†β± 6 min

βœ“ Calculator OK

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:

Total Area=βˆ‘i=1n∫xiβˆ’1xi(upper(x)βˆ’lower(x))dx=∫x0xn∣f(x)βˆ’g(x)∣dx\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 and , using the intersections and upper/lower assignments from previous examples.

  1. 1

    Set up the sum of integrals and simplify integrands:

  2. 2
    A=βˆ«βˆ’50(x3βˆ’5x)dx+∫05(βˆ’x3+5x)dxA = \int_{-\sqrt{5}}^{0} (x^3 - 5x) dx + \int_{0}^{\sqrt{5}} (-x^3 + 5x) dx
  3. 3

    Find antiderivatives: First integral: ; Second integral:

  4. 4

    Evaluate first integral:

  5. 5
    (0βˆ’0)βˆ’(254βˆ’252)=254\left(0 - 0\right) - \left(\frac{25}{4} - \frac{25}{2}\right) = \frac{25}{4}
  6. 6

    Evaluate second integral:

  7. 7
    (βˆ’254+252)βˆ’0=254\left(-\frac{25}{4} + \frac{25}{2}\right) - 0 = \frac{25}{4}
  8. 8

    Add results for total area:

  9. 9
    A=254+254=252=12.5A = \frac{25}{4} + \frac{25}{4} = \frac{25}{2} = 12.5
βœ“ Quick check

Test your understanding of integral set-up:

  1. 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)

    Reveal answer
    1 β€”

    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 and . Find the total area of all bounded regions between the two curves.

  1. 1

    Find and sort all intersection points:

  2. 2
    x4βˆ’5x2=βˆ’4β€…β€ŠβŸΉβ€…β€Š(x2βˆ’1)(x2βˆ’4)=0x^4 - 5x^2 = -4 \implies (x^2 - 1)(x^2 - 4) = 0
  3. 3

    Sorted intersections:

  4. 4

    Test to find upper function per subinterval:

    • : is upper
    • : is upper
    • : is upper
  5. 5

    Set up total area integral:

  6. 6
    A=βˆ«βˆ’2βˆ’1(βˆ’x4+5x2βˆ’4)dx+βˆ«βˆ’11(x4βˆ’5x2+4)dx+∫12(βˆ’x4+5x2βˆ’4)dxA = \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. 7

    Evaluate using symmetry to simplify: 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.

5. Common Pitfalls

Wrong move:

Dividing both sides of by before factoring

Why:

Rushing to simplify eliminates the root, leaving 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:

Confuses net signed area with total area; negative areas from swapped curves cancel positive areas, leading to a result that is too small.

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:

Alternation 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

Why:

Mixing up the sign of the difference leads to a negative area contribution, resulting in a total area that is too small.

Correct move:

Confirm that your (upper - lower) difference is positive at the test point before integrating.

Wrong move:

Only calculating area between consecutive pairs of intersections separately

Why:

Misinterpreting total bounded area leads to double-counting or including unbounded area.

Correct move:

Always use the leftmost and rightmost intersection as the outer bounds of integration, splitting at all intermediate intersections.

6. Quick Reference Cheatsheet

Category

Formula/Rule

Notes

Total Area (multiple intersections)

Sorted intersections ; gives total positive area, not net signed area

Absolute Value Form

Equivalent to sum formula; splitting removes absolute value for easier integration

Finding Intersections

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; avoids relying on alternation assumption

Symmetry Shortcut

Integrate from to 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

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· AB MCQ

    Identify correct integral set-up

  • 2021 Β· AB FRQ

    Calculate total bounded area

Going deeper

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.