- #1
notastring
- 2
- 0
Homework Statement
A company wants to build a cylindrical can with a total surface area of 100 square inches, which includes the bottom and top of the can. Find the dimensions that maximize the volume.
Homework Equations
volume of a cylinder = 2*pi*r^2*h
surface area of cylinder = 2*pi*r^2 + 2*pi*r*h
The Attempt at a Solution
I wrote a huge wall of text detailing how I solved the problem, but when I went to post I had gotten logged out due to how much time I spent on the post. So I'm going to make this short and just explicate my process:
I took the formula for constant surface area 100 inches squared and solved for the height in terms of the radius. Then, I plugged that equation (h in terms of r) into the volume and took the derivative of the volume with respect to the radius.
I set the derivative equal to zero to find the radius that gives the max volume, and I got
r = sqrt(50/(pi*3))
Then I plugged r back into the equation for h in terms of r, and simplifying, I got:
h = sqrt(150/pi) - sqrt(50/(3*pi))
-----------------------------------------------------------------------------------------------
The answer sheet I have says that I should have gotten H = 2R. Indeed my answer reflects this, but should I have arrived at a general solution H = 2R instead of the exact answers I got? How would I go about solving this generally?
Was my approach fine? Could someone maybe solve it for me in an alternate manner? I would really appreciate iany advice. Thank you.