Patrick B. answered 11/20/20
Math and computer tutor/teacher
Cost function
Cost(R,h) = 2*pi*R^2* 0.06 + 2*pi*R*H*0.03
= 0.12*pi*R^2 + 0.06*pi*R*h
However, the VOLUME is FIXED at 450...
pi*R^2*H = 450
H = 450/(pi*R^2)
substitutes...
0.12*pi*R^2 + 0.06*pi*R*(450)/(pi*R^2)
= 0.12*pi*R^2 + 0.06*450/R
= 0.12*pi*R^2 + 27/R
= Cost(R) is the cost function in terms of R
= C(r)
minimizing...
0= dC/dr = 0.24*pi*R - 27 *R^(-2)
0 = 0.24*pi*R^3 - 27
R^3 = 27/ (0.24*pi)
cube root...
R = 3/ (0.24*pi)^(1/3)
= 3 * (0.24*pi)^(2/3) / (0.24*pi)