Navigation

Integration

1.5 Area between curves

18 problems · hints, answers and solutions shown beside each one

1Stage 1Conceptual

Do you understand the idea? Usually little or no calculation.

Q1Stage 1

We want to approximate the area between the graphs of y=cosxy=\cos x and y=sinxy=\sin x from x=0x=0 to x=πx=\pi using a left Riemann sum with n=4n=4 rectangles.

  1. On the graph below, sketch the four rectangles.

  2. Calculate the Riemann approximation.

Figure from prob_s1.5, line 2

Figure from prob_s1.5, line 2

Hint

When we say “area between," we want positive area, not signed area.

Answer

Area between curves π4(2+2)\approx \frac{\pi}{4}\left(2+\sqrt{2}\right)

Figure from prob_s1.5, line 4

Figure from prob_s1.5, line 4

Full solution

Figure from prob_s1.5, line 4

Figure from prob_s1.5, line 4

The intervals of our rectangles are [0,π4][0,\frac{\pi}{4}], [π4,π2][\frac{\pi}{4},\frac{\pi}{2}], [π2,3π4][\frac{\pi}{2},\frac{3\pi}{4}], and [3π4,π][\frac{3\pi}{4},\pi]. Since we're taking a left Riemann sum, we find the height of the rectangles at the left endpoints of the intervals.

  • The distance from cos0\cos 0 to sin0\sin 0 is 1, so our first rectangle has height 1.

  • The distance from cosπ4\cos \frac{\pi}{4} to sinπ4\sin \frac{\pi}{4} is 0, so our second rectangle has height 0.

  • The distance from cosπ2\cos \frac{\pi}{2} to sinπ2\sin \frac{\pi}{2} is 1, so our third rectangle has height 1.

  • The distance from cos3π4\cos \frac{3\pi}{4} to sin3π4\sin \frac{3\pi}{4} is sin(3π/4)cos(3π/4)=12(12)=2\sin(3\pi/4)-\cos(3\pi/4) =\frac{1}{\sqrt{2}}-\left(-\frac{1}{\sqrt{2}}\right)=\sqrt{2}, so our fourth rectangle has height 2\sqrt{2}.

So, our approximation for the area between the two curves is

π4(1+0+1+2)=π4(2+2)\frac{\pi}{4}\left(1+0+1+\sqrt{2}\right)=\frac{\pi}{4}\left(2+\sqrt{2}\right)
Q2Stage 1

We want to approximate the bounded area between the curves y=arcsin(2xπ)y=\arcsin\left(\dfrac{2x}{\pi}\right) and y=πx2y=\sqrt{\dfrac{\pi x}{2}} using n=5n=5 rectangles.

  1. Draw the five (vertical) rectangles on the picture below corresponding to a right Riemann sum.

  2. Draw five rectangles on the picture below we might use if we were using horizontal rectangles.

Figure from prob_s1.5, line 2

Figure from prob_s1.5, line 2

Hint

We're taking rectangles that reach from one function to the other.

Answer

(a) Vertical rectangles:

Figure from prob_s1.5, line 3

Figure from prob_s1.5, line 3

(b) One possible answer:

Figure from prob_s1.5, line 20

Figure from prob_s1.5, line 20

Full solution
  1. We are finding the area in the interval from x=0x=0 to x=π2x=\frac{\pi}{2}. Since we're taking n=5n=5 rectangles, our rectangles cover the following intervals:

    [0,π10],[π10,π5],[π5,3π10],[3π10,2π5],[2π5,π2].\left[0,\frac{\pi}{10}\right],\quad \left[\frac{\pi}{10},\frac{\pi}{5}\right],\quad \left[\frac{\pi}{5},\frac{3\pi}{10}\right],\quad \left[\frac{3\pi}{10},\frac{2\pi}{5}\right],\quad \left[\frac{2\pi}{5},\frac{\pi}{2}\right].

    Figure from prob_s1.5, line 3

    Figure from prob_s1.5, line 3

  2. We are finding the area in the interval from y=0y=0 to y=π2y=\frac{\pi}{2}. (In general, when we switch from horizontal rectangles to vertical, the limits of integration will change–it's only coincidence that they are the same in this example.) Since we're taking n=5n=5 rectangles, these rectangles cover the following intervals of the yy-axis:

    [0,π10],[π10,π5],[π5,3π10],[3π10,2π5],[2π5,π2].\left[0,\frac{\pi}{10}\right],\quad \left[\frac{\pi}{10},\frac{\pi}{5}\right],\quad \left[\frac{\pi}{5},\frac{3\pi}{10}\right],\quad \left[\frac{3\pi}{10},\frac{2\pi}{5}\right],\quad \left[\frac{2\pi}{5},\frac{\pi}{2}\right].

    The question doesn't specify which endpoints we're using. Let's use upper endpoints, to match part (a).

    Figure from prob_s1.5, line 20

    Figure from prob_s1.5, line 20

Q3Stage 1Past exam · M121 2002A

Write down a definite integral that represents the finite area bounded by the curves y=x3xy=x^3-x and y=xy=x for x0x\ge 0. Do not evaluate the integral explicitly.

Hint

Draw a sketch first.

Answer

02[2xx3] dx\displaystyle\int_0^{\sqrt{2}}\big[2x-x^3\big]\ \dee{x}

Full solution

The curves intersect when y=xy=x and y=x3xy=x^3-x. To find these points, we set:

x=x3x0=x32x0=x(x22)0=xor0=x22\begin{align*} x&=x^3-x\\ 0&=x^3-2x\\ 0&=x(x^2-2)\\ 0&= x \quad\text{or}\quad 0=x^2-2 \end{align*}

For x0x\ge 0, the curves intersect at (0,0)(0,0) and (2,2)(\sqrt{2},\sqrt{2}).

A handy observation is that, since both curves are continuous and they do not meet each other between x=0x=0 and x=2x=\sqrt{2}, we don't have to worry about dividing our area into two regions: one of the functions is always on the top, and the other is always on the bottom.

Using vertical strips:

Figure from prob_s1.5, line 211

Figure from prob_s1.5, line 211

The top and bottom boundaries of the specified region are y=T(x)=xy=T(x)=x and y=B(x)=x3xy=B(x)=x^3-x, respectively. So,

Area=02[T(x)B(x)] dx=02[x(x3x)] dx=022xx3 dx\begin{align*} {\rm Area} = \int_0^{\sqrt{2}}\big[T(x)-B(x)\big]\ \dee{x} = \int_0^{\sqrt{2}}\big[x-(x^3-x)\big]\ \dee{x} = \int_0^{\sqrt{2}} 2x-x^3 \ \dee{x} \end{align*}
Q4Stage 1Past exam · 2000D

Write down a definite integral that represents the area of the finite region bounded by the line y=x2y=-\dfrac{x}{2} and the parabola y2=65x4y^2=6-\dfrac{5x}{4}. Do not evaluate the integral explicitly.

Hint

Draw a sketch first.

Answer

3/24[45(6y2)+2y] dy\displaystyle \int_{-3/2}^{4}\left[\frac{4}{5}(6-y^2)+2y\right]\ \dee{y}

Full solution

We need to find where the curves intersect.

x24=y2=65x414x2+54x6=0x2+5x24=0(x+8)(x3)=0x=8,x=3\begin{align*} \frac{x^2}{4}=y^2&=6-\dfrac{5x}{4}\\ \frac{1}{4}x^2+\frac{5}{4}x-6&=0\\ x^2+5x-24&=0\\ (x+8)(x-3)&=0\\ x=-8,\quad x&=3 \end{align*}

The curves intersect at (8,4)(-8,4) and (3,32)(3,-\frac{3}{2}). Using horizontal strips:

Figure from prob_s1.5, line 254

Figure from prob_s1.5, line 254

we have

Area=3/24[45(6y2)+2y] dy\begin{align*} \text{Area} = \int_{-3/2}^{4}\Big[\frac{4}{5}(6-y^2)+2y\Big]\ \dee{y} \end{align*}
Q5Stage 1Past exam · 2001A

Write down a definite integral that represents the area of the finite plane region bounded by y2=4axy^2=4ax and x2=4ayx^2=4ay, where a>0a>0 is a constant. Do not evaluate the integral explicitly.

Hint

You can probably find the intersections by inspection.

Answer

04a[4axx24a] dx\displaystyle\int_0^{4a}\left[\sqrt{4ax}-\frac{x^2}{4a}\right]\ \dee{x}

Full solution

If the curves intersect at (x,y)(x,y), then

(x2)2=(4a)2y2=(4a)24axx4=(4a)3xx4(4a)3x=0x(x3(4a)3)=0x=0orx3=(4a)3\begin{align*} \left(x^2\right)^2&=\left(4a\right)^2y^2 = (4a)^24ax\\ x^4&=(4a)^3 x\\ x^4&-(4a)^3x=0\\ x(&x^3-(4a)^3)=0\\ x&= 0 \quad\text{or}\quad x^3=(4a)^3 \end{align*}

The curves intersect at (0,0)(0,0) and (4a,4a)(4a,4a). (It is also possible to find these points by inspection.) Using vertical strips:

Figure from prob_s1.5, line 293

Figure from prob_s1.5, line 293

We want the yy-values of the functions. We write the top function as y=4axy =\sqrt{4ax} (we care about the positive square root, not the negative one) and we write the bottom function as y=x24ay=\frac{x^2}{4a}. Then we have

Area=04a[4axx24a] dx\begin{align*} \text{Area} = \int_0^{4a}\left[\sqrt{4ax}-\frac{x^2}{4a}\right]\ \dee{x} \end{align*}
Q6Stage 1Past exam · 2001D

Write down a definite integral that represents the area of the finite region bounded between the line x+12y+5=0x+12y+5=0 and the curve x=4y2x=4y^2. Do not evaluate the integral explicitly.

Hint

To find the intersection, plug x=4y2x=4y^2 into the equation x+12y+5=0x+12y+5=0.

Answer

125[112(x+5)+12x] dx\displaystyle\int_1^{25}\left[-\frac{1}{12}(x+5)+\frac{1}{2}\sqrt{x}\right]\ \dee{x}

Full solution

The curves intersect when x=4y2x=4y^2 and 0=4y2+12y+5=(2y+5)(2y+1)0=4y^2+12y+5 =(2y+5)(2y+1). So, the curves intersect at (1,12)(1,-\half) and (25,52)(25,-\frac{5}{2}). Using vertical strips:

Figure from prob_s1.5, line 330

Figure from prob_s1.5, line 330

we have

Area=125[112(x+5)+12x] dx\begin{align*} \text{Area} = \int_1^{25}\left[-\frac{1}{12}(x+5)+\frac{1}{2}\sqrt{x}\right]\ \dee{x} \end{align*}

2Stage 2Procedural

Practising the skill itself, until applying it is automatic.

Q7Stage 2Past exam · M105 2013A

Find the area of the region bounded by the graph of f(x)=1(2x4)2f (x) = \dfrac{1}{(2x-4)^2} and the xx–axis between x=0x = 0 and x=1x = 1.

Hint

If the bottom function is the xx-axis, this is a familiar question.

Answer

18\dfrac{1}{8}

Full solution

Figure from prob_s1.5, line 2

Figure from prob_s1.5, line 2

The area between the curve y=1(2x4)2y= \frac{1}{(2x-4)^2} and the xx-axis, with xx running from a=0a=0 to b=1b=1, is exactly the definite integral of 1(2x4)2\frac{1}{(2x-4)^2} with limits 00 and 11.

Area=01dx(2x4)2u=2x4,du=2 dx=12421u2du=12[1u]u=4u=2=12[1214]=18\begin{align*} \text{Area}&=\int_0^1 \frac{\dee{x}}{(2x-4)^2}&u=2x-4,\quad\dee{u}=2\ \dee{x}\\ &=\frac{1}{2}\int_{-4}^{-2}\frac{1}{u^2}\dee{u} = \frac{1}{2}\left[\frac{-1}{u}\right]_{u=-4}^{u=-2}\\ &=\frac{1}{2}\Big[\frac{1}{2}-\frac{1}{4}\Big] =\frac{1}{8} \end{align*}
Q8Stage 2Past exam · 2016Q2

Find the area of the finite region between the curves y=xy=x and y=3xx2y=3x-x^2, by first identifying the points of intersection and then integrating.

Hint

Part of the job is to determine whether y=xy=x lies above or below y=3xx2y=3x-x^2.

Answer

43\dfrac{4}{3}

Full solution

If the curves y=f(x)=xy=f(x)=x and y=g(x)=3xx2y=g(x)=3x-x^2 intersect at (x,y)(x,y), then

3xx2=y=xx22x=0x(x2)=0x=0orx=2\begin{align*} 3x-x^2&=y=x\\ x^2-2x&=0\\ x(x-2)&=0\\ x=0 \quad &\text{or} \quad x=2 \end{align*}

Furthermore, g(x)f(x)=2xx2=x(2x)g(x)-f(x) = 2x-x^2 = x(2-x) is positive for all 0x20\le x\le 2. That is, the curve y=3xx2y=3x-x^2 lies above the line y=xy=x for all 0x20\le x\le 2.

Figure from prob_s1.5, line 2

Figure from prob_s1.5, line 2

We therefore evaluate the integral:

02[(3xx2)x]dx=02[2xx2]dx=[x2x33]02=[483]0=43\begin{align*} \int_0^2 \big[ (3x-x^2) - x \big] \,\dee{x} = \int_0^2 [2x-x^2]\,\dee{x} = \bigg[x^2 - \frac{x^3}{3}\bigg]^{2}_{0} = \bigg[ 4-\frac{8}{3} \bigg] -0 = \frac{4}{3} \end{align*}
Q9Stage 2Past exam · 2015A

Calculate the area of the finite region enclosed by y=2xy = 2^x and y=x+1y = \sqrt x+1.

Hint

Guess the intersection points by trying small integers.

Answer

531log2\dfrac{5}{3}-\dfrac{1}{\log 2}

Full solution

The following sketch contains the graphs of y=2xy=2^x and y=x+1y=\sqrt{x}+1.

Figure from prob_s1.5, line 2

Figure from prob_s1.5, line 2

From the sketch, it looks like the two curves cross when x=0x=0 and when x=1x=1 and nowhere (To verify analytically that the curves have no other crossings, write f(x)=x+12xf(x)=\sqrt{x}+1-2^x and compute f(x)=12x(log2)2xf'(x)= \frac{1}{2\sqrt{x}}-(\log 2)2^x. Notice that f(x)f'(x) decreases as xx increases and so can take the value 00 for at most a single value of xx. Then, by the mean value theorem (or Rolle's theorem, which is Theorem 2.13.1 in the CLP-1 text), f(x)f(x) can take the value 00 for at most two distinct values of xx.) else. Indeed, when x=0x=0 we have 2x=x+1=12^x=\sqrt{x}+1=1 and when x=1x=1 we have 2x=x+1=22^x=\sqrt{x}+1=2.

To antidifferentiate 2x2^x, we write 2x=(elog2)x=exlog22^x={(e^{\log 2})}^x=e^{x\log 2}.

Area=01[(x+1)exlog2]dx=[23x3/2+x1log22x]01=23+11log2[21]=531log2\begin{align*} \text{Area} &= \int_0^1\big[(\sqrt{x}+1)-e^{x\log 2}\big]\,\dee{x} =\left[\frac{2}{3}x^{3/2}+x-\frac{1}{\log 2} 2^x\right]_0^1 \\ &=\frac{2}{3}+1-\frac{1}{\log 2}[2-1] =\frac{5}{3}-\frac{1}{\log 2} \end{align*}
Q10Stage 2Past exam · 2014A

Find the area of the finite region bounded between the two curves y=2cos(πx/4)y = \sqrt{2} \cos(\pi x/4) and y=xy = |x|.

Hint

Draw a sketch first. You can also exploit a symmetry of the region to simplify your solution.

Answer

8π1\dfrac{8}{\pi}-1

Full solution

Here is a sketch of the specified region.

Figure from prob_s1.5, line 493

Figure from prob_s1.5, line 493

Both functions are even, so the region is symmetric about the yy–axis. So, we will compute the area of the part with x0x\ge 0 and multiply by 22. The curves y=2cos(πx/4)y=\sqrt{2} \cos(\pi x/4) and y=xy=x intersect when x=2cos(πx/4)x=\sqrt{2} \cos(\pi x/4) or cos(πx/4)=x2\cos(\pi x/4)=\frac{x}{\sqrt{2}}, which is the case (The solution x=1x=1 was found by guessing. To guess a solution to cos(πx/4)=x2\cos(\pi x/4)=\frac{x}{\sqrt{2}} just ask yourself what simple angle has a cosine that involves 2\sqrt{2}. This guessing strategy is essentially useless in the real world, but works great on problem sets and exams.) when x=1x=1. So, using vertical strips as in the figure above, the area (including the multiplication by 2) is

201[2cos(πx/4)x]dx=2[24πsin(πx/4)x22]01=2[4π12]=8π1\begin{equation*} 2\int_0^1 \big[\sqrt{2} \cos(\pi x/4) - x\big]\,\dee{x} = 2\bigg[\sqrt{2}\,\frac{4}{\pi} \sin(\pi x/4)-\frac{x^2}{2}\bigg]_0^1 = 2\bigg[\frac{4}{\pi}-\frac{1}{2}\bigg] = \frac{8}{\pi}-1 \end{equation*}
Q11Stage 2Past exam · 2016Q2

Find the area of the finite region that is bounded by the graphs of f(x)=x2x3+1f(x) = x^2\sqrt{x^3+1} and g(x)=3x2g(x) = 3x^2.

Hint

Figure out where the two curves cross. To determine which curve is above the other, try evaluating f(x)f(x) and g(x)g(x) for some simple value of xx. Alternatively, consider xx very close to zero.

Answer

209\dfrac{20}{9}

Full solution

For our computation, we will need an antiderivative of x2x3+1x^2\sqrt{x^3+1}, which can be found using the substitution u=x3+1u=x^3+1, du=3x2dx\dee{u} = 3x^2\,\dee{x}:

x2x3+1dx=u13du=13u1/2du=13u3/23/2+C=29(x3+1)3/2+C.\begin{align*} \int x^2\sqrt{x^3+1} \, \dee{x} = \int \sqrt u \cdot \frac13\,\dee{u} = \frac13\int u^{1/2}\,\dee{u} = \frac13\cdot \frac{u^{3/2}}{3/2}+C = \frac29(x^3+1)^{3/2} + C. \end{align*}

The two functions f(x)f(x) and g(x)g(x) are clearly equal at x=0x=0. If x0x\ne0, then the functions are equal when

3x2=x2x3+13=x3+19=x3+18=x32=x.\begin{align*} 3x^2 &= x^2\sqrt{x^3+1} \\ 3 &= \sqrt{x^3+1} \\ 9 &= x^3+1 \\ 8 &= x^3 \\ 2 &= x. \end{align*}

The function g(x)=3x2g(x)=3x^2 is the larger of the two on the interval [0,2][0,2], as can be seen by plugging in x=1x=1, say, or by observing that when xx is very small f(x)=x2x3+1x2f(x)=x^2\sqrt{x^3+1}\approx x^2 and g(x)=3x2g(x)=3x^2.

Figure from prob_s1.5, line 536

Figure from prob_s1.5, line 536

The area in question is therefore:

02(3x2x2x3+1)dx=(x329(x3+1)3/2)02=(2329(23+1)3/2)(0329(03+1)3/2)=(86)(029)=209.\begin{align*} \int_0^2 \big( 3x^2 - x^2\sqrt{x^3+1} \big) \, \dee{x} &= \bigg( {x^3} - \frac29(x^3+1)^{3/2} \bigg) \bigg|_0^2 \\ &= \bigg( 2^3 - \frac2 9(2^3+1)^{3/2} \bigg) - \bigg( 0^3 - \frac29(0^3+1)^{3/2} \bigg) \\ &= \bigg( 8 - 6 \bigg) - \bigg( 0 - \frac 2 9 \bigg) =\frac{20}9. \end{align*}
Q12Stage 2Past exam · 2016Q2

Find the area to the left of the yy–axis and to the right of the curve x=y2+yx=y^2+y.

Hint

Think about whether it will easier to use vertical strips or horizontal strips.

Answer

16\dfrac{1}{6}

Full solution

First, let's figure out what our curve x=y2+y=y(y+1)x=y^2+y=y(y+1) looks like.

  • The curve intercepts the yy-axis when y=0y=0 and y=1y=-1.

  • The xx-values of the curve are negative when 1<y<0-1<y<0, and positive elsewhere.

This leads to the figure below. We're evaluating the area from y=1y=-1 to y=0y=0. Since y2+yy^2+y is negative there, the length of our (horizontal) slices are 0(y2+y)0-(y^2+y).

Area=10(0(y2+y))dy=[y33+y22]10=13+12=16\includegraphics\begin{align*} \text{Area}=\int_{-1}^0\big(0-(y^2+y)\big)\,\dee{y} = -\bigg[\frac{y^3}{3}+\frac{y^2}{2}\bigg]_{-1}^0 =-\frac13+\frac12 =\frac{1}{6}\quad \smash{{\includegraphics{quiz2M1prob2}}} \end{align*}
Q13Stage 2

Find the area of the finite region below y=9x2y=\sqrt{9-x^2} and above both y=xy=|x| and y=1x2y=\sqrt{1-x^2}.

Hint

Writing an integral for this is nasty. How can you avoid it?

Answer

2π2\pi

Full solution

Let's begin by sketching our region. Note that y=1x2y=\sqrt{1-x^2} and y=9x2y=\sqrt{9-x^2} are the top halves of circles centred at the origin with radii 1 and 3, respectively.

Figure from prob_s1.5, line 2

Figure from prob_s1.5, line 2

Our region is the difference of two quarter-circles, so we find its area using geometry:

Area=14(π32)14(π12)=2π\text{Area}=\frac{1}{4}\left(\pi\cdot 3^2\right)-\frac{1}{4}\left(\pi\cdot 1^2\right)=2\pi

3Stage 3Application

Further than practice: several ideas at once, or an unfamiliar situation.

Q14Stage 3Past exam · 2013A

The graph below shows the finite region between y=4+πsinxy = 4 + \pi \sin x and y=4+2π2xy = 4 + 2\pi - 2x.

Figure from prob_s1.5, line 652

Figure from prob_s1.5, line 652

Find the area of this region.

Hint

You are asked for the area, not the signed area. Be very careful about signs.

Answer

2[π14π2]2\Big[\pi-\frac{1}{4}\pi^2\Big]

Full solution

We will compute the area by using thin vertical strips, as in the sketch below:

Figure from prob_s1.5, line 671

Figure from prob_s1.5, line 671

By looking at the sketch above, we guess the line y=4+2π2xy = 4 + 2\pi - 2x intersects the curve y=4+πsinxy = 4 + \pi \sin x when x=π2,x=\frac{\pi}{2}, x=πx=\pi, and x=3π2x=\frac{3\pi}{2}. Let's make sure these are correct by plugging them into the two equations, and making sure the yy-values match:

xx4+2π2x4+2\pi-2x4+πsin(x)4+\pi\sin(x)match?
[5pt] π2\frac{\pi}{2}4+π4+\pi4+π4+\pi\checkmark
[5pt] π\pi4444\checkmark
[5pt] 3π2\frac{3\pi}{2}4π4-\pi4π4-\pi\checkmark
[5pt]

Also from the sketch, we see that:

  • When π2xπ\frac{\pi}{2} \le x \le \pi, the top of the strip is at y=4+πsinxy = 4 + \pi \sin x and the bottom of the strip is at y=4+2π2xy = 4 + 2\pi - 2x. So the strip has height [(4+πsinx)(4+2π2x)]\big[(4 + \pi \sin x)-(4 + 2\pi - 2x)\big] and width dx\dee{x}, and hence area [(4+πsinx)(4+2π2x)]dx\big[(4 + \pi \sin x)-(4 + 2\pi - 2x)\big]\dee{x}.

  • When πx3π2\pi \le x \le \frac{3\pi}{2}, the top of the strip is at y=4+2π2xy = 4 + 2\pi - 2x and the bottom of the strip is at y=4+πsinxy = 4 + \pi \sin x. So the strip has height [(4+2π2x)(4+πsinx)]\big[(4 + 2\pi - 2x)-(4 + \pi \sin x)\big] and width dx\dee{x}, and hence area [(4+2π2x)(4+πsinx)]dx\big[(4 + 2\pi - 2x)-(4 + \pi \sin x)\big]\dee{x}.

Now we can calculate:

Area=π/2π[(4+πsinx)(4+2π2x)] dx+π3π/2[(4+2π2x)(4+πsinx)] dx=π/2π[πsinx2π+2x] dx+π3π/2[2π2xπsinx] dx=[πcosx2πx+x2]π/2π+[2πxx2+πcosx]π3π/2=[ππ2+34π2]+[π254π2+π]=2[π14π2]\begin{align*} \hbox{Area} &= \int_{\pi/2}^\pi \big[(4 + \pi \sin x)-(4 + 2\pi - 2x)\big]\ \dee{x} +\int^{3\pi/2}_\pi \big[(4 + 2\pi - 2x)-(4 + \pi \sin x)\big]\ \dee{x}\\ &= \int_{\pi/2}^\pi \big[\pi \sin x- 2\pi + 2x\big]\ \dee{x} +\int^{3\pi/2}_\pi \big[2\pi - 2x- \pi \sin x\big]\ \dee{x}\\ &=\Big[-\pi \cos x- 2\pi x + x^2\Big]_{\pi/2}^\pi +\Big[2\pi x - x^2+ \pi \cos x\Big]^{3\pi/2}_\pi\\ &=\left[\pi-\pi^2+\frac{3}{4}\pi^2\right] +\left[\pi^2-\frac{5}{4}\pi^2+\pi\right]\\ &=2\Big[\pi-\frac{1}{4}\pi^2\Big] \end{align*}
Q15Stage 3Past exam · 1998A

Compute the area of the finite region bounded by the curves x=0x=0, x=3x=3, y=x+2y=x+2 and y=x2y=x^2.

Hint

You are asked for the area, not the signed area. Draw a sketch of the region and be very careful about signs.

Answer

316\dfrac{31}{6}

Full solution

First, here is a sketch of the region. We are not asked for it, but it is crucial for understanding the question.

Figure from prob_s1.5, line 744

Figure from prob_s1.5, line 744

The two curves y=x+2y=x+2 and y=x2y=x^2 cross at (2,4)(2,4). The area of the part between them with 0x20\le x\le 2 is:

02[x+2x2]dx=[12x2+2x13x3]02=2+483=103\begin{align*} \int_0^2 \big[x+2-x^2\big]\,\dee{x}=\Big[\frac{1}{2} x^2+2x-\frac{1}{3}x^3\Big]_0^2 =2+4-\frac{8}{3}=\frac{10}{3} \end{align*}

The area of the part between the two curves with 2x32\le x\le 3 is:

23[x2(x+2)]dx=[13x312x22x]23=992683+2+4=116\begin{align*} \int_2^3 \big[x^2-(x+2)\big]\,\dee{x}=\Big[\frac{1}{3}x^3-\frac{1}{2} x^2-2x\Big]_2^3 =9-\frac{9}{2}-6-\frac{8}{3}+2+4=\frac{11}{6} \end{align*}

The total area is 103+116=316\dfrac{10}{3}+\dfrac{11}{6}=\dfrac{31}{6}.

Q16Stage 3Past exam · 2016Q2

Find the total area between the curves y=x25x2y = x \sqrt{25-x^2} and y=3xy=3x, on the interval 0x40\le x\le 4.

Hint

You have to determine whether

  • the curve y=f(x)=x25x2y = f(x) = x \sqrt{25-x^2} lies above the line y=g(x)=3xy=g(x)=3x for all 0x40\le x\le 4 or

  • the curve y=f(x)y = f(x) lies below the line y=g(x)y=g(x) for all 0x40\le x\le 4 or

  • y=f(x)y=f(x) and y=g(x)y=g(x) cross somewhere between x=0x=0 and x=4x=4.

One way to do so is to study the sign of f(x)g(x)=x(25x23)f(x)-g(x) = x\big(\sqrt{25-x^2}-3\big).

Answer

263\dfrac{26}{3}

Full solution

We need to figure out which curve is on top, when. To do this, set h(x)=3xx25x2h(x) = 3x - x\sqrt{25-x^2}. If h(x)>0h(x) > 0, then y=3xy=3x is the top curve; if h(x)<0h(x)<0, then y=x25x2y=x\sqrt{25-x^2} is the top curve.

h(x)=3xx25x2=x[325x2]\begin{align*}h(x) &= 3x - x\sqrt{25-x^2} = x\left[3-\sqrt{25-x^2}\right]\end{align*}

We only care about values of xx in [0,4][0,4], so xx is nonnegative. Then h(x)h(x) is positive when:

3>25x29>25x2x2>16x>4\begin{align*}3&> \sqrt{25-x^2}\\ 9&> 25-x^2\\ x^2 & > 16\\ x&> 4\end{align*}

That is, h(x)h(x) is never positive over the interval [0,4][0,4]. So, y=x25x2y = x \sqrt{25-x^2} lies above y=3xy=3x for all 0x40\le x\le 4.

The area we need to calculate is therefore:

A=04[x25x23x]dx=04x25x2dx043xdx=A1A2.\begin{align*} A &= \int_0^4 \left[x \sqrt{25-x^2} - 3x\right]\,\dee{x} \\ &= \int_0^4 x \sqrt{25-x^2}\,\dee{x} - \int_0^4 3x\,\dee{x} \\&= A_1 - A_2. \end{align*}

To evaluate A1A_1, we use the substitution u(x)=25x2u(x) = 25-x^2, for which du=u(x)dx=2xdx\dee{u} = u'(x)\,\dee{x}= -2x\,\dee{x}; and u(4)=2542=9u(4)=25-4^2=9 when x=4x=4, while u(0)=2502=25u(0)=25-0^2=25 when x=0x=0. Therefore

A1=x=0x=4x25x2dx=12u=25u=9udu=[13u3/2]259=125273=983\begin{align*} A_1 &= \int_{x=0}^{x=4} x \sqrt{25-x^2}\,\dee{x} = -\frac{1}{2} \int_{u=25}^{u=9} \sqrt{u}\,\dee{u} = \left[-\frac{1}{3} u^{3/2} \right]_{25}^{9} = \frac{125 - 27}{3} = \frac{98}{3} \end{align*}

For A2A_2 we use the antiderivative directly:

A2=043xdx=[3x22]04=24\begin{equation*} A_2 = \int_0^4 3x\,\dee{x} =\left[ \frac{3x^2}{2} \right]_0^4 = 24 \end{equation*}

Therefore the total area is:

A=98324=263\begin{align*} A = \frac{98}{3} - 24 = \frac{26}{3} \end{align*}
Q17Stage 3

Find the area of the finite region below y=9x2y=\sqrt{9-x^2} and y=xy=x, and above y=1(x1)2y=\sqrt{1-(x-1)^2}.

Hint

Flex those geometry muscles.

Answer

7π812\dfrac{7\pi}{8}-\dfrac{1}{2}

Full solution

Let's begin by sketching our region. Note that y=9x2y=\sqrt{9-x^2} is the top half of a circle centred at the origin with radius 3, while y=1(x1)2y=\sqrt{1-(x-1)^2} is the top half of a circle of radius 1 centred at (1,0)(1,0).

Figure from prob_s1.5, line 2

Figure from prob_s1.5, line 2

Note y=xy=x intersects y=1(x1)2y=\sqrt{1-(x-1)^2} at (1,1)(1,1), the highest part of the smaller half-circle.

We can easily take the area of triangles and sectors of circles. With that in mind, we cut up our region the following way:

Figure from prob_s1.5, line 2

Figure from prob_s1.5, line 2

  • The desired area is A3(A1+A2)A_3-(A_1+A_2).

  • A1A_1 is the area of right a triangle with base 1 and height 1, so A1=12A_1 = \frac{1}{2}.

  • A2A_2 is the area of a quarter circle of radius 1, so A2=π4A_2=\frac{\pi}{4}.

  • A3A_3 is the area of an eighth of a circle of radius 3, so A3=9π8A_3 = \frac{9\pi}{8}

So, the area of our region is 9π812π4=7π812\dfrac{9\pi}{8} - \dfrac{1}{2}-\dfrac{\pi}{4}=\dfrac{7\pi}{8}-\dfrac{1}{2}.

Q18Stage 3

Find the area of the finite region bounded by the curve y=x(x24)y=x(x^2-4) and the line y=x2y=x-2.

Hint

These two functions have three points of intersection. This question is slightly messy, but uses the same concepts we've been practicing so far.

Answer

12213412\sqrt{2}-\dfrac{13}{4}

Full solution

The first function is a cubic, with intercepts at x=0,±2x=0,\pm2. The second is a straight line with a positive slope.

We need to figure out what these functions look like in relation to one another, so let's find their points of intersection.

x(x24)=x2x(x+2)(x2)=x2x2=0orx(x+2)=1x2+2x1=0x=2±44(1)(1)2x=1±2\begin{align*} x(x^2-4)&=x-2\\ x(x+2)(x-2)&=x-2\\ \boxed{\color{blue}x-2=0} \quad\text{or}\quad x(x+2)&=1\\ x^2+2x-1&=0\\ x &= \dfrac{-2\pm\sqrt{4-4(1)(-1)}}{2}\\ x&=\boxed{\color{red}-1\pm \sqrt{2}} \end{align*}

So, our three points of intersection are when x=2x=2 and when x=1±2{\color{red}x=-1\pm\sqrt{2}}. We note

12<1+2<1+4<2 .\textcolor{red}{-1-\sqrt{2}} <\textcolor{red}{ -1+\sqrt{2} }< -1+\sqrt{4}<\textcolor{blue}{2}\ .

So, we need to see which function is on top over the two intervals [12,1+2]\left[-1-\sqrt{2},-1+\sqrt{2}\right] and [1+2,2]\left[-1+\sqrt{2},2\right]. It suffices to check points in these intervals.

xxx(x24)x(x^2-4)x2x-2top function:
002-2x(x24)x(x^2-4)
1-31-1x2x-2

Since 0 is in the interval [12,1+2]\left[-1-\sqrt{2},-1+\sqrt{2}\right], x(x24)x(x^2-4) is the top function in that interval. Since 1 is in the interval [1+2,2]\left[-1+\sqrt{2},2\right], x2x-2 is the top function in that interval. Now we can set up the integral to evaluate the area:

Area=121+2[x(x24)(x2)] dx+1+22[(x2)x(x24)] dx=121+2[x35x+2] dx+1+22[x3+5x2] dx=[14x452x2+2x]121+2+[14x4+52x22x]1+22\begin{alignat*}{3}\text{Area}&=\int_{-1-\sqrt{2}}^{-1+\sqrt{2}}\left[x(x^2-4) - (x-2)\right]\ \dee{x} \quad&&+ \quad &&\int_{-1+\sqrt{2}}^{2}\left[(x-2)-x(x^2-4)\right]\ \dee{x}\\ &=\int_{-1-\sqrt{2}}^{-1+\sqrt{2}}\left[x^3-5x+2\right]\ \dee{x} \quad&&+ \quad &&\int_{-1+\sqrt{2}}^{2}\left[-x^3+5x-2\right]\ \dee{x} \\&=\left[\frac{1}{4}x^4 - \frac{5}{2}x^2+2x\right]_{-1-\sqrt{2}}^{-1+\sqrt{2}} \quad&&+ \quad &&\left[-\frac{1}{4}x^4 + \frac{5}{2}x^2-2x\right]_{-1+\sqrt{2}}^{2}\end{alignat*}

After some taxing but rudimentary algebra:

=(82)+(42134)=122134\begin{alignat*}{3}&=\left(8\sqrt{2}\right)+\left(4\sqrt{2}-\frac{13}{4}\right)=12\sqrt{2}-\frac{13}{4}\end{alignat*}

My list

nothing marked yet

Loading…

Open the whole list →

Your tutor can open this list with you. It follows your account, so it is there on whichever device you study on.

From the UBC Math 101 open textbook project, © Joel Feldman, Andrew Rechnitzer, Elyse Yeager and others. Licensed CC BY-NC-SA 4.0; this HTML adaptation is released under the same licence. Full attribution.