Surface Area of Shoe Box Shape to Maximize Volume

AI Thread Summary
To maximize the volume of a shoe box made from a 3 feet by 4 feet cardboard, squares of side length x are cut from each corner. The dimensions of the resulting box are expressed as length L = 4 - 2x, width W = 3 - 2x, and height H = x. The volume V is calculated using the formula V = L * W * H. The goal is to determine the outside surface area of the box while maximizing this volume.
JuliusDarius
Messages
25
Reaction score
0

Homework Statement


Imagine you have a rectangular piece of cardboard measuring 3 feet by 4 feet. You know that if you cut a square out of each corner, you can fold the pieces together and tape them together to make an object that looks like a shoe box:http://www.omahamathtutor.com/wp-content/uploads/2012/03/shoebox.png
What is the outside surface area of this shoe box shape that maximize the volume?



Homework Equations


2ab + 2bc + 2ac


The Attempt at a Solution


Not sure where to start
 
Physics news on Phys.org
V = L*W*H

Then express the length, width, and height in terms of x after you remove those four squares from the 4 x [STRIKE]12[/STRIKE] 3 rectangle.
 
Last edited:
Bohrok said:
V = L*W*H

Then express the length, width, and height in terms of x after you remove those four squares from the 4x12 rectangle.

Could you show me how to do that?
 
The length is originally 4, then you cut off two segments of length x from both ends of that side, so L = 4 - 2x. Same thing for the width.

After cutting out the four squares, you have four flaps that fold up; what would be the height of these flaps?
 
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top