What is the optimal ratio of height to radius for a cone with minimum cost?

  • Thread starter Thread starter BayernBlues
  • Start date Start date
BayernBlues
Messages
61
Reaction score
0

Homework Statement



http://img128.imageshack.us/img128/3923/12mx7.png

Homework Equations





The Attempt at a Solution



c=0.06(pie)r^2+0.06(pie)r(k/pie(r^2))

c'=0.06(pie)r - 0.06kr^-2
r^3=k^1/3 / (pie^1/3)

h/r= 1/1

I'm not sure if what I did here is right. I didn't put all the steps up there.
 
Last edited by a moderator:
Physics news on Phys.org
ANSWER DIRECT FROM INDIA

yup you have the right answer r/h does = 1

if you briefly want the steps just to check

COST = 0.12*(pie)*r*h + 0.06*(pie)*r^2

find derivative U get

-(K * 0.12)/(r^2) + 0.12*(pie)*r

equate this derivative to zero

thus -K + (pie)*(r^3) = 0

THUS (pie)*(r^3) = K


but K = (p)*(r^2)*h

thus r = h
:wink::wink::wink::wink::wink::wink::wink::wink::wink:
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top