What Are the Optimal Dimensions for a Tank to Minimize Metal Usage?

Renzokuken
Messages
13
Reaction score
0
1.A petrochemical company is designing a cylindrical tank with hemispherical ends to be used in transporting its products. If the volume of the tank is to be 10,000 cubic meters what dimensions should be used to minimize the amount of metal required?



2. V=pi*r^2 + 4/3*pi*r^3
SA= 4*pi*r^2+2*pi*r*h




3. 10000=pi*r^2*h+4/3*pi*r^3
solved for h=-4(pi*r^3-7500)/(3*pi*r^2)
pluged h into SA and then took the partial derivative = 8(pi*r^3-7500)/(3r^2)
r=13.36
Then i pluged r into V equation to solve for h, but h=0 and i don't think it is supposed to
 
Physics news on Phys.org
Renzokuken said:
V=pi*r^2 *h + 4/3*pi*r^3
SA= 4*pi*r^2+2*pi*r*h

The fact that you get h = 0 tells you something: the figure with the smallest possible surface area for a given volume is a sphere. (The sphere is one example of what are called "minimal surfaces".) This is related to why soap bubbles are round. Since the problem posed no constraints requiring there to be a cylindrical section for the tank, h = 0 will be the correct result. (In fact, many countries use spherical tanks, appropriately supported, to store natural gas, etc.)
 
Last edited:
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