Learn Without Walls
← Module 7 Home Lesson 1 of 4 Next Lesson →

Lesson 1: Area Between Curves

Estimated time: 40-50 minutes

Learning Objectives

By the end of this lesson, you will be able to:

The Basic Area Formula

In Module 6 you learned that ∫ab f(x) dx computes the signed area between f and the x-axis. Now we generalize: the area between two curves f(x) and g(x) on [a, b] where f(x) ≥ g(x) is given by:

Area Between Two Curves (integrating with respect to x)

A = ∫ab [f(x) − g(x)] dx

where f(x) ≥ g(x) on [a, b]. Here f is the "top" curve and g is the "bottom" curve.

Key idea: At each x, the height of a thin vertical strip is f(x) − g(x). We integrate these heights across [a, b].

Finding the Intersection Points

The limits of integration a and b are usually the x-values where the curves intersect. To find them, set f(x) = g(x) and solve.

Example 1: Area Between a Parabola and a Line

Find the area enclosed between y = x² and y = x + 2.

Step 1: Find intersections. x² = x + 2 gives x² − x − 2 = 0, so (x − 2)(x + 1) = 0. Intersections at x = −1, x = 2.

Step 2: Determine top curve. Test x = 0: line gives 2, parabola gives 0. So x + 2 ≥ x² on [−1, 2].

Step 3: Integrate.

A = ∫−12 [(x + 2) − x²] dx = ∫−12 (x + 2 − x²) dx

= [x²/2 + 2x − x³/3]−12 = (2 + 4 − 8/3) − (1/2 − 2 + 1/3)

= 10/3 − (−7/6) = 10/3 + 7/6 = 27/6 = 9/2.

When Curves Cross: Splitting the Integral

If the curves switch positions (one is on top on part of the interval, the other is on top for the rest), you must split the integral at each crossing point.

Example 2: Curves That Cross

Find the total area between y = x³ and y = x on [−1, 1].

Step 1: x³ = x gives x(x² − 1) = 0, so x = −1, 0, 1.

Step 2: On (−1, 0): test x = −0.5. x³ = −0.125, x = −0.5. So x³ > x (x³ is above).

On (0, 1): test x = 0.5. x³ = 0.125, x = 0.5. So x > x³ (x is above).

Step 3:

A = ∫−10 (x³ − x) dx + ∫01 (x − x³) dx

= [x4/4 − x²/2]−10 + [x²/2 − x4/4]01

= (0 − (1/4 − 1/2)) + ((1/2 − 1/4) − 0) = 1/4 + 1/4 = 1/2.

Integrating with Respect to y

Sometimes horizontal strips are simpler. If we express curves as x = f(y) and x = g(y), we integrate with respect to y:

Area Between Two Curves (integrating with respect to y)

A = ∫cd [f(y) − g(y)] dy

where f(y) ≥ g(y) on [c, d]. Here f is the "right" curve and g is the "left" curve.

Example 3: Integrating with Respect to y

Find the area enclosed by x = y² and x = y + 2.

Step 1: Find intersections: y² = y + 2 gives y² − y − 2 = 0, so (y − 2)(y + 1) = 0. y = −1, y = 2.

Step 2: Which is rightmost? At y = 0: y + 2 = 2, y² = 0. So x = y + 2 is to the right.

Step 3:

A = ∫−12 [(y + 2) − y²] dy = [y²/2 + 2y − y³/3]−12

= (2 + 4 − 8/3) − (1/2 − 2 + 1/3) = 10/3 + 7/6 = 9/2.

Strategy: When to Use dy vs. dx

Example 4: Choosing the Better Variable

Find the area enclosed by y = √x, y = 0, and x = 4.

Using dx: A = ∫04 √x dx = [(2/3)x3/2]04 = (2/3)(8) = 16/3.

This is straightforward with dx since the top curve is y = √x and the bottom is y = 0.

Area Between Three or More Curves

When a region is bounded by three or more curves, sketch the region first, then identify which curves form the top and bottom (or left and right) boundaries. You may need to split into sub-regions.

Example 5: Region with Multiple Boundaries

Find the area enclosed by y = x², y = 2 − x, and y = 0 in the first quadrant.

Step 1: Find intersections. x² = 2 − x gives x² + x − 2 = 0, so x = 1 (positive root). Also, 2 − x = 0 at x = 2, and x² = 0 at x = 0.

Step 2: The region splits at x = 1. On [0, 1]: top is y = 2 − x, bottom is y = x². On [1, 2]: top is y = 2 − x, bottom is y = 0.

Step 3:

A = ∫01 [(2 − x) − x²] dx + ∫12 (2 − x) dx

= [2x − x²/2 − x³/3]01 + [2x − x²/2]12

= (2 − 1/2 − 1/3) + [(4 − 2) − (2 − 1/2)] = 7/6 + 1/2 = 5/3.

Key Takeaways

Check Your Understanding

1. Find the area between y = x² and y = 4.

Answer: Intersections: x² = 4, x = ±2. A = ∫−22 (4 − x²) dx = [4x − x³/3]−22 = (8 − 8/3) − (−8 + 8/3) = 16 − 16/3 = 32/3.

2. Find the area between y = sin x and y = cos x on [0, π/2].

Answer: They cross at x = π/4. On [0, π/4]: cos x ≥ sin x. On [π/4, π/2]: sin x ≥ cos x. A = ∫0π/4 (cos x − sin x) dx + ∫π/4π/2 (sin x − cos x) dx = [sin x + cos x]0π/4 + [−cos x − sin x]π/4π/2 = (√2 − 1) + ((−1) − (−√2)) = 2√2 − 2.

3. Set up (but do not evaluate) the integral for the area between x = y² − 1 and x = 3 − y².

Answer: y² − 1 = 3 − y² gives 2y² = 4, y = ±√2. Right curve: 3 − y². Left curve: y² − 1. A = ∫−√2√2 [(3 − y²) − (y² − 1)] dy = ∫−√2√2 (4 − 2y²) dy.

4. Find the area enclosed by y = x³ and y = x on [0, 1].

Answer: On [0, 1], x ≥ x³. A = ∫01 (x − x³) dx = [x²/2 − x4/4]01 = 1/2 − 1/4 = 1/4.

Ready for More?

Next Lesson

Lesson 2 covers volumes of solids of revolution using disk and washer methods.

Start Lesson 2