
Henry S. answered 10/27/20
Calculus Tutor with 7+ years of experience
a) Let's start with the volume of a cylinder:
V = πr2h ,
where r is the radius and h is the height. To express h in terms of r, we simply solve for h. So
h = V/(πr2) ,
and since we know the volume is 1200 cm3, we have
h = 1200/(πr2) .
b) The surface area of a (closed) cylinder is the area of the two end caps (the top and bottom) plus the area of the lateral surface, or
Asurface = Aends + Alateral .
The two end caps are circles, so that part of the area is
Aends = 2πr2
and the lateral surface is found by unraveling the surface into a rectangle whose base is the circumference of the end cap, and whose height is the height of the cylinder, or h. Thus,
Alateral = 2πr*h , so
Asurface = 2πr2 + 2πr*h .
Now, since we found h in terms of r for part a), we can say:
Asurface = 2πr2 + 2πr*1200/(πr2)
=πr2 + 2400/r2
=πr2 + 2400r-1
c) To minimize our values, we take the derivative of the surface area and set it equal to zero.
Asurface' = 4πr - 2400/r2 = 0
And now solve for r. We get
4πr = 2400/r2
4πr3 = 2400
r3 = 2400/4π
r=(2400/4π)1/3
r = 5.76 cm .
To find h, just plug in this value to the formula we derived for h:
h = 1200/(πr2)
= 1200/(π(5.76)2)
= 11.52 cm .
If you plug those values into our original formula for volume, you'll get 1200 cm3. Hope this helps!