Study Guide

Area between curves expressed as functions of x

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

1. Core Concept of Area Between Two Curvesβ˜…β˜†β˜†β˜†β˜†β± 3 min

βœ“ Calculator OK

This is a core, frequently tested application of definite integration, making up 10-15% of Unit 8 exam weight for AP Calculus BC, appearing in both multiple-choice and free-response sections annually. Intuitively, it is the total non-negative 2D space bounded above by and below by , generalizing the concept of area under a curve (which is just area between a curve and ).

The core reasoning comes from Riemann sums: we split the region into infinitely many thin vertical rectangles of width , calculate each rectangle's area as height Γ— width, then sum all areas via integration.

πŸ“˜ Definition

Area between two curves (functions of x)

The total non-negative geometric area bounded by two curves expressed as and over an interval of -values, calculated by summing the areas of thin vertical rectangles spanning from the lower to upper curve.

2. Area Over a Fixed Intervalβ˜…β˜…β˜†β˜†β˜†β± 4 min

βœ“ Calculator OK

The simplest case is when you are given a pre-defined interval , and one function is always greater than or equal to the other across the entire interval. The formula comes from taking the limit of a Riemann sum approximation:

A=∫ab[ftop(x)βˆ’fbottom(x)]dxA = \int_a^b \left[ f_{\text{top}}(x) - f_{\text{bottom}}(x) \right] dx

Area is always non-negative, so the order of subtraction is critical. This formula works regardless of where the curves are relative to the x-axis: if both are below the x-axis, the difference between the higher (less negative) and lower (more negative) function is still positive, so you will get a positive area.

πŸ“ Worked Example

Find the area of the region bounded by and on the interval .

  1. 1

    First confirm which function is upper on . Test : , , so across the entire interval.

  2. 2

    Identify bounds , , , .

  3. 3

    Set up the integral:

  4. 4
    A=∫03[(3x+1)βˆ’x2]dx=∫03(βˆ’x2+3x+1)dxA = \int_0^3 \left[(3x + 1) - x^2\right] dx = \int_0^3 \left(-x^2 + 3x + 1\right) dx
  5. 5

    Find the antiderivative:

  6. 6
    F(x)=βˆ’x33+3x22+xF(x) = -\frac{x^3}{3} + \frac{3x^2}{2} + x
  7. 7

    Evaluate using FTC Part 2: , and , so .

Exam tip:

If you are unsure which function is upper, always test at least one point in the interval before setting up the integral. This 2-second check eliminates the most common 1-point deduction on the AP exam: swapping upper and lower functions.

3. Area of Closed Regions with Intersection Boundsβ˜…β˜…β˜…β˜†β˜†β± 4 min

βœ“ Calculator OK

In most AP problems, you will not be given a pre-defined interval. Instead, you must first find the bounds of integration by calculating where the two curves intersect. For two continuous curves that form a single closed region, they will intersect exactly twice, so the two x-coordinates of intersection are your lower and upper bounds of integration. After finding intersections, you still confirm which function is upper between the bounds, then apply the basic area formula just as you would for a fixed interval.

πŸ“ Worked Example

Find the area of the closed region bounded by and .

  1. 1

    Find intersections by setting the functions equal, rearrange all terms to one side:

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

    Intersections are at and , which are our integration bounds.

  4. 4

    Test a point between 0 and 5 (): , , so is the upper function.

  5. 5

    Set up and evaluate the integral:

  6. 6
    A=∫05[3xβˆ’(x2βˆ’2x)]dx=∫05(5xβˆ’x2)dx=[5x22βˆ’x33]05=1256A = \int_0^5 \left[3x - (x^2 - 2x)\right] dx = \int_0^5 \left(5x - x^2\right) dx = \left[\frac{5x^2}{2} - \frac{x^3}{3}\right]_0^5 = \frac{125}{6}

Exam tip:

Never divide both sides of the intersection equation by a variable (e.g. ) to simplify. This eliminates the root, leading to incorrect bounds. Always move all terms to one side and factor instead.

4. Total Area for Curves That Cross Multiple Timesβ˜…β˜…β˜…β˜…β˜†β± 5 min

βœ“ Calculator OK

If two curves intersect more than once between the outermost bounds, the upper and lower functions swap places at each intersection. Because area is always non-negative, integrating the difference of the original functions across the entire interval will give net signed area, where areas below the original upper function cancel out positive areas, which is not the total geometric area that almost all AP questions ask for.

πŸ“ Worked Example

Find the total area between and on the interval .

  1. 1

    Find all intersections on by setting functions equal:

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

    Intersections are at and , so we split the interval into and .

  4. 4

    Check upper/lower: is upper on , is upper on . Set up the sum of integrals:

  5. 5
    A=∫02[xβˆ’(x3βˆ’x)]dx+∫22[(x3βˆ’x)βˆ’x]dx=∫02(2xβˆ’x3)dx+∫22(x3βˆ’2x)dxA = \int_0^{\sqrt{2}} \left[x - (x^3 - x)\right] dx + \int_{\sqrt{2}}^2 \left[(x^3 - x) - x\right] dx = \int_0^{\sqrt{2}} (2x - x^3) dx + \int_{\sqrt{2}}^2 (x^3 - 2x) dx
  6. 6

    Evaluate each integral: First integral = , Second integral = . Total area .

βœ“ Quick check

Test your understanding with this AP-style multiple choice question:

  1. What is the area of the region bounded by and between and ?

    • A)

    • B)

    • C)

    • D)

    Reveal answer
    A) $e - \frac{3}{2}$ β€”

    Correct! Confirm on , set up .

Exam tip:

If a question asks for 'total area', it always requires splitting the integral at every crossing. Only if it explicitly asks for 'net area' do you not split the integral.

5. Common Pitfalls

Wrong move:

Dividing both sides of an intersection equation like by , getting only as a solution and missing .

Why:

Dividing by a variable eliminates the root, which is a valid solution when is a common factor.

Correct move:

Always rearrange the intersection equation to bring all terms to one side, then factor out common terms instead of dividing.

Wrong move:

Integrating across the entire interval when curves cross, getting a smaller or negative total area.

Why:

This calculates net signed area, not total geometric area, which is what almost all AP area questions request.

Correct move:

Find all intersections in the interval, split the integral at every intersection, and always subtract lower from upper in each subinterval.

Wrong move:

For two curves below the x-axis, subtracting the less negative (higher) function from the more negative (lower) function, getting a negative difference.

Why:

Students incorrectly assume upper functions must be positive, so they mix up the order of subtraction.

Correct move:

Higher y-values are always upper, regardless of sign. Subtract the lower (more negative) y-value from the upper (less negative) y-value to get a positive difference.

Wrong move:

Using the y-coordinates of intersection points as bounds of integration for functions of x.

Why:

Confuses x and y coordinates of intersections, mixing up area with respect to x and area with respect to y.

Correct move:

When calculating area for functions of x, bounds of integration are always the x-coordinates of intersection points.

Wrong move:

When finding area bounded by three curves, using only the outermost intersections as bounds and not checking for upper function changes between them.

Why:

Students assume only intersections on the outer edge of the region matter, but internal intersections can swap upper/lower functions.

Correct move:

Find all intersections between every pair of bounding curves, sort them by x-value, and test upper/lower for each consecutive subinterval.

6. Quick Reference Cheatsheet

Category

Formula

Notes

Basic Area (fixed interval, constant upper/lower)

Always non-negative; works for any sign of top/bottom, as long as top β‰₯ bottom on

Find intersection bounds

Set , solve for

Sort solutions smallest to largest; move all terms to one side to factor, don't divide by to avoid losing roots

Total area for crossing curves

Split at every intersection; required for geometric total area, which is what most AP questions ask

Net area between crossing curves

Only for net signed area; negative areas cancel positive areas, so answer can be zero or negative

Total area between one curve and x-axis

Split at all x-intercepts; lower function is

Area under one curve above x-axis

Just area between and

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 Β· MCQ

    Area between two polynomial curves

  • 2022 Β· FRQ

    Total area for crossing curves

What's Next

Mastering area between curves expressed as functions of x is the foundation for all other area and volume applications in Unit 8 of AP Calculus BC. This topic uses core integration logic that transfers directly to every other application of integration you will learn next, so building confidence here eliminates errors in more complex topics later. Next, you will adapt this same reasoning to calculate area between curves expressed as functions of y, which swaps the roles of x and y and requires integration with respect to y. This topic also directly underpins the calculation of volumes of revolution, volumes of known cross-sections, and arc length, all major weighted topics on the AP Calculus BC exam.