Area between curves (HL)

This continues Area between functions to look at areas between curves where xx is a function of yy.

For a contiguous enclosed region bounded by functions x=f(y)x = f(y) and x=g(y)x = g(y), such that

  • y1<y2y_1 < y_2, AND
  • g(y)f(y)g(y) \geq f(y) for all y[y1,y2]y\in\left[y_1, y_2\right]

or alternatively, each horizontal line through the area intersects x=f(y)x = f(y) on the left and x=g(y)x = g(y) on the right.

Then the bounded region has area

area=y1y2g(y)f(y)dy\text{area} = \int_{y_1}^{y_2} g(y) - f(y)\d y

So instead of top curve minus bottom curve, it is now right curve minus left curve.

Example: Find the area enclosed between x=y2x = y^2 and y=x6y = x - 6.


The intersection points are (4,2)(4, -2) and (9,3)(9, 3) so y1=2y_1 = -2 and y2=3y_2 = 3. See sketch of the curves . Note that each horizontal line in the enclosed region meets f(y)f(y) on the left, and g(y)g(y) on the right. The area is

area =23y+6y2dy=[12y2+6y13y3]23=12(94)+6(3+2)13(27+8)=52+30353=2+12+3012+13=20+56\begin{align*}\text{area } &= \int_{-2}^{3} y + 6 - y^2\d y \\ &= \left[\frac12y^2 + 6y -\frac13 y^3\right]_{-2}^3 \\ &= \frac12(9-4)+ 6(3+2) - \frac13(27 + 8) \\ &= \frac{5}{2} + 30 - \frac{35}{3} \\ &= 2 + \frac12 + 30 - 12 + \frac13 \\ &= 20 + \frac56 \qed\end{align*}

In Area between functions, we found the area enclosed between x=y2x = y^2 and y=x6y = x - 6, by breaking into two regions.

Similarly, the signed area between a function of yy and the yy-axis is

area to the left of the curve =y1y2f(y)dy\text{area to the left of the curve } = \int_{y_1}^{y_2} f(y)\d y

as opposed to

area under the curve =x1x2f(x)dx\text{area under the curve } = \int_{x_1}^{x_2} f(x)\d x

Always quickly sketch the functions or curves using function transformations to visualize the area.

See volume of revolutions for more examples of finding functions of yy.

What’s changing?

Remember that f(x)f(x) is a constant relative to yy, and g(y)g(y) is a constant relative to xx. That means

f(x)dy=yf(x)+C\int f(x) \d y = yf(x) + C
g(y)dx=xg(y)+C\int g(y) \d x = xg(y) + C