Lecture 19
Lecture 19
on the interval, what is the area of the region bounded by the lines x = a, x = b and the curves
18.01 Calculus Jason Starr
Fall 2005
y = f (x), y = g(x)? This problem can be solved directly: the area is the difference of the area
between y = f (x) and the xaxis and the area between y = g(x) and the xaxis. Each of these is a
Riemann integral.
The differential method asks, what is the infinitesimal change in the area A as x varies from x
to x + dx? The infinitesimal region is a rectangle of base dx and height f (x) − g(x). Thus the
infinitesimal change in A is,
x(x2 − 3) = 2.
The remaining intersection point is (2, 2). So the area bounded by the curve y = x(x2 − 3) and the
tangent line y = 2 is,
� x=2 � 2
2
2 − (x(x − 3))dx = −x3 + 3x + 2dx.
x=−1 −1
3. Volumes of solids of revolutions: the disk method. If the region in the xyplane bounded
by x = a, x = b, y = f (x) and the xaxis is revolved through xyzspace about the xaxis, what is
the volume of the resulting solid? The solid is called a solid of revolution. The disk method applies
the method of differentials to solve this problem. As x increases from x to x + dx, the corresponding
infinitesimal region of the solid is essentially a disk. The width of the disk is dx. The area of the
disk is π[f (x)]2 . Thus the infinitesimal volume of the disk is,
dV = Area × width = π[f (x)]2 dx.
Thus the volume is, � � x=b
V = dV = π[f (x)]2 dx.
x=a
Example. Find the volume of a right circular cone whose base has radius R and whose vertex has
height H above the base.
The cone is the solid of revolution for the plane region bounded by x = 0, the xaxis, and the line
containing (0, R) and (H, 0). The equation of this line is,
(H − x)R
y= .
H
Thus the area of an infinitesimal disk is,
(H − x)2 R2
dV = Area × width = π dx,
H2
and the volume is,
x=H
(H − x)2 R2
� �
V = dV = π dx.
x=0 H2
Making the substitution u = H − x, du = −dx gives,
� u=0 � 3 �0
R2 2 R2 u �
V = π 2 u (−du) = π 2 − �� .
u=H H H 3 H
Evaluating gives the volume,
V = πR2 H/3.
In particular, the antiderivative of u2 is responsible for the denominator 3 in the formula for the
volume.
Example. Find the volume of a sphere of radius R.
The sphere of radius R is√the solid of revolution for the plane region bounded by the xaxis and
the upper semicircle y = R2 − x2 . Thus the volume is,
� x=R √ � R �R
x3 ��
�
2 2 2 2 2 2
V = π[ R − x ] dx = π(R − x )dx = π R x − � .
x=−R −R 3 −R
18.01 Calculus Jason Starr
Fall 2005
4. The slice method. A generalization of the disk method is the slice method. The problem
is to find the volume of a region bounded by the planes x = a and x = b given the knowledge
of the area A(x) of the slice of the solid by the plane containing (x, 0, 0) parallel to the yzplane.
As x increases from x to x + dx, the corresponding infinitesimal region of the solid is essentially
a cylinder. The width of the cylinder is dx. And the area is the area A(x) of the slice. Thus the
infinitesimal volume of the cylinder is,
Example. Find the volume of the “corner” region bounded by the xyplane, the xzplane, the
yzplane, and the plane containing (L, 0, 0), (0, L, 0) and (0, 0, L).
This region is bounded by the planes x = 0 and x = L. The xslice of the region is a right isosceles
triangle. The base and altitude of the triangle both equal f (x), where y = f (x) is the equation of
the line passing through (0, L) and (L, 0). This equation is,
f (x) = L − x.
Evaluating gives,
V = L3 /6.
Thus the “corner” takes up one sixth of the corresponding cube of edge length L.
18.01 Calculus Jason Starr
Fall 2005
5. Volumes of solids of revolution: the washer method. A variation on the disk method
is the washer method. A washer is the solid obtained by removing from a larger disk a concentric
smaller disk of the same width. If the outer radius of the washer is ro and the inner radius is ri ,
then the net area of the washer is,
Example. The main part of a dog dish is a solid of revolution whose radial crosssection is a
triangle of height H whose base has inner radius Ri and outer radius Ro . Find the volume of
material used to make the dog dish.
Note. This integral was only setup in lecture. The derivation will be completed in recitation.
Here is the complete derivation. Denote by x the height along the altitude of the triangle. Thus x
varies from x = 0 to x = H. When x = H, the inner radius and outer radius are each equal to the
average (Ri + Ro )/2 of the two radii. Both radii depend linearly on x.
The equation for the inner radius increases linearly from ri = Ri at x = 0 to ri = (Ri + Ro )/2 at
x = H. Thus,
H − x Ri + Ro x
ri (x) = Ri + .
H 2 H
Similarly, the equation for the outer radius decreases linearly from ro = Ro at x = 0 to ri =
(Ri + Ro )/2 at x = H. Thus,
H − x Ri + Ro x
ro (x) = Ro + .
H 2 H
This is interesting in its own right. Using this factorization, the net area of the region between the
2 circles, called an annulus, equals
� �
2 2 ro + ri
π(ro − ri ) = 2π (ro − ri ).
2
Note the first factor is the circumference of the center of the annulus. And the second factor is the
radial width of the annulus. Thus the area of an annulus is the circumference of the center times
the radial width.
18.01 Calculus Jason Starr
Fall 2005
One reality check is that this is the same volume as a cylinder with the same center (Ri + Ro )/2
and height H as the dish, and whose (constant) radial width equals the average radial width of the
dish, (Ro − Ri )/2.