Minimizing Surface Area of a Can

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 6K views
JJV19
Messages
2
Reaction score
0
This is what i have so far

SA = 2(pi)r^2 + 2(pi)r(245.45 / (pi)r^2)

Derivative of SA = - 490.9r^2 + 4(pi)r

0 = -490.9r^2 + 4(pi)r

and I'm stuck at this step.. I've tried a bunch of things to try and solve for r but i can't seam to get a logical answer for the radius of the minimized pop can
 
Physics news on Phys.org
minimise, that's something new, well to minimise why just not have a can at all? make r=0. this is one of the roots of the equation you gave me and it it the only min turnning point as d^2/dx^2 at the point is greater than 0. Moreso the other root 0.025 has d^2y/dx^2 less than 0 making it a maximum turnning point. The working follows:

0 = -490.9r^2 + 4(pi)r
0=r(-490.9r+4(pi))
hence r=0 or 490.9r=4(pi)
r=0 or r=0.02559
 
JJV19 said:
This is what i have so far

SA = 2(pi)r^2 + 2(pi)r(245.45 / (pi)r^2)

Derivative of SA = - 490.9r^2 + 4(pi)r

0 = -490.9r^2 + 4(pi)r

and I'm stuck at this step.. I've tried a bunch of things to try and solve for r but i can't seam to get a logical answer for the radius of the minimized pop can

You didn't differentiate S correctly. According to your post,

[tex]S=2\pi r^{2} + 2\pi r(\frac{245.45}{\pi r^{2}}) = 2\pi r^{2} + \frac{490.9}{r}[/tex]

and

[tex]\frac{dS}{dr}=4\pi r - 490.9r^{2}[/tex]

Do you see where your error is?
 
JohnDuck said:
You didn't differentiate S correctly. According to your post,

[tex]S=2\pi r^{2} + 2\pi r(\frac{245.45}{\pi r^{2}}) = 2\pi r^{2} + \frac{490.9}{r}[/tex]

and

[tex]\frac{dS}{dr}=4\pi r - 490.9r^{2}[/tex]

Do you see where your error is?


thanks a lot both of you lol .. it's funny how the simple mistakes often cause the most grief