We have seen how integration can be used to find an area between a curve and the $x$-axis. With very little change we can find some areas between curves; indeed, the area between a curve and the $x$-axis may be interpreted as the area between the curve and a second "curve'' with equation $y=0$. In the simplest of cases, the idea is quite easy to understand.

Example 8.1.1 Find the area below $\ds f(x)= -x^2+4x+3$ and above $\ds g(x)=-x^3+7x^2-10x+5$ over the interval $1\le x\le2$. In figure 8.1.1 we show the two curves together, with the desired area shaded, then $f$ alone with the area under $f$ shaded, and then $g$ alone with the area under $g$ shaded.

Figure 8.1.1. Area between curves as a difference of areas.

It is clear from the figure that the area we want is the area under $f$ minus the area under $g$, which is to say $$\int_1^2 f(x)\,dx-\int_1^2 g(x)\,dx = \int_1^2 f(x)-g(x)\,dx.$$ It doesn't matter whether we compute the two integrals on the left and then subtract or compute the single integral on the right. In this case, the latter is perhaps a bit easier: $$\eqalign{ \int_1^2 f(x)-g(x)\,dx&=\int_1^2 -x^2+4x+3-(-x^3+7x^2-10x+5)\,dx\cr &=\int_1^2 x^3-8x^2+14x-2\,dx\cr &=\left.{x^4\over4}-{8x^3\over3}+7x^2-2x\right|_1^2\cr &={16\over4}-{64\over3}+28-4-({1\over4}-{8\over3}+7-2)\cr &=23-{56\over3}-{1\over4}={49\over12}.\cr }$$ $\square$

It is worth examining this problem a bit more. We have seen one way to look at it, by viewing the desired area as a big area minus a small area, which leads naturally to the difference between two integrals. But it is instructive to consider how we might find the desired area directly. We can approximate the area by dividing the area into thin sections and approximating the area of each section by a rectangle, as indicated in figure 8.1.2. The area of a typical rectangle is $\Delta x(f(x_i)-g(x_i))$, so the total area is approximately $$\sum_{i=0}^{n-1} (f(x_i)-g(x_i))\Delta x.$$ This is exactly the sort of sum that turns into an integral in the limit, namely the integral $$\int_1^2 f(x)-g(x)\,dx.$$ Of course, this is the integral we actually computed above, but we have now arrived at it directly rather than as a modification of the difference between two other integrals. In that example it really doesn't matter which approach we take, but in some cases this second approach is better.

Figure 8.1.2. Approximating area between curves with rectangles.

Example 8.1.2 Find the area below $\ds f(x)= -x^2+4x+1$ and above $\ds g(x)=-x^3+7x^2-10x+3$ over the interval $1\le x\le2$; these are the same curves as before but lowered by 2. In figure 8.1.3 we show the two curves together. Note that the lower curve now dips below the $x$-axis. This makes it somewhat tricky to view the desired area as a big area minus a smaller area, but it is just as easy as before to think of approximating the area by rectangles. The height of a typical rectangle will still be $f(x_i)-g(x_i)$, even if $g(x_i)$ is negative. Thus the area is $$ \int_1^2 -x^2+4x+1-(-x^3+7x^2-10x+3)\,dx =\int_1^2 x^3-8x^2+14x-2\,dx. $$ This is of course the same integral as before, because the region between the curves is identical to the former region—it has just been moved down by 2. $\square$

Figure 8.1.3. Area between curves.

Example 8.1.3 Find the area between $\ds f(x)= -x^2+4x$ and $\ds g(x)=x^2-6x+5$ over the interval $0\le x\le 1$; the curves are shown in figure 8.1.4. Generally we should interpret "area'' in the usual sense, as a necessarily positive quantity. Since the two curves cross, we need to compute two areas and add them. First we find the intersection point of the curves: $$\eqalign{ -x^2+4x&=x^2-6x+5\cr 0&=2x^2-10x+5\cr x&={10\pm\sqrt{100-40}\over4}={5\pm\sqrt{15}\over2}.\cr }$$ The intersection point we want is $\ds x=a=(5-\sqrt{15})/2$. Then the total area is $$\eqalign{ \int_0^a x^2-6x+5-(-x^2+4x)\,dx&+\int_a^1 -x^2+4x-(x^2-6x+5)\,dx\cr &=\int_0^a 2x^2-10x+5\,dx+\int_a^1 -2x^2+10x-5\,dx\cr &=\left.{2x^3\over3}-5x^2+5x\right|_0^a + \left.-{2x^3\over3}+5x^2-5x\right|_a^1\cr &=-{52\over3}+5\sqrt{15}, }$$ after a bit of simplification. $\square$

Figure 8.1.4. Area between curves that cross.

Example 8.1.4 Find the area between $\ds f(x)= -x^2+4x$ and $\ds g(x)=x^2-6x+5$; the curves are shown in figure 8.1.5. Here we are not given a specific interval, so it must be the case that there is a "natural'' region involved. Since the curves are both parabolas, the only reasonable interpretation is the region between the two intersection points, which we found in the previous example: $${5\pm\sqrt{15}\over2}.$$ If we let $\ds a=(5-\sqrt{15})/2$ and $\ds b=(5+\sqrt{15})/2$, the total area is $$\eqalign{ \int_a^b -x^2+4x-(x^2-6x+5)\,dx &=\int_a^b -2x^2+10x-5\,dx\cr &=\left.-{2x^3\over3}+5x^2-5x\right|_a^b\cr &=5\sqrt{15}.\cr }$$ after a bit of simplification. $\square$

Figure 8.1.5. Area bounded by two curves.

Exercises 8.1

Find the area bounded by the curves. You can use Sage to help check your work.

Ex 8.1.1 $\ds y=x^4-x^2$ and $\ds y=x^2$ (the part to the right of the $y$-axis) (answer)

Ex 8.1.2 $\ds x=y^3$ and $\ds x=y^2$ (answer)

Ex 8.1.3 $\ds x=1-y^2$ and $y=-x-1$ (answer)

Ex 8.1.4 $\ds x=3y-y^2$ and $x+y=3$ (answer)

Ex 8.1.5 $y=\cos(\pi x/2)$ and $\ds y=1- x^2$ (in the first quadrant) (answer)

Ex 8.1.6 $y=\sin(\pi x/3)$ and $y=x$ (in the first quadrant) (answer)

Ex 8.1.7 $\ds y=\sqrt{x}$ and $\ds y=x^2$ (answer)

Ex 8.1.8 $\ds y=\sqrt x$ and $\ds y=\sqrt{x+1}$, $0\le x\le 4$ (answer)

Ex 8.1.9 $x=0$ and $\ds x=25-y^2$ (answer)

Ex 8.1.10 $y=\sin x\cos x$ and $y=\sin x$, $0\le x\le \pi$ (answer)

Ex 8.1.11 $\ds y=x^{3/2}$ and $\ds y=x^{2/3}$ (answer)

Ex 8.1.12 $\ds y=x^2-2x$ and $y=x-2$ (answer)