Lecture 21 - MTH101 IIT Kanpur
Lecture 21 - MTH101 IIT Kanpur
In this case, the cross sections of the solid (i.e, the slice) perpendicular to the x-axis are washers
instead of disks. Therefore this method of finding volume is called washer method.
Examples: 1. Let us find the volume generated by revolving the region bounded by y R= x, y = 2
4
and x = 0 about the x-axis (see Figure 2). By washer method the volume is V = 0 (f (x)2
2. A round hole of radius 3 cms is bored through the center of a solid sphere of radius 2 cms. Let us
find the volume cut out (see Figure 3). We know that the volume of the whole sphere is 43 r3 = 32
3 .
We will find the volume of the shaded region given in Figure 3 using the washer method. Note that
the regionR is revolved about the y-axis. We get
x2 +y 2 = 4
R 1the range2 for y by solving
R 1 the equations
and x = 3. By washer method the volume is 1 (f (y) 3)dy = 1 (4 y 2 3)dy = 4
3 . The
32
4
28
volume cut out is 3 3 = 3 .
Shell Method: Recall that in the washer method we consider the slices perpendicular to the
axis of revolution which look like washers. We now describe another method, called shell method,
in which we will consider the slices parallel to the axis of revolution which will look like shells.
2
Let D be a plane region between the graph of the function f : [a, b] R, a > 0, and the x-axis
as shown in Figure 4. We define the volume of the solid generated by revolving D about the y-axis
to be
Z
b
V =
2xf (x)dx.
a
This formula is motivated by the following fact. For x [a, b], consider the small interval I =
[x 4x/2, x + 4x/2] and the rectangle with the base I and the hight f (x) (see Figure 4). If
this rectangle is revolved about the y-axis, a cylindrical shell is generated and the shells volume is
2xf (x)4x.
Example : Consider the solid obtained by revolving the region bounded by the functions
y = x2 + x + 1, y = 1, and x = 1
about the line x = 2 (see Figure 5). Let us find the volume of the solid by the shell method. By
the shell method, the volume is
Z b
V =
2 (shell radius) (shell height) dx.
a
For each x from 0 to 1, we consider a shell (see FigureR 5). The shell radius at x is 2 x and the
1
shell height is x2 + x + 1 1. Therefore the volume is 0 2 (2 x) (x2 + x)dx.
Remark: In the last two lectures we defined area of some region and volume of some solid in
terms of some integral expressions. Note that we have not derived these integral expressions or the
formulae. We have given some justifications for the definitions. For example, in the shell method,
we approximated a shell by a cylindrical shell and justified the definition or the formula. Instead
of the cylindrical approximation, if we take some other approximation we may end up with some
other formula which may not give the same result. So in order to find the area of some region or
volume of some solid one has to use the definition (or say the formula). One should not try to
approximate the given region by some other region and derive the area or the volume in terms of
some integral expression.
Length of a plane curve: Let f : [a, b] R be a differentiable function such that f 0 is continuous.
Such a function is said to be smooth and its graph is said to be a smooth curve. We will describe
the length of such a curve in terms of an integral expression.
Let P : a = x0 < x1 < x2 ... < xn = b be a partition of [a, b]. Join (xk1 , f (xk1 )) and
(xk , f (xk )) by a straight line (see Figure 6). Then we define the length L of the curve to be
n q
X
L = lim
(4xk )2 + (f (xk ) f (xk1 ))2 .
kP k0
k=1
3
By MVT, there exists ck (xk1 , xk ) such that f (xk ) f (xk1 ) = f 0 (ck )4xk . Therefore
Z bp
n p
n p
X
X
2
0
2
0
2
(4xk ) + f (ck )(4xk ) = lim
1 + f (ck ) 4xk =
1 + f 0 (x)2 dx.
L = lim
kP k0
kP k0
k=1
k=1
Example: Consider the curve is given by {(a cos3 t, a sin3 t) : t [0, 2]} for some a > 0. The
length of this curve is
Z
L=
Z
q
2
2
2
2
(3a cos t sin t) + (3a sin t cos t) dt =
3a
3a | cos t sin t | dt = 4
2
sin 2tdt.
Example: Consider the cardioid r = a(1 + cos ), where a > 0, 0 2. The length of the
curve is
Z 2 p
Z 2
Z
2
L=
2a (1 + cos ) d = 2a
| cos(/2) | d = 4a
cos(/2)d = 8a.
0
Problem 1: The region bounded by the curve y = x2 + 1 and the line y = x + 3 is revolved about
the X-axis to generate a solid. Find the volume of the solid.
Solution: We use the washer method. The outer radius r2 (x) = x + 3 and the inner radius
r1 (x) = x2 + 1. Therefore, the volume is
Z1
V =
2
Problem 2: The region in the first quadrant bounded by the parabola y = x2 , the Y -axis and the
line y = 1 is revolved about the line x = 2 to generate a solid. Find the volume of the solid.
Solution: We use the shell method. Observe that shell radius is 2 x and the shell height is 1 x2 .
R1
The volume V = 2(2 x)(1 x2 )dx = 13
6 .
0