$\displaystyle \text{Area} = \int_a^b [f(x) - g(x)] dx$ — finding the area between two curves
One of the most common applications of definite integrals is finding the area between two curves. If $f(x) \ge g(x)$ on the interval $[a, b]$, the area between the curves is given by the integral of the top function minus the bottom function.
🎯 In this section you will learn
The formula for area between curves: $\int_a^b [f(x) - g(x)] dx$
How to find intersection points to determine limits of integration
How to handle cases where the top and bottom functions switch
How to integrate with respect to $y$ when appropriate
Sometimes it's easier to integrate with respect to $y$, especially when curves are given as $x = f(y)$ or when the region is bounded by functions that are easier to express in terms of $y$.
$$ \text{Area} = \int_c^d [\text{right} - \text{left}] \, dy $$
Example 4Integrating with Respect to $y$
Find the area between $x = y^2$ and $x = y + 2$.
①
Find intersection points (in $y$)
$y^2 = y + 2$ ⇒ $y^2 - y - 2 = 0$ ⇒ $(y-2)(y+1)=0$ ⇒ $y = -1, 2$
②
Determine right and left
For $y$ between $-1$ and $2$, $y+2 \ge y^2$. Right: $y+2$, Left: $y^2$