Achievable logoAchievable logo
AP Calculus AB
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Limits
2. Derivative basics
3. Advanced differentiation
4. Contextual uses
5. Analytical uses
6. Integration
7. Differential equations
8. Applications of integrals
8.1 Average value of a function
8.2 Motion with integrals
8.3 Area between curves
8.4 Volume
Wrapping up
Achievable logoAchievable logo
8.3 Area between curves
Achievable AP Calculus AB
8. Applications of integrals
Our AP Calculus AB course is now in "early access" - get 50% off for a limited time.

Area between curves

8 min read
Font
Discuss
Share
Feedback

What you’ll learn

  • Area between curves: Use definite integrals to calculate the area bounded by two functions.
  • Variable of integration: Determine whether to integrate with respect to x (Top − Bottom) or y (Right − Left).
  • Multiple intersections: Split the area into separate integrals when curves cross each other.

Recall that a definite integral represents the area under a curve. To find the area between two curves, imagine slicing the region into infinitely thin rectangular strips. The height of each strip represents the distance between the two functions.

  • If the slices are vertical (parallel to the y-axis), integrate with respect to x.

  • If the slices are horizontal (parallel to the x-axis), integrate with respect to y.

Vertical slices (x-limits)

If a function f(x) is always above g(x) across the entire interval [a,b], the area of the region is defined as:

Area=∫ab​(Top function - bottom function)dx

or

A=∫ab​(f(x)−g(x))dx

Example 1

Find the area of the region bounded by y=x2 and y=x+2.

Solution

(spoiler)

1. Find the boundaries:

Set the equations equal to find their intersection points.

x2x2−x−2(x+1)(x−2)x​=x+2=0=0=−1,2​

The curves intersect at x=−1 and x=2.

2. Identify Top vs. Bottom:

Test a point between x=−1 and x=2. At x=0, the line is at y=2 and the parabola is at y=0. So the line is the top function.

3. Set up and integrate:

A​=∫−12​((x+2)−x2)dx=[21​x2+2x−31​x3]−12​=29​​​

AP tip:

The area of a region bounded by two curves is always positive (not a net signed area). If your calculation yields a negative value, re-check which function is on top.

Example 2

Find the area of the region bounded above by the curves y=x3 and y=2−x and below by y=x2−2x.

Solution

(spoiler)

Shown is the region described in the problem:

Using vertical slices to find the area of a region
Using vertical slices to find the area of a region

Because the upper boundary changes its formula halfway through the region, the area must be split into two separate integrals at the intersection point x=1:

  1. Blue region (0,1): y=x3 sits above y=x2−2x.

  2. Green region (1,2): y=2−x sits above y=x2−2x.

Total Area​=∫01​(x3−(x2−2x))dx+∫12​((2−x)−(x2−2x))dx=127​+23​=1225​​​

Horizontal slices (y-limits)

Sometimes it’s simpler to slice the region horizontally and integrate with respect to y. For example:

Using horizontal slices to find the area would be easier
Using horizontal slices to find the area would be easier

The “top” and “bottom” functions change partway through:

  • On (0,1), the region is bounded only by the parabola x=y2. Written as y-functions:

    • Top: y=x​
    • Bottom: y=−x​
  • On (1,4), the line y=−x+2 sits above y=−x​.

The area can be found with the integral:

∫01​(x​−(−x​))dx+∫14​(−x+2−(−x​))dx

But instead of looking top-to-bottom, orient your perspective from right-to-left. Given two curves expressed as functions of y, where f(y)≥g(y) across the interval [c,d]:

A=∫cd​(Right function−Left function)dy

or

Area=∫cd​(f(y)−g(y))dy

Example 3

Let’s redo the problem presented above.

Find the area of the region bounded by x=y2 and y=−x+2.

Solution

(spoiler)

1. Convert to functions of y:

Solve the linear equation for x.

y=−x+2⟹x=2−y

2. Find the y-boundaries:

Set the functions equal to locate the intersection points.

2−yy2+y−2(y−1)(y+2)y​=y2=0=0=1,−2​

The region is bounded from y=−2 to y=1.

3. Identify Right vs. Left:

When a graph is not given, test points - on the interval (−2,1), testing y=0 gives x=2 for the line and x=0 for the parabola. So the line is on the right.

4. Set up and integrate:

A=∫−21​((2−y)−y2)dy=[2y−21​y2−31​y3]−21​=29​​

Example 4

Let R be the region bounded below by the x-axis and above by y=x1​−1 and y=2x. Find the area of R using both slicing orientations.

Solutions

a) Vertical slices (dx)

(spoiler)

Region R is as shown:

Region R
Region R

We must split the region at the intersection point x=21​:

  • On (0,21​), the top boundary is y=2x.
  • On (21​,1), the top boundary is y=x1​−1.
    • For both, the “bottom function” is y=0 (the x-axis).

A​=∫00.5​2xdx+∫0.51​(x1​−1)dx=[x2]00.5​+[ln(x)−x]0.51​≈0.443​ (calculator)​

b) Horizontal slices (dy)

(spoiler)

Solve both equations for x to look right-to-left:

  • y=2x⟹x=21​y (Left curve)
  • y=x1​−1⟹x=y+11​ (Right curve)

The y-boundaries span from the x-axis (y=0) up to the intersection point (y=1).

A​=∫01​(y+11​−21​y)dy=[ln∣y+1∣−41​y2]01​=(ln(2)−41​)−0≈0.443​​

Multiple intersections

Over an interval, functions can switch roles: a curve that starts on top may end up on the bottom (or a left curve may become the right curve). To calculate the area, split the integral at each intersection point.

Example 5

Find the area of the region bounded by y=sin(x) and y=cos(x) from x=0 to x=π.

Solution

(spoiler)
Switching top and bottom
Switching top and bottom

On the interval [0,π], the curves meet at x=4π​.

  • On (0,4π​), cos(x) is on top.

  • On (4π​,π), sin(x) is on top.

Set up two distinct integrals:

A​=∫0π/4​(cos(x)−sin(x))dx+∫π/4π​(sin(x)−cos(x))dx=[sin(x)+cos(x)]0π/4​+[−cos(x)−sin(x)]π/4π​=22​​​

AP calculator tip:

On calculator-active sections, you can skip figuring out which goes above or below by wrapping the functions in an absolute value block inside a single integral expression:

∫0π​∣sin(x)−cos(x)∣dx

Area between two curves: basics

  • Area = definite integral of (top function - bottom function) over interval
  • For vertical slices: integrate with respect to x
  • For horizontal slices: integrate with respect to y

Vertical slices

  • Area formula: ∫ab​(f(x)−g(x))dx
  • “Top” function minus “bottom” function on [a,b]
  • Always use positive area (if negative, switch order)

Finding intersection points

  • Set curves equal to find limits of integration
  • Split integral if curves intersect multiple times

Horizontal slices

  • Use when region is easier to describe with y
  • Area formula: ∫cd​(f(y)−g(y))dy
    • f(y) = right function, g(y) = left function

Multiple intersection points

  • Functions may switch roles (top/bottom or left/right)
  • Split integral at each intersection point
  • Alternatively, use ∫∣difference∣dx for total area

General strategies

  • Choose vertical or horizontal slices based on region shape
  • Always check which function is on top/right in each interval
  • For complicated regions, break into sub-intervals and sum areas

Sign up for free to take 7 quiz questions on this topic

All rights reserved ©2016 - 2026 Achievable, Inc.

Area between curves

What you’ll learn

  • Area between curves: Use definite integrals to calculate the area bounded by two functions.
  • Variable of integration: Determine whether to integrate with respect to x (Top − Bottom) or y (Right − Left).
  • Multiple intersections: Split the area into separate integrals when curves cross each other.

Recall that a definite integral represents the area under a curve. To find the area between two curves, imagine slicing the region into infinitely thin rectangular strips. The height of each strip represents the distance between the two functions.

  • If the slices are vertical (parallel to the y-axis), integrate with respect to x.

  • If the slices are horizontal (parallel to the x-axis), integrate with respect to y.

Vertical slices (x-limits)

If a function f(x) is always above g(x) across the entire interval [a,b], the area of the region is defined as:

Area=∫ab​(Top function - bottom function)dx

or

A=∫ab​(f(x)−g(x))dx

Example 1

Find the area of the region bounded by y=x2 and y=x+2.

Solution

(spoiler)

1. Find the boundaries:

Set the equations equal to find their intersection points.

x2x2−x−2(x+1)(x−2)x​=x+2=0=0=−1,2​

The curves intersect at x=−1 and x=2.

2. Identify Top vs. Bottom:

Test a point between x=−1 and x=2. At x=0, the line is at y=2 and the parabola is at y=0. So the line is the top function.

3. Set up and integrate:

A​=∫−12​((x+2)−x2)dx=[21​x2+2x−31​x3]−12​=29​​​

AP tip:

The area of a region bounded by two curves is always positive (not a net signed area). If your calculation yields a negative value, re-check which function is on top.

Example 2

Find the area of the region bounded above by the curves y=x3 and y=2−x and below by y=x2−2x.

Solution

(spoiler)

Shown is the region described in the problem:

Because the upper boundary changes its formula halfway through the region, the area must be split into two separate integrals at the intersection point x=1:

  1. Blue region (0,1): y=x3 sits above y=x2−2x.

  2. Green region (1,2): y=2−x sits above y=x2−2x.

Total Area​=∫01​(x3−(x2−2x))dx+∫12​((2−x)−(x2−2x))dx=127​+23​=1225​​​

Horizontal slices (y-limits)

Sometimes it’s simpler to slice the region horizontally and integrate with respect to y. For example:

The “top” and “bottom” functions change partway through:

  • On (0,1), the region is bounded only by the parabola x=y2. Written as y-functions:

    • Top: y=x​
    • Bottom: y=−x​
  • On (1,4), the line y=−x+2 sits above y=−x​.

The area can be found with the integral:

∫01​(x​−(−x​))dx+∫14​(−x+2−(−x​))dx

But instead of looking top-to-bottom, orient your perspective from right-to-left. Given two curves expressed as functions of y, where f(y)≥g(y) across the interval [c,d]:

A=∫cd​(Right function−Left function)dy

or

Area=∫cd​(f(y)−g(y))dy

Example 3

Let’s redo the problem presented above.

Find the area of the region bounded by x=y2 and y=−x+2.

Solution

(spoiler)

1. Convert to functions of y:

Solve the linear equation for x.

y=−x+2⟹x=2−y

2. Find the y-boundaries:

Set the functions equal to locate the intersection points.

2−yy2+y−2(y−1)(y+2)y​=y2=0=0=1,−2​

The region is bounded from y=−2 to y=1.

3. Identify Right vs. Left:

When a graph is not given, test points - on the interval (−2,1), testing y=0 gives x=2 for the line and x=0 for the parabola. So the line is on the right.

4. Set up and integrate:

A=∫−21​((2−y)−y2)dy=[2y−21​y2−31​y3]−21​=29​​

Example 4

Let R be the region bounded below by the x-axis and above by y=x1​−1 and y=2x. Find the area of R using both slicing orientations.

Solutions

a) Vertical slices (dx)

(spoiler)

Region R is as shown:

We must split the region at the intersection point x=21​:

  • On (0,21​), the top boundary is y=2x.
  • On (21​,1), the top boundary is y=x1​−1.
    • For both, the “bottom function” is y=0 (the x-axis).

A​=∫00.5​2xdx+∫0.51​(x1​−1)dx=[x2]00.5​+[ln(x)−x]0.51​≈0.443​ (calculator)​

b) Horizontal slices (dy)

(spoiler)

Solve both equations for x to look right-to-left:

  • y=2x⟹x=21​y (Left curve)
  • y=x1​−1⟹x=y+11​ (Right curve)

The y-boundaries span from the x-axis (y=0) up to the intersection point (y=1).

A​=∫01​(y+11​−21​y)dy=[ln∣y+1∣−41​y2]01​=(ln(2)−41​)−0≈0.443​​

Multiple intersections

Over an interval, functions can switch roles: a curve that starts on top may end up on the bottom (or a left curve may become the right curve). To calculate the area, split the integral at each intersection point.

Example 5

Find the area of the region bounded by y=sin(x) and y=cos(x) from x=0 to x=π.

Solution

(spoiler)

On the interval [0,π], the curves meet at x=4π​.

  • On (0,4π​), cos(x) is on top.

  • On (4π​,π), sin(x) is on top.

Set up two distinct integrals:

A​=∫0π/4​(cos(x)−sin(x))dx+∫π/4π​(sin(x)−cos(x))dx=[sin(x)+cos(x)]0π/4​+[−cos(x)−sin(x)]π/4π​=22​​​

AP calculator tip:

On calculator-active sections, you can skip figuring out which goes above or below by wrapping the functions in an absolute value block inside a single integral expression:

∫0π​∣sin(x)−cos(x)∣dx

Key points

Area between two curves: basics

  • Area = definite integral of (top function - bottom function) over interval
  • For vertical slices: integrate with respect to x
  • For horizontal slices: integrate with respect to y

Vertical slices

  • Area formula: ∫ab​(f(x)−g(x))dx
  • “Top” function minus “bottom” function on [a,b]
  • Always use positive area (if negative, switch order)

Finding intersection points

  • Set curves equal to find limits of integration
  • Split integral if curves intersect multiple times

Horizontal slices

  • Use when region is easier to describe with y
  • Area formula: ∫cd​(f(y)−g(y))dy
    • f(y) = right function, g(y) = left function

Multiple intersection points

  • Functions may switch roles (top/bottom or left/right)
  • Split integral at each intersection point
  • Alternatively, use ∫∣difference∣dx for total area

General strategies

  • Choose vertical or horizontal slices based on region shape
  • Always check which function is on top/right in each interval
  • For complicated regions, break into sub-intervals and sum areas

More from Applications of integrals

  • Average value of a function
  • Motion with integrals