We need to know the formula for the surface area of a can. You can either look it up, or figure it out yourself. I'll figure it out myself:
A can contains 2 circles of the same size (the top and bottom), their area is: pi*r^2 (well times 2 since there are two circles).
and a rectangle "rolled" into the uhh tube of the can, area is: w*h
To the surface area of our can is:
A{r,w,h} = 2*pi*r^2 + w*h
now our surface area is a function of 3 variables, which is probably freaking you out. We need to reduce it to 1 variable. Radius looks like a good variable to use, so lets try to get rid of w and h.
first off, if you think about it, the width of the rectangle part of the can (the tube) is the same as the circumference of the lid (circle). So:
w=2*pi*r
So lets rewrite our function:
A{r,h} = 2*pi*r^2+2*pi*r*h
ok now we need to get rid of h:
The volume of the can is 500=pi*r^2*h
solving that for h and we will have h in terms of r, which we can then use to substitute into our surface area function.
h = 500/(pi*r^2)
rewriting surface area again:
A{r} = 2*pi*r^2+2*pi*r*500/(pi*r^2)
cleaning that up a little:
A{r} = 2*pi*r^2 + 1000/r
Now it is just a matter of taking the derivative with respect to r, setting that equal to 0, and solving for r to find the critical point(s). Test these points to find which one (if there is more than one), is a minimum. Then you will know the value for r that minimizes the surface area of the can. You can plug back into the equation h = 500/(pi*r^2) to find the height once you know the radius.
/e
I'm using the same logic as TritonV8, although I got a different answer. Hehe, so one of us made a minor mistake somewhere, I'll try to find it.
/ee
Think I found it:
Quote (TritonV8 @ Nov 1 2013 04:58pm)
SA = (pi)r^2 + 2(pi)rh
Ah Triton is modelling the surface area of a "can" with no lid, and I'm modelling for one with a lid. That is the difference.
This post was edited by Azrad on Nov 1 2013 06:17pm