Minimize volume v of closed top container
subject to a surface area constraint surface area A= 6 pin m^2
The objective f(r,h) to minimize volume v=pi r^2h
subject to constraint
(pi)r^2+(pi)r^2+2(pi)rh=6 (pi) m^2


Minimize volume v of closed top container subject to a surface area constraint surface area A=...
1) Given a coccus bacterium with a radius of 0.85 micrometers, what is its surface area to volume ratio, assuming it has perfect geometry? Report your answer as a decimal, for example a surface area of 1 μm2 with a volume of 3 μm3 would would yield SA / V = 0.67 μm-1. Do not include units when reporting your answer. The formula for the volume of a sphere in the lab manual is incorrect. Here are the formulas for...
A box with a square base and open top must have a volume of 2048 c m 3 . We wish to find the dimensions of the box that minimize the amount of material used. The length of the base is x and the height is h. Since the base is a square, the surface area of just the base would be: Area = The surface area of just one side would be: Area = The surface area of all...
We were unable to transcribe this imageLet us denote the volume and the surface area of an n-dimensional sphere of adius R as V(OR)-VR and S(R)-S.),respectively (a) Find the relation between V(0) and S 1) (b) Calculate the Gaussian integral 3. (c) Calculate the same integral in spherical coordinates in terms of the gamma function re)-e'd (d) Obtain the closed forms of S,,(1) and V(1) (e) Calculate r5) and S.,0), p.(1) for n-1, 2, 3. (40 points)
Let us denote...
10. The volume V of right circular cylinder (Pepsi can) is V rah and surface area S is S=29p2 + 2wrh. Given the volume is 10 cm", express the surface areas in terms of just r.
6. Consider a cylinder with a surface area of 2 m2. Find the radius r and height h of such a cylinder so that the volume of the cylinder is a maximum. Given: For a cylinder, the surface area is S = 2^r2 + 2trh and the volume is V = arh (where r is the radius and h is the height of the cylinder). I (5)
(15 points - 3 points each) A rectangular storage container with open top is designed to have a volume of 10 cubic meters. The length of its base is twice its width. Assume the material for the base costs 10 dollars per square meter, and the sides 6 dollars per square meter. Assume also you wish to minimize the cost of a container of that volume. (a) Draw a sketch of the situation. (b) Write down the function to be...
1 = Consider a part with volume V = 5 x 10-6 m’, surface area A = 1x10-3 m², mass density P 5000 kg m-3, heat capacity Cp 500 J kg-1 K-1. The part initially has a uniform temperature of Tp : 500 °C. It is suddenly immersed in a fluid at To 25 °C with a heat transfer coefficient of h 20 W m = = -2 K-1 = Based on a control volume that encompasses the part and...
Identify the errors in this C program (struct - calculating volume, area of cylinder). Explain. #include <stdio.h> #define PI 3.14 typedef struct cylinder{ float r,h; float areacircle=2*PI*r; float areacylinder; float volumecylinder; areacylinder=2*PI*r*h+2*PI*r*r; volumecylinder=PI*r*r*h; }; int main() { float start,numcyls; printf("How many cylinders do you want? Enter a positive integer.\n"); scanf("%f",&numcyls); if(numcyls<1||ceilf(numcyls)!=numcyls) while() {printf("The number you have entered is not a positive integer. Please try again.\n"); printf("Remember,...
There is a small sphere with volume, V, surface area, As, and specific heat, c. The sphere was initially was at T, and was placed in liquid with temperature To and heat transfer coefficient h. Show the governing equation and temperature as a function of time when (i) Ti > To and (ii) Ti < T. You can use the lumped capacitance analysis. (20 pt) 3.
There is a small sphere with volume, V, surface area, As, and specific heat,...
A sphere of radius r has surface area A = 4πr2 and volume V = (4/3) πr3. The radius of sphere 2 is double the radius of sphere 1. (a)What is the ratio of the areas, A2/A1? (b)What is the ratio of the volumes, V2/V1?