Fiveable

Calculus II Unit 2 Review

QR code for Calculus II practice questions

2.1 Areas between Curves

2.1 Areas between Curves

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus II
Unit & Topic Study Guides

Area Between Curves

Calculating the area between curves is one of the most common applications of definite integrals. Instead of finding the area under a single curve, you find the area of the region trapped between two curves by integrating the difference of the functions. This technique works whether you integrate with respect to xx or yy, and choosing the right variable can make a problem much easier.

When curves intersect more than once, they can create multiple enclosed regions. In those cases, you'll need to break the problem into pieces, integrate each piece separately, and add the results together.

Area Between Two Curves

Integrating with respect to x

When both curves are written as functions of xx, the area between y=f(x)y = f(x) and y=g(x)y = g(x) is found by integrating the difference of the upper minus the lower function.

  1. Find the intersection points. Set f(x)=g(x)f(x) = g(x) and solve for xx. These x-values become your limits of integration, aa and bb.
  2. Determine which function is on top. On the interval [a,b][a, b], check which function has larger y-values. That's your upper function.
  3. Set up and evaluate the integral:

A=ab[f(x)g(x)]dxA = \int_{a}^{b} [f(x) - g(x)]\, dx

where f(x)g(x)f(x) \geq g(x) on [a,b][a, b].

Example: Find the area between y=x+1y = x + 1 and y=x21y = x^2 - 1.

  • Set x+1=x21x + 1 = x^2 - 1, which gives x2x2=0x^2 - x - 2 = 0, so (x2)(x+1)=0(x-2)(x+1) = 0. The intersection points are x=1x = -1 and x=2x = 2.
  • On [1,2][-1, 2], the line y=x+1y = x + 1 is above the parabola y=x21y = x^2 - 1.
  • The area is 12[(x+1)(x21)]dx=12(x2+x+2)dx=92\int_{-1}^{2} [(x+1) - (x^2 - 1)]\, dx = \int_{-1}^{2} (-x^2 + x + 2)\, dx = \frac{9}{2}.
Area between two curves, HartleyMath - Area Between Curves

Integrating with respect to y

When curves are written as functions of yy (or are easier to express that way), integrate the right minus the left function.

  1. Find the intersection points. Set h(y)=k(y)h(y) = k(y) and solve for yy. These y-values become your limits cc and dd.
  2. Determine which function is farther right. On the interval [c,d][c, d], the function with larger x-values is the "right" function.
  3. Set up and evaluate the integral:

A=cd[right(y)left(y)]dyA = \int_{c}^{d} [\text{right}(y) - \text{left}(y)]\, dy

This approach is especially useful when curves are given as x=h(y)x = h(y), or when integrating with respect to xx would force you to split the region into multiple integrals.

Compound Regions with Intersecting Curves

When curves cross each other within the region, the "upper" and "lower" functions swap. You can't just integrate across the whole interval, because part of the integrand would be negative, and you'd lose area instead of gaining it.

To handle this:

  1. Find all intersection points of the curves in the region.
  2. Split the region at each crossing point into subregions where one function stays consistently above (or to the right of) the other.
  3. Integrate each subregion separately, always subtracting the lower from the upper:

A=ac[f(x)g(x)]dx+cb[g(x)f(x)]dxA = \int_{a}^{c} [f(x) - g(x)]\, dx + \int_{c}^{b} [g(x) - f(x)]\, dx

Here, cc is the x-coordinate where the curves cross, f(x)g(x)f(x) \geq g(x) on [a,c][a, c], and g(x)f(x)g(x) \geq f(x) on [c,b][c, b].

  1. Add all the subregion areas to get the total.

A common shortcut: you can write the integrand as f(x)g(x)|f(x) - g(x)|, which guarantees a non-negative value. In practice, though, you still need to find the crossing points so you can remove the absolute value and evaluate the integral.

Area between two curves, Integral - Wikipedia

Choosing the Right Variable

The variable you integrate with respect to can make or break the difficulty of a problem. Here's how to decide:

  • Use xx when both curves are naturally written as y=f(x)y = f(x) and the upper/lower relationship is clear across the interval.
  • Use yy when curves are given as x=h(y)x = h(y), or when integrating with respect to xx would require splitting into multiple integrals but integrating with respect to yy would not.
  • Check both options if the problem doesn't obviously favor one. Sometimes rewriting y=f(x)y = f(x) as x=f1(y)x = f^{-1}(y) collapses two or three integrals into a single one.

For example, the region between x=y2x = y^2 and x=y+2x = y + 2 is much simpler to set up with respect to yy (one integral) than with respect to xx (which requires splitting the parabola into upper and lower halves and using two separate integrals).

Additional Considerations

  • Always sketch the region before setting up the integral. A quick graph helps you identify which function is on top, where the curves intersect, and whether you need to split the integral. Many errors come from skipping this step.
  • The integrand must stay non-negative across each piece. If your answer comes out negative, you likely subtracted in the wrong order on some interval.
  • The region must be bounded (enclosed on all sides) to produce a finite area. If the problem gives you specific limits like x=0x = 0 and x=4x = 4 instead of intersection points, use those as your bounds.
  • When curves are given implicitly or aren't functions at all (they fail the vertical line test for xx-integration), try switching to yy-integration, or split the curve into pieces that are each functions of your chosen variable.