Fiveable

โˆซCalculus I Unit 6 Review

QR code for Calculus I practice questions

6.1 Areas between Curves

6.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 I
Unit & Topic Study Guides

Area between Curves

Calculating the area between curves is a core skill in Calculus I. Instead of finding the area under a single function, you're finding the area of a region trapped between two functions. The key idea: integrate the difference between the "top" and "bottom" (or "right" and "left") functions across the interval where they bound a region.

Choosing the right variable to integrate with respect to matters a lot. The wrong choice can turn a clean one-integral problem into a messy multi-part calculation.

Area between Two Curves

The fundamental idea is straightforward: area equals the integral of (bigger function minus smaller function).

Integrating with respect to x:

A=โˆซab[f(x)โˆ’g(x)]โ€‰dxA = \int_{a}^{b} [f(x) - g(x)]\, dx

  • f(x)f(x) is the upper function (higher yy-values) and g(x)g(x) is the lower function on the interval [a,b][a, b]
  • aa and bb are the xx-coordinates where the curves intersect (or the endpoints you're given)

Integrating with respect to y:

A=โˆซcd[h(y)โˆ’j(y)]โ€‰dyA = \int_{c}^{d} [h(y) - j(y)]\, dy

  • h(y)h(y) is the right function (larger xx-values) and j(y)j(y) is the left function on the interval [c,d][c, d]
  • cc and dd are the yy-coordinates where the curves intersect

Steps to find the area:

  1. Sketch the curves. Even a rough sketch helps you see which function is on top (or to the right) and where the region lives.
  2. Find intersection points. Set the two functions equal and solve. These give you the limits of integration.
  3. Identify which function is greater on the interval. Plug in a test point between the intersection values if you're unsure.
  4. Set up and evaluate the integral of (greater function minus lesser function).

Example: Find the area between y=x2y = x^2 and y=x+2y = x + 2.

  1. Set x2=x+2x^2 = x + 2, which gives x2โˆ’xโˆ’2=0x^2 - x - 2 = 0, so (xโˆ’2)(x+1)=0(x-2)(x+1) = 0. The curves intersect at x=โˆ’1x = -1 and x=2x = 2.

  2. Test a point: at x=0x = 0, the line gives y=2y = 2 and the parabola gives y=0y = 0. So y=x+2y = x + 2 is the upper function.

  3. A=โˆซโˆ’12[(x+2)โˆ’x2]โ€‰dx=โˆซโˆ’12(x+2โˆ’x2)โ€‰dxA = \int_{-1}^{2} [(x + 2) - x^2]\, dx = \int_{-1}^{2} (x + 2 - x^2)\, dx

  4. Evaluate: [x22+2xโˆ’x33]โˆ’12=(2+4โˆ’83)โˆ’(12โˆ’2+13)=92\left[\frac{x^2}{2} + 2x - \frac{x^3}{3}\right]_{-1}^{2} = \left(2 + 4 - \frac{8}{3}\right) - \left(\frac{1}{2} - 2 + \frac{1}{3}\right) = \frac{9}{2}

Area between two curves, calculus - Area by integration of the finite region bound by the two curves. - Mathematics Stack ...

Compound Regions with Intersecting Curves

Sometimes the curves cross each other within the interval, so which function is "on top" switches partway through. When that happens, you can't use a single integral because the difference f(x)โˆ’g(x)f(x) - g(x) would change sign, and negative area would cancel out positive area.

How to handle this:

  1. Find all intersection points of the curves within the region.
  2. Split the interval at each intersection point, creating sub-regions.
  3. For each sub-region, determine which function is greater (use a test point).
  4. Set up a separate integral for each sub-region.
  5. Add the areas together:

Atotal=A1+A2+โ‹ฏ+AnA_{\text{total}} = A_1 + A_2 + \cdots + A_n

Example: If f(x)f(x) is above g(x)g(x) on [a,c][a, c] but below g(x)g(x) on [c,b][c, b], the total area is:

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

Notice the order flips in the second integral. An equivalent shortcut is to use absolute value:

A=โˆซabโˆฃf(x)โˆ’g(x)โˆฃโ€‰dxA = \int_{a}^{b} |f(x) - g(x)|\, dx

This always works conceptually, but in practice you still need to split the integral at the crossing points to evaluate it.

Area between two curves, HartleyMath - Area Between Curves

Choosing the Variable of Integration

Picking the right variable can be the difference between a clean problem and a painful one.

  • Integrate with respect to xx when the boundary curves are naturally written as y=f(x)y = f(x) and you can clearly tell which is on top.
  • Integrate with respect to yy when the boundary curves are naturally written as x=h(y)x = h(y) and you can clearly tell which is to the right.

The big payoff of choosing wisely is that you may avoid splitting the region into multiple sub-regions. A region that requires two or three integrals in xx might need only one integral in yy (or vice versa).

Example: The region between x=y2x = y^2 and x=y+2x = y + 2. These are already written as functions of yy, so integrating with respect to yy is natural. If you rewrote them as functions of xx, you'd need to split the parabola into upper and lower halves and use multiple integrals.

Quick decision rule: If solving for the other variable would force you into square roots, piecewise expressions, or multiple sub-regions, switch your variable of integration.

2,589 studying โ†’