2.1 Areas between Curves

Learning Objectives

  • Determine the area of a region between two curves by integrating with respect to x.
  • Find the area of a compound region.
  • Determine the area of a region between two curves by integrating with respect to y.

In Introduction to Integration, we developed the concept of the definite integral to calculate the area below a curve on a given interval. In this section, we expand that idea to calculate the area of more complex regions. We start by finding the area between two curves defined by the functions of \ds x, beginning with the simple case in which one function is always greater than the other. We then look at cases when the graphs of the functions intersect. Finally, we consider how to calculate the area between two curves whose equations express x as a function of \ds y.

Area of a Region between Two Curves

Let \ds f(x) and \ds g(x) be continuous functions over an interval \ds \left[a,b\right] such that \ds f(x)\ge g(x) on \ds \left[a,b\right]. We want to find the area between the graphs of the functions, as shown in the following figure.

This figure is a graph in the first quadrant. There are two curves on the graph. The higher curve is labeled “f(x)” and the lower curve is labeled “g(x)”. There are two boundaries on the x-axis labeled a and b. There is shaded area between the two curves bounded by lines at x=a and x=b.
Figure 1. The area between the graphs of two functions, \ds f(x) and \ds g(x), on the interval \ds \left[a,b\right].

As we did before, we are going to partition the interval on the \ds x\text{-axis} and approximate the area between the graphs of the functions with rectangles. So, for \ds i=0,1,2\text{,…},n, let \ds P=\left\{{x}_{i}\right\} be a regular partition of \ds \left[a,b\right]. Then, for \ds i=1,2\text{,…},n, choose a point \ds {x}_{i}^{*}\in \left[{x}_{i-1},{x}_{i}\right], and on each interval \ds \left[{x}_{i-1},{x}_{i}\right] construct a rectangle that extends vertically from \ds g({x}_{i}^{*}) to \ds f({x}_{i}^{*}). Figure (a) shows the rectangles when \ds {x}_{i}^{*} is selected to be the left endpoint of the interval and \ds n=10. Figure (b) shows a representative rectangle in detail.

This figure has three graphs. The first graph has two curves, one over the other. In between the curves is a rectangle. The top of the rectangle is on the upper curve labeled “f(x*)” and the bottom of the rectangle is on the lower curve and labeled “g(x*)”. The second graph, labeled “(a)”, has two curves on the graph. The higher curve is labeled “f(x)” and the lower curve is labeled “g(x)”. There are two boundaries on the x-axis labeled a and b. There is shaded area between the two curves bounded by lines at x=a and x=b. The third graph, labeled “(b)” has two curves one over the other. The first curve is labeled “f(x*)” and the lower curve is labeled “g(x*)”. There is a shaded rectangle between the two. The width of the rectangle is labeled as “delta x”.
Figure 2. (a)We can approximate the area between the graphs of two functions, \ds f(x) and \ds g(x), with rectangles. (b) The area of a typical rectangle goes from one curve to the other.

The height of each individual rectangle is \ds f({x}_{i}^{*})-g({x}_{i}^{*}) and the width of each rectangle is \ds \Delta x. Adding the areas of all the rectangles, we see that the area between the curves is approximated by

\ds A\approx \underset{i=1}{\overset{n}{\sum}}\left[f({x}_{i}^{*})-g({x}_{i}^{*})\right]\Delta x.

This is a Riemann sum, so when we take the limit as \ds n\to \infty , we get

\ds A=\underset{n\to \infty }{\text{lim}}\underset{i=1}{\overset{n}{\sum}}\left[f({x}_{i}^{*})-g({x}_{i}^{*})\right]\Delta x=\int\limits_{a}^{b}\left[f(x)-g(x)\right]\,dx .

These findings are summarized in the following theorem.

Finding the Area between Two Curves

Let \ds f(x) and \ds g(x) be continuous functions such that \ds f(x)\ge g(x) over an interval \ds \left[a,b\right]. Let \ds R denote the region bounded above by the graph of \ds f(x), below by the graph of \ds g(x), and on the left and right by the lines \ds x=a and \ds x=b, respectively. Then, the area of \ds R is given by

\ds A=\int\limits_{a}^{b}\left[f(x)-g(x)\right]\,dx .

We apply this theorem in the following example.

Finding the Area of a Region between Two Curves 1

If R is the region bounded above by the graph of the function \ds f(x)=x+4 and below by the graph of the function \ds g(x)=3-\frac{x}{2} over the interval \ds \left[1,4\right], find the area of region \ds R.

Solution

The region is depicted in the following figure.

This figure is has two linear graphs in the first quadrant. They are the functions f(x) = x+4 and g(x)= 3-x/2. In between these lines is a shaded region, bounded above by f(x) and below by g(x). The shaded area is between x=1 and x=4.
Figure 3. A region between two curves is shown where one curve is always greater than the other.

We have

\ds \begin{array}{cc}\ds \hfill A&\ds =\int\limits_{a}^{b}\left[f(x)-g(x)\right]\,dx \hfill \\[5mm] &\ds =\int\limits_{1}^{4}\left[(x+4)-(3-\frac{x}{2})\right]\,dx =\int\limits_{1}^{4}\left[\frac{3x}{2}+1\right]\,dx \hfill \\[5mm] &\ds ={\left[\frac{3{x}^{2}}{4}+x\right]}\Big|_{1}^{4}=(16-\frac{7}{4})=\frac{57}{4}.\hfill \end{array}

The area of the region is \ds \frac{57}{4}{\text{units}}^{2}.

If \ds R is the region bounded by the graphs of the functions \ds f(x)=\frac{x}{2}+5 and \ds g(x)=x+\frac{1}{2} over the interval \ds \left[1,5\right], find the area of region \ds R.

Answer

12 units 2

Hint

Graph the functions to determine which function’s graph forms the upper bound and which forms the lower bound, then follow the process used in the previous example.

In the above examples, we defined the interval of interest as part of the problem statement. Quite often, though, we want to define our interval of interest based on where the graphs of the two functions intersect. This is illustrated in the following example.

Finding the Area of a Region between Two Curves 2

If \ds R is the region bounded above by the graph of the function \ds f(x)=9-\left(\frac x2\right)^2 and below by the graph of the function \ds g(x)=6-x, find the area of \ds R.

Solution

The region is depicted in the following figure.

This figure is has two graphs in the first quadrant. They are the functions f(x) = 9-(x/2)^2 and g(x)= 6-x. In between these graphs, an upside down parabola and a line, is a shaded region, bounded above by f(x) and below by g(x).
Figure 4. This graph shows the region below the graph of \ds f(x) and above the graph of \ds g(x).

We first need to compute where the graphs of the functions intersect. Setting \ds f(x)=g(x), we get

\ds \begin{array}{ccc}\hfill f(x)&\ds =\hfill &\ds g(x)\hfill \\[2mm] \ds \hfill 9-{\left(\frac{x}{2}\right)}^{2}&\ds =\hfill &\ds 6-x\hfill \\[3mm] \ds \hfill 9-\frac{{x}^{2}}{4}&\ds =\hfill &\ds 6-x\hfill \\[3mm] \ds \hfill 36-{x}^{2}&\ds =\hfill &\ds 24-4x\hfill \\[2mm] \ds \hfill {x}^{2}-4x-12&\ds =\hfill &\ds 0\hfill \\[2mm] \ds \hfill (x-6)(x+2)&\ds =\hfill &\ds 0.\hfill \end{array}

The graphs of the functions intersect when \ds x=6 or \ds x=-2, so we want to integrate from -2 to 6. Since \ds f(x)\ge g(x) for \ds -2\le x\le 6, we obtain

\ds \begin{array}{cc}\ds \hfill A&\ds =\int\limits_{a}^{b}\left[f(x)-g(x)\right]\,dx \hfill \\[5mm] &\ds =\int\limits_{-2}^{6}\left[9-{(\frac{x}{2})}^{2}-(6-x)\right]\,dx =\int\limits_{-2}^{6}\left[3-\frac{{x}^{2}}{4}+x\right]\,dx \hfill \\[5mm] &\ds ={\left[3x-\frac{{x}^{3}}{12}+\frac{{x}^{2}}{2}\right]}\Big|_{-2}^{6}=\frac{64}{3}.\hfill \end{array}

The area of the region is \ds 64\text{/}3 units 2 .

If R is the region bounded above by the graph of the function \ds f(x)=x and below by the graph of the function \ds g(x)={x}^{4}, find the area of region \ds R.

Answer

\ds \frac{3}{10} unit 2

Areas of Compound Regions

So far, we have required \ds f(x)\ge g(x) over the entire interval of interest, but what if we want to look at regions bounded by the graphs of functions that cross one another? In that case, we modify the process we just developed by using the absolute value function.

Finding the Area of a Region between Intersecting Curves

Let \ds f(x) and \ds g(x) be continuous functions over an interval \ds \left[a,b\right]. Let \ds R denote the region between the graphs of \ds f(x) and \ds g(x), and be bounded on the left and right by the lines \ds x=a and \ds x=b, respectively. Then, the area of \ds R is given by

\ds A=\int\limits_{a}^{b}|f(x)-g(x)|\,dx .

In practice, applying this theorem requires us to break up the interval \ds \left[a,b\right] and evaluate several integrals, depending on which of the function values is greater over a given part of the interval. We study this process in the following example.

Finding the Area of a Region Bounded by Intersecting Curves

If R is the region between the graphs of the functions \ds f(x)= \sin (x) and \ds g(x)= \cos (x) over the interval \ds \left[0,\pi \right], find the area of region \ds R.

Solution

The region is depicted in the following figure.

This figure is has two graphs. They are the functions f(x) = sinx and g(x)= cosx. They are both periodic functions that resemble waves. There are two shaded areas between the graphs. The first shaded area is labeled “R1” and has g(x) above f(x). This region begins at the y-axis and stops where the curves intersect. The second region is labeled “R2” and begins at the intersection with f(x) above g(x). The shaded region stops at x=pi.
Figure 5. The region between two curves can be broken into two sub-regions.

The graphs of the functions intersect at \ds x=\pi \text{/}4. For \ds x\in \left[0,\pi \text{/}4\right], \ds \cos (x)\ge \sin (x), so

 

\ds |f(x)-g(x)|=| \sin (x)- \cos (x)|= \cos (x)- \sin (x).

On the other hand, for \ds x\in \left[\pi \text{/}4,\pi \right], \ds \sin (x)\ge \cos (x), so

\ds |f(x)-g(x)|=| \sin (x)- \cos (x)|= \sin (x)- \cos (x).

 

Then

\ds \begin{array}{cc}\ds \hfill A&\ds =\int\limits_{a}^{b}|f(x)-g(x)|\,dx \hfill \\[5mm] &\ds =\int\limits_{0}^{\pi }| \sin (x)- \cos (x)|\,dx =\int\limits_{0}^{\pi \text{/}4}( \cos (x)- \sin (x))\,dx +\int\limits_{\pi \text{/}4}^{\pi }( \sin (x)- \cos (x))\,dx \hfill \\[5mm] &\ds ={\left[ \sin (x)+ \cos (x)\right]}\Big|_{0}^{\pi \text{/}4}+{\left[- \cos (x)- \sin (x)\right]}\Big|_{\pi \text{/}4}^{\pi }\hfill \\[5mm] &\ds =(\sqrt{2}-1)+(1+\sqrt{2})=2\sqrt{2}.\hfill \end{array}

The area of the region is \ds 2\sqrt{2} units 2 .

If R is the region between the graphs of the functions \ds f(x)= \sin (x) and \ds g(x)= \cos (x) over the interval \ds \left[\pi \text{/}2,2\pi \right], find the area of region \ds R.

Answer

\ds 2+2\sqrt{2} units 2

Hint

The two curves intersect at \ds x=\frac{5\pi}4.

Finding the Area of a Complex Region

Consider the region depicted in the Figure 6 below. Find the area of \ds R.

This figure is has two graphs in the first quadrant. They are the functions f(x) = x^2 and g(x)= 2-x. In between these graphs is a shaded region, bounded to the left by f(x) and to the right by g(x). All of which is above the x-axis. The region is labeled R. The shaded area is between x=0 and x=2.
Figure 6. Two integrals are required to calculate the area of this region.

Solution

As in the previous example, we need to divide the interval into two pieces. The graphs of the functions intersect at \ds x=1 (set \ds f(x)=g(x) and solve for \ds x), so we evaluate two separate integrals: one over the interval \ds \left[0,1\right] and one over the interval \ds \left[1,2\right].

Over the interval \ds \left[0,1\right], the region is bounded above by \ds f(x)={x}^{2} and below by the \ds x-axis, so we have

\ds {A}_{1}=\int\limits_{0}^{1}{x}^{2}\,dx ={\frac{{x}^{3}}{3}}\Big|_{0}^{1}=\frac{1}{3}.

Over the interval \ds \left[1,2\right], the region is bounded above by \ds g(x)=2-x and below by the \ds x\text{-axis,} so we have

\ds {A}_{2}=\int\limits_{1}^{2}(2-x)\,dx ={\left[2x-\frac{{x}^{2}}{2}\right]}\Big|_{1}^{2}=\frac{1}{2}.

Adding these areas together, we obtain

\ds A={A}_{1}+{A}_{2}=\frac{1}{3}+\frac{1}{2}=\frac{5}{6}.

The area of the region is \ds 5\text{/}6 units 2 .

Consider the region depicted in the following figure. Find the area of \ds R.

This figure is has two graphs in the first quadrant. They are the functions f(x) = squareroot of x and g(x)= 3/2 – x/2. In between these graphs is a shaded region, bounded to the left by f(x) and to the right by g(x). All of which is above the x-axis. The shaded area is between x=0 and x=3.

Answer

\ds \frac{5}{3} units 2

Hint

The two curves intersect at \ds x=1.

Regions Defined with Respect to y

In the previous examples, we had to evaluate two separate integrals to calculate the area of the region. However, there is another approach that requires only one integral. The idea is to rewrite the equations of the curves expressing x as a functions of \ds y. Going back to Figure 6, we note that the left graph, shown in red, is represented by the function \ds y=f(x)={x}^{2}. We could just as easily solve this for \ds x and represent the curve by the function \ds x=v(y)=\sqrt{y}. (Note that \ds x=-\sqrt{y} is also a valid representation of the function \ds y=f(x)={x}^{2} as a function of \ds y. However, based on the graph, it is clear we are interested in the positive square root.) Similarly, the right graph is represented by the function \ds y=g(x)=2-x, but could just as easily be represented by the function \ds x=u(y)=2-y. When the graphs are represented as functions of \ds y, we see the region is bounded on the left by the graph of one function and on the right by the graph of the other function. Therefore, if we integrate with respect to \ds y, we need to evaluate one integral only. Let’s develop a formula for this type of integration.

Let \ds u(y) and \ds v(y) be continuous functions over an interval \ds \left[c,d\right] such that \ds u(y)\ge v(y) for all \ds y\in \left[c,d\right]. We want to find the area between the graphs of the functions, as shown in the following figure.

This figure is has two graphs in the first quadrant. They are the functions v(y) and u(y). In between these graphs is a shaded region, bounded to the left by v(y) and to the right by u(y). The region is labeled R. The shaded area is between the horizontal boundaries of y=c and y=d.
Figure 7. We can find the area between the graphs of two functions, \ds u(y) and \ds v(y).

This time, we are going to partition the interval on the \ds y\text{-axis} and use horizontal rectangles to approximate the area between the functions. So, for \ds i=0,1,2\text{,…},n, let \ds Q=\left\{{y}_{i}\right\} be a regular partition of \ds \left[c,d\right]. Then, for \ds i=1,2\text{,…},n, choose a point \ds {y}_{i}^{*}\in \left[{y}_{i-1},{y}_{i}\right], then over each interval \ds \left[{y}_{i-1},{y}_{i}\right] construct a rectangle that extends horizontally from \ds v({y}_{i}^{*}) to \ds u({y}_{i}^{*}). Figure (a) below shows the rectangles when \ds {y}_{i}^{*} is selected to be the lower endpoint of the interval and \ds n=10. Figure (b) shows a representative rectangle in detail.

This figure is has three graphs. The first figure has two curves. They are the functions v(y*) and u(y*). In between these curves is a horizontal rectangle. The second figure labeled “(a)”, is a shaded region, bounded to the left by v(y) and to the right by u(y). The shaded area is between the horizontal boundaries of y=c and y=d. This shaded area is broken into rectangles between the curves. The third figure, labeled “(b)”, is the two curves v(y*) and u(y*). In between the curves is a horizontal rectangle with width delta y.
Figure 8. (a) Approximating the area between the graphs of two functions, \ds u(y) and \ds v(y), with rectangles. (b) The area of a typical rectangle.

The height of each individual rectangle is \ds \Delta y and the width of each rectangle is \ds u({y}_{i}^{*})-v({y}_{i}^{*}). Therefore, the area between the curves is approximately

\ds A\approx \underset{i=1}{\overset{n}{\sum}}\left[u({y}_{i}^{*})-v({y}_{i}^{*})\right]\Delta y.

This is a Riemann sum, so we take the limit as \ds n\to \infty , obtaining

\ds A=\underset{n\to \infty }{\text{lim}}\underset{i=1}{\overset{n}{\sum}}\left[u({y}_{i}^{*})-v({y}_{i}^{*})\right]\Delta y=\int\limits_{c}^{d}\left[u(y)-v(y)\right]dy.

These findings are summarized in the following theorem.

Finding the Area between Two Curves, Integrating along the y-axis

Let \ds u(y) and \ds v(y) be continuous functions such that \ds u(y)\ge v(y) for all \ds y\in \left[c,d\right]. Let \ds R denote the region bounded on the right by the graph of \ds u(y), on the left by the graph of \ds v(y), and above and below by the lines \ds y=d and \ds y=c, respectively. Then, the area of \ds R is given by

\ds A=\int\limits_{c}^{d}\left[u(y)-v(y)\right]dy.

Integrating with Respect to y

Let’s revisit the example with the region shown in Figure 6, only this time let’s integrate with respect to \ds y. Let \ds R be the region depicted in below. Find the area of \ds R by integrating with respect to \ds y.

This figure is has two graphs in the first quadrant. They are the functions f(x) = x^2 and g(x)= 2-x. In between these graphs is a shaded region, bounded to the left by f(x) and to the right by g(x). All of which is above the x-axis. The region is labeled R. The shaded area is between x=0 and x=2.
Figure 9. The area of region \ds R can be calculated using one integral only when the curves are treated as functions of \ds y.

Solution

We must first express the graphs as functions of \ds y. As we saw at the beginning of this section, the curve on the left can be represented by the function \ds x=v(y)=\sqrt{y}, and the curve on the right can be represented by the function \ds x=u(y)=2-y.

Now we have to determine the limits of integration. The region is bounded below by the \ds x-axis, so the lower limit of integration is \ds y=0. The upper limit of integration is determined by the point where the two graphs intersect, which is the point \ds (1,1), so the upper limit of integration is \ds y=1. Thus, we have \ds \left[c,d\right]=\left[0,1\right].

Calculating the area of the region, we get

\ds \begin{array}{cc}\ds \hfill A&\ds =\int\limits_{c}^{d}\left[u(y)-v(y)\right]dy\hfill \\[5mm] &\ds =\int\limits_{0}^{1}\left[(2-y)-\sqrt{y}\right]dy={\left[2y-\frac{{y}^{2}}{2}-\frac{2}{3}{y}^{3\text{/}2}\right]}\Big|_{0}^{1}\hfill \\[5mm] &\ds =\frac{5}{6}.\hfill \end{array}

The area of the region is \ds 5\text{/}6 units 2 .

Let’s revisit the exercise associated with Figure 7, only this time, let’s integrate with respect to \ds y. Let be the region depicted in the following figure. Find the area of \ds R by integrating with respect to \ds y.

This figure is has two graphs in the first quadrant. They are the functions f(x) = squareroot of x and g(x)= 3/2 – x/2. In between these graphs is a shaded region, bounded to the left by f(x) and to the right by g(x). All of which is above the x-axis. The shaded area is between x=0 and x=3.

Answer

\ds \frac{5}{3} units 2

Hint

Follow the process from the previous example.

Key Concepts

  • Just as definite integrals can be used to find the area under a curve, they can also be used to find the area between two curves.
  • To find the area between two curves defined by functions, integrate the difference of the functions.
  • If the graphs of the functions cross, or if the region is complex, use the absolute value of the difference of the functions. In this case, it may be necessary to evaluate two or more integrals and add the results to find the area of the region.
  • Sometimes it can be easier to integrate with respect to \ds y to find the area. The principles are the same regardless of which variable is used as the variable of integration.

Key Equations

  • Area between two curves, integrating on the \ds x-axis
    \ds A=\int\limits_{a}^{b}\left[f(x)-g(x)\right]\,dx
  • Area between two curves, integrating on the \ds y-axis
    \ds A=\int\limits_{c}^{d}\left[u(y)-v(y)\right]dy

Exercises

For the following exercises, determine the area of the region between the two curves in the given figure by integrating over the \ds x\text{-axis}\text{.}

1.  \ds y={x}^{2}-3\text{ and }y=1

This figure is has two graphs. They are the functions f(x) = x^2-3and g(x)=1. In between these graphs is a shaded region, bounded above by g(x) and below by f(x). The shaded area is between x=-2 and x=2.

Answer

\ds \frac{32}{3}

2.  \ds y={x}^{2}\text{ and }y=3x+4

This figure is has two graphs. They are the functions f(x) = x^2 and g(x)= 3x+4. In between these graphs is a shaded region, bounded above by g(x) and below by g(x).

For the following exercises, split the region between the two curves into two smaller regions, then determine the area by integrating over the \ds x\text{-axis}. Note that you will have two integrals to evaluate.

3.  \ds y={x}^{3} and \ds y={x}^{2}+x

This figure is has two graphs. They are the functions f(x) = x^3 and g(x)= x^2+x. These graphs intersect twice. The regions between the intersections are shaded. The first region is bounded above by f(x) and below by g(x). The second region is bounded above by g(x) and below by f(x).

Answer

\ds \frac{13}{12}

4.  \ds y= \cos (\theta) and \ds y=0.5, for \ds 0\le \theta \le \pi

For the following exercises, determine the area of the region between the two curves by integrating over the \ds y\text{-axis}.

5.  \ds x={y}^{2}\text{ and }x=9

This figure is has two graphs. They are the equations x=y^2 and x=9. The region between the graphs is shaded. It is horizontal, between the y-axis and the line x=9.

Answer

36

6.  \ds y=x\text{ and }x={y}^{2}

This figure is has two graphs. They are the equations y=x and x=y^2. The region between the graphs is shaded, bounded above by x=y^2 and below by y=x.

For the following exercises, graph the equations and shade the area of the region between the curves. Determine its area by integrating over the \ds x\text{-axis}.

7.  \ds y={x}^{2}\text{ and }y=-{x}^{2}+18x

Answer

This figure is has two graphs. They are the functions f(x)=x^2 and g(x)=-x^2+18x. The region between the graphs is shaded, bounded above by g(x) and below by f(x). It is in the first quadrant. 243 square units

8.  \ds y=\frac{1}{x},y=\frac{1}{{x}^{2}},\text{ and }x=3

9.  \ds y= \cos (x) and \ds y={ \cos }^{2}(x) on \ds x=\left[-\pi ,\pi \right] (Hint: use that \ds\cos^2(x)=\frac12(1+\cos(2x)) to sketch the curve.)

Answer

This figure is has two graphs. They are the functions y=cos(x) and y=cos^2(x). The graphs are periodic and resemble waves. There are four regions created by intersections of the curves. The areas are shaded. 4

10. \ds y={e}^{x},y={e}^{2x-1},\text{ and }x=0

11.  \ds y={e}^{x},y={e}^{-x},x=-1\text{ and }x=1

Answer

This figure is has two graphs. They are the functions f(x)=e^x and g(x)=e^-x. There are two shaded regions. In the second quadrant the region is bounded by x=-1, g(x) above and f(x) below. The second region is in the first quadrant and is bounded by f(x) above, g(x) below, and x=1. \ds \frac{2{(e-1)}^{2}}{e}

12.  \ds y=e,y={e}^{x},\text{ and }y={e}^{-x}

13.  \ds y=|x|\text{ and }y={x}^{2}

Answer

This figure is has two graphs. They are the functions f(x)=x^2 and g(x)=absolute value of x. There are two shaded regions. The first region is in the second quadrant and is between g(x) above and f(x) below. The second region is in the first quadrant and is bounded above by g(x) and below by f(x). \ds \frac{1}{3}

For the following exercises, graph the equations and shade the area of the region between the curves. If necessary, break the region into sub-regions to determine its entire area.

14.  \ds y= \sin (\pi x),y=2x,\text{ and }x \symbol{"3E} 0

15.  \ds y=12-x,y=\sqrt{x},\text{ and }y=1

Answer

This figure is has three graphs. They are the functions f(x)=squareroot of x, y=12-x, and y=1. The region between the graphs is shaded, bounded above and to the left by f(x), above and to the right by the line y=12-x, and below by the line y=1. It is in the first quadrant. \ds \frac{34}{3}

16.  \ds y= \sin (x) and \ds y= \cos (x) over \ds x=\left[-\pi ,\pi \right]

17.  \ds y={x}^{3}\text{ and }y={x}^{2}-2x over \ds x=\left[-1,1\right]

Answer

This figure is has two graphs. They are the functions f(x)=x^3 and g(x)=x^2-2x. There are two shaded regions between the graphs. The first region is bounded to the left by the line x=-2, above by g(x) and below by f(x). The second region is bounded above by f(x), below by g(x) and to the right by the line x=2. \ds \frac{5}{2}

18.  \ds y={x}^{2}+9\text{ and }y=10+2x over \ds x=\left[-1,3\right]

19.  \ds y={x}^{3}+3x and \ds y=4x

Answer

This figure is has two graphs. They are the functions f(x)=x^3+3x and g(x)=4x. There are two shaded regions between the graphs. The first region is bounded above by f(x) and below by g(x). The second region is bounded above by g(x), below by f(x). \ds \frac{1}{2}

For the following exercises, graph the equations and shade the area of the region between the curves. Determine its area by integrating over the \ds y-axis.

20.  \ds x={y}^{3}\text{ and }x=3y-2

21.  \ds x=2y\text{ and }x={y}^{3}-y

Answer

This figure is has two graphs. They are the equations x=2y and x=y^3-y. The graphs intersect in the third quadrant and again in the first quadrant forming two closed regions in between them. \ds \frac{9}{2}

22.  \ds x=-3+{y}^{2}\text{ and }x=y-{y}^{2}

23.  \ds {y}^{2}=x\text{ and }x=y+2

Answer

This figure is has two graphs. They are the equations x=y+2 and y^2=x. The graphs intersect, forming a region in between them \ds \frac{9}{2}

24.  \ds x=|y|\text{ and }2x=-{y}^{2}+2

25.  \ds x= \sin (y),x= \cos (2y),y=\pi \text{/}2,\text{ and }y=-\pi \text{/}2

Answer

This figure is has two graphs. They are the equations x=cos(y) and x=sin(y). The graphs intersect, forming two regions bounded above by the line y=pi/2 and below by the line y=-pi/2. \ds \frac{3\sqrt{3}}{2}

For the following exercises, graph the equations and shade the area of the region between the curves. Determine its area by integrating over the \ds x-axis or \ds y-axis, whichever seems more convenient.

26.  \ds x={y}^{4}\text{ and }x={y}^{5}

27.*  \ds y=x{e}^{x},y={e}^{x},\text{ and }x=0

Answer

This figure is has two graphs. They are the equations y=xe^x and y=e^x. The graphs intersect, forming a region in between them in the first quadrant. \ds {e-2}

28.  \ds y={x}^{6}\text{ and }y={x}^{4}

29.  \ds x={y}^{3}+2{y}^{2}+1\text{ and }x=-{y}^{2}+1

Answer

\ds \frac{27}4

30.  \ds y=|x|\text{ and }y={x}^{2}-1

31.  \ds y=4-3x\text{ and }y=\frac{1}{x}

Answer

This figure is has two graphs. They are the equations y=4-3x and y=1/x. The graphs intersect, having region between them shaded. The region is in the first quadrant. \ds \frac{4}{3}-\text{ln}(3)

32.  \ds y= \sin (x),x=-\pi \text{/}6,x=\pi \text{/}6,\text{ and }y={ \cos }^{3}(x)

33.  \ds y={x}^{2}-3x+2\text{ and }y={x}^{3}-2{x}^{2}-x+2

Answer

This figure is has two graphs. They are the equations y=x^2-3x+2 and y=x^3-2x^2-x+2. The graphs intersect, having region between them shaded. \ds \frac{1}{2}

34.  \ds y=2{ \cos }^{3}(3x),y=-1,x=\frac{\pi }{4},\text{ and }x=-\frac{\pi }{4}

35.  \ds y+{y}^{3}=x\text{ and }2y=x

Answer

This figure is has two graphs. They are the equations 2y=x and y+y^3=x. The graphs intersect, forming two regions. The regions are shaded. \ds \frac{1}{2}

36.  \ds y=\sqrt{1-{x}^{2}}\text{ and }y={x}^{2}-1

37.  \ds y={ \cos }^{-1}(x),y={ \sin }^{-1}(x),x=-1,\text{ and }x=1

Answer

This figure is has two graphs. They are the equations y=arccos(x) and y=arcsin (x). The graphs intersect, forming two regions. The first region is bounded to the left by x=-1. The second region is bounded to the right by x=1. Both regions are shaded.
\ds -2(\sqrt{2}-\pi )

For the following exercises, find the exact area of the region bounded by the given equations if possible. If you are unable to determine the intersection points analytically, use a calculator to approximate the intersection points with three decimal places and determine the approximate area of the region.

38. [T] \ds x={e}^{y}\text{ and }y=x-2

39. [T] \ds y={x}^{2}\text{ and }y=\sqrt{1-{x}^{2}}

Answer

1.067

40. [T] \ds y=3{x}^{2}+8x+9\text{ and }3y=x+24

41. [T] \ds x=\sqrt{4-{y}^{2}}\text{ and } {y}^{2}={x}^{2}-1

Answer

1.605

42. [T] \ds {x}^{2}={y}^{3}\text{ and }x=3y

43. [T] \ds y={ \sin }^{3}(x)+2,y= \tan (x),x=-1.5,\text{ and }x=1.5

Answer

7.523

44. [T] \ds y=\sqrt{1-{x}^{2}}\text{ and }{y}^{2}={x}^{2}

45. [T] \ds y=\sqrt{1-{x}^{2}}\text{ and }y={x}^{2}+2x+1

Answer

\ds \frac{3\pi -4}{12}

46. [T] \ds x=4-{y}^{2}\text{ and }x=1+3y+{y}^{2}

47. [T] \ds y= \cos (x),y={e}^{x},x=-\pi ,\text{ and }x=0

Answer

1.429

48.  The largest triangle with a base on the \ds x\text{-axis} that fits inside the upper half of the unit circle \ds {y}^{2}+{x}^{2}=1 is given by \ds y=1+x and \ds y=1-x. See the following figure. What is the area inside the semicircle but outside the triangle?

This figure is has the graph of a circle with center at the origin and radius of 1. There is a triangle inscribed with base on the x-axis from -1 to 1 and the third corner at the point y=1.

49.  A factory selling cell phones has a marginal cost function \ds C'(x)=0.01{x}^{2}-3x+229, where \ds x represents the number of cell phones, and a marginal revenue function given by \ds R'(x)=429-2x. Find the area between the graphs of these curves and \ds x=0. What does this area represent?

Answer

\ds $33,333.33 total profit for 200 cell phones sold

50.  An amusement park has a marginal cost function \ds C'(x)=1000{e}^{-x}+5, where \ds x represents the number of tickets sold, and a marginal revenue function given by \ds R'(x)=60-0.1x. Find the total profit generated when selling 550 tickets. Use a calculator to determine intersection points, if necessary, to two decimal places.

51.  The tortoise versus the hare: The speed of the hare is given by the sinusoidal function \ds H(t)=1- \cos ((\pi t)\text{/}2) whereas the speed of the tortoise is \ds T(t)=(1\text{/}2){ \tan }^{-1}(t\text{/}4), where \ds t is time measured in hours and the speed is measured in miles per hour. Find the area between the curves from time \ds t=0 to the first time after one hour when the tortoise and hare are traveling at the same speed. What does it represent? Use a calculator to determine the intersection points, if necessary, accurate to three decimal places.

Answer

3.263 mi represents how far ahead the hare is from the tortoise

52.  The tortoise versus the hare: The speed of the hare is given by the sinusoidal function \ds H(t)=(1\text{/}2)-(1\text{/}2) \cos (2\pi t) whereas the speed of the tortoise is \ds T(t)=\sqrt{t}, where \ds t is time measured in hours and speed is measured in kilometers per hour. If the race is over in 1 hour, who won the race and by how much? Use a calculator to determine the intersection points, if necessary, accurate to three decimal places.

For the following exercises, find the area between the curves by integrating with respect to \ds x and then with respect to \ds y. Is one method easier than the other? Do you obtain the same answer?

53.  \ds y={x}^{2}+2x+1\text{ and }y=-{x}^{2}-3x+4

Answer

\ds \frac{343}{24}

54.  \ds y={x}^{4}\text{ and }x={y}^{5}

55.  \ds x={y}^{2}-2\text{ and }x=2y

Answer

\ds 4\sqrt{3}

For the following exercises, solve using calculus, then check your answer with geometry.

56.  Determine the equations for the sides of the square that touches the unit circle on all four sides, as seen in the following figure. Find the area between the perimeter of this square and the unit circle. Is there another way to solve this without using calculus?

This figure is the graph of a circle centered at the origin with radius of 1. There is a circumscribed square around the circle.

57.  Find the area between the perimeter of the unit circle and the triangle created from \ds y=2x+1,y=1-2x and \ds y=-\frac{3}{5}, as seen in the following figure. Is there a way to solve this without using calculus?

This figure is the graph of a circle centered at the origin with radius of 1. There are three lines intersecting the circle. The lines intersect the circle at three points to form a triangle within the circle.

Answer

\ds \pi -\frac{32}{25}

License

Icon for the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

Calculus: Volume 2 (Second University of Manitoba Edition) Copyright © 2021 by Gilbert Strang and Edward 'Jed' Herman, modified by Varvara Shepelska is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book