How do you find the area between two curves?

To find the area between two curves, you subtract the bottom function from the top function and integrate the result between their intersection points.

Think of it like finding the area of a picture frame: you calculate the area of the entire outer rectangle and subtract the area of the empty space in the middle. In calculus, if you have a top curve f(x)f(x) and a bottom curve g(x)g(x), subtracting g(x)g(x) from f(x)f(x) leaves you with exactly the height of the region between them. Adding up all those tiny heights using an integral gives you the total area.

The area formula

If a function f(x)f(x) is greater than or equal to another function g(x)g(x) on an interval from x=ax = a to x=bx = b, the area AA between them is calculated using a definite integral. The precise definition is: A=ab[f(x)g(x)]dxA = \int_a^b [f(x) - g(x)] dx.

The expression [f(x)g(x)][f(x) - g(x)] represents the height of an infinitely thin rectangle at position xx, and dxdx represents its width. The integral sums up all these rectangles from the starting point aa to the ending point bb.

How to set it up

First, you need to know where your region starts and ends. If the bounds aren't given, you find the intersection points by setting the two functions equal to each other (f(x)=g(x)f(x) = g(x)) and solving for xx.

Next, figure out which curve is on top. You can do this by sketching a quick graph or by picking a test xx-value between your intersection points and plugging it into both functions. The function that gives the higher yy-value is your f(x)f(x) (the top curve).

Where students slip: Crossing curves

The most common mistake happens when the two curves cross each other somewhere inside the interval. If they cross, the curve that was on top is now on the bottom, and vice versa.

If you just integrate from start to finish without checking, the area after the crossing will come out negative, canceling out some of your true area. To fix this, you must split the integral at the intersection point. Calculate the area of the first section, calculate the area of the second section (with the new top curve minus the new bottom curve), and add them together.

Worked through

Find the area of the region enclosed by the curves y=x2y = x^2 and y=2xy = 2x.

Step 1: Find the intersection points by setting the equations equal. x2=2xx^2 = 2x x22x=0x^2 - 2x = 0 x(x2)=0x(x - 2) = 0 So, x=0x = 0 and x=2x = 2. These are our bounds aa and bb.

Step 2: Determine which curve is on top between x=0x = 0 and x=2x = 2. Let's test x=1x = 1. For y=2xy = 2x: y=2(1)=2y = 2(1) = 2. For y=x2y = x^2: y=(1)2=1y = (1)^2 = 1. Since 2>12 > 1, the line y=2xy = 2x is the top curve.

Step 3: Set up and evaluate the integral. A=02[2xx2]dxA = \int_0^2 [2x - x^2] dx

Find the antiderivative: [x2x33][x^2 - \frac{x^3}{3}] evaluated from 00 to 22.

Plug in the upper bound (2): (2)2(2)33=483=12383=43(2)^2 - \frac{(2)^3}{3} = 4 - \frac{8}{3} = \frac{12}{3} - \frac{8}{3} = \frac{4}{3}.

Plug in the lower bound (0): (0)2(0)33=0(0)^2 - \frac{(0)^3}{3} = 0.

Subtract the lower bound result from the upper bound result: A=430=43A = \frac{4}{3} - 0 = \frac{4}{3}.

Questions students ask

Ask about this topic

Where this comes from: Stewart Calculus, 8th Edition · OpenStax Calculus Volume 1 · Khan Academy: Applications of Definite Integrals

See also