SOLUTION: An open box with a square base is to have a volume of 108 cubic inches. Find the dimensions of the box that will have minimum surface area. How do I construct a rational functi

Algebra ->  Rational-functions -> SOLUTION: An open box with a square base is to have a volume of 108 cubic inches. Find the dimensions of the box that will have minimum surface area. How do I construct a rational functi      Log On


   



Question 1137049: An open box with a square base is to have a volume of 108 cubic inches. Find the dimensions of the box that will have minimum surface area.
How do I construct a rational function that will help solve the scenario above in terms of x?
x = length and h = height.

Found 3 solutions by ikleyn, Edwin McCravy, AnlytcPhil:
Answer by ikleyn(52776) About Me  (Show Source):
You can put this solution on YOUR website!
.
The volume equation is  


    x^2*h = 108.     (1)


The surface area expression for the open box is  


    A(x,h) = x^2 + 4xh.     (2)


So, you need to find dimensions which minimize the function A(x,h) (2)  under the condition (1).


To solve the problem, express h = 108%2Fx%5E2 from (1) and substitute it into (2), making A function of only one variable x:


    A(x) = x^2 + 4x*108%2Fx%5E2 = x^2 + 432%2Fx.    (3)


Now you have this function A(x) of one variable x, and you should find its minimum.


Differentiate; equate the derivative to zero


    A'(x) = 2x - 432%2Fx%5E2 = 0

and get


    2x^3 - 432 = 0  ====>  x^3 = 432/2 = 216  ====>  x = root%283%2C216%29 = 6.


Answer.  x= 6;  h = 108%2Fx%5E2 = 108%2F6%5E2 = 108%2F36 = 3.

Solved.


Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!
If the box is flattened it will look like this:
A square base whose dimensions are x inches by x inches, and
4 equal flaps each of whose dimensions are x inches by h inches:



The formula for the volume is:

V+=+l%2Aw%2Ah with V = 108 in³, l = length = x, and width = w = x, and height = x

108+=+x%2Ax%2Ah
108+=+x%5E2h
108%2Fx%5E2=h

The formula for the surface area, the square base whose dimensions are x
inches by x inches, plus 4 equal flaps each of whose dimensions are x inches
by h inches is:

S+=+x%5E2%2B4hx and we substitute 108%2Fx%5E2 for h

S+=+x%5E2%2B4%28108%2Fx%5E2%29x
S+=+x%5E2%2B432%2Fx
S+=+x%5E2%2B432x%5E%28-1%29
%28dS%29%2F%28dx%29=2x-432x%5E%28-2%29
Set that = 0
2x-432x%5E%28-2%29=0
Divide through by 2:
x-216x%5E%28-2%29=0
Rewrite x-2 as x² in the denominator
x-216%2Fx%5E2=0
Multiply through by LCD = x²
x%5E3-216=0
x%5E3=216
x=6 in

Then use:

108%5E%22%22%2Fx%5E2=h
108%5E%22%22%2Fx%5E2=h 
108%5E%22%22%2F6%5E2=h
108%2F36=h
3=h

Edwin

Answer by AnlytcPhil(1806) About Me  (Show Source):
You can put this solution on YOUR website!
Ikelyn is right that I made a mistake. My face is red!
I forgot to cancel an x. I corrected it below.
Edwin