Help with dreaded word problem

  • Thread starter Thread starter illjazz
  • Start date Start date
  • Tags Tags
    Word problem
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
9 replies · 3K views
illjazz
Messages
59
Reaction score
0

Homework Statement


If 1200 cm^2 of material is available to make a box with a square base and an open top, find the largest possible volume of the box.


Homework Equations


- Differentiation rules
- Magic?


The Attempt at a Solution


First, I drew a square. I drew little squares in the corners of the big square. The sides of the little squares I labeled y. Each side of the big square has a length of [tex]\sqrt{1200}[/tex]. The length of the sides of the box that is to be built is [tex]\sqrt{1200} - 2y[/tex] and is labeled x.
The volume of the box is given by

[tex]V=yx^2[/tex]

We know [tex]x=\sqrt{1200}-2y=20\sqrt{3}-2y[/tex]

So we get a function

[tex]V(y)=y(20\sqrt{3}-2y)^2[/tex]

The next step, I presume, is to take the derivative of this function. Then we have

[tex]V'(y)=4(3y^2-40y\sqrt{3}+300)[/tex]

As a first step in finding a maximum for this function, I set V' equal to zero:

[tex]4(3y^2-40y\sqrt{3}+300)=0[/tex]

I get

[tex]y=0[/tex] or [tex]y=10\sqrt{3}[/tex] by asking my calculator.

(Trying to calculate the "zeroes" for this equation by hand ends in disaster..

Here's my attempt:

[tex]12y^2-160y\sqrt{3}+1200=0[/tex]

[tex]12y^2-160y\sqrt{3}=-1200[/tex]

[tex]3y^2-40y\sqrt{3}=-300[/tex]

[tex]y^2-\frac{40\sqrt{3}}{3}y=-100[/tex]

Eh!?

How would I go from here to get the zeroes? That's just a side question..)

So, now I can make a number line, or a "wiggle graph":

[tex]V'(-1)=40(40\sqrt{3}+303)[/tex], which is positive.
[tex]V'(1)=-40(40\sqrt{3}+303)[/tex], which is positive.
[tex]V'(10\sqrt{3}+1)=40(20\sqrt{3}+3)[/tex], which is positive...

Code:
---+-----------+--------------------+------
---------(0)---------(10\sqrt{3})-----------

Hmm.. they're not supposed to be all positive. How am I supposed to find a maximum if V' never goes from positive to negative? There is obviously something wrong here..
 
on Phys.org
Redbelly98 said:
I interpret that to mean the total surface area of the box (excluding the top, which is open) is 1200 cm^2.

Yes, but as I understand it, that does not change the volume of the box. The volume will be the same, regardless of whether there is a top, no?
 
How so? I don't think I'm following. I mean I see what you're saying, but I don't see how it affects the volume, which is what I'm after :/

Setting this issue aside, does my process otherwise look correct?
 
illjazz said:
[tex]V'(y)=4(3y^2-40y\sqrt{3}+300)[/tex]

As a first step in finding a maximum for this function, I set V' equal to zero:

[tex]4(3y^2-40y\sqrt{3}+300)=0[/tex]

I get

[tex]y=0[/tex] or [tex]y=10\sqrt{3}[/tex] by asking my calculator.

Are you familiar with the Quadratic Formula? And do you see why y=0 is clearly not a solution to this equation?
 
Redbelly98 said:
The process is otherwise correct, yes. Set the derivative of V equal to zero to find the maximum.

V = x^2 y, as you said.
If you substitute a different expression for x (in terms of y) than the one you did, you'll get a different maximum volume.
Even though we're not counting the "top" of the box, a side's length will still be
[tex]x=\sqrt{1200}-2y[/tex], will it not? If this is where my error lies, I do not see it.

Redbelly98 said:
Are you familiar with the Quadratic Formula? And do you see why y=0 is clearly not a solution to this equation?
I am, of course. I did have to raise my eyebrow when I calculated V'(0). I got 1200! Obviously can't be right.. that's what my calculator gave me for solving that equation though.

I do see why it isn't possible.. also, I'm stuck on the by-hand method of solving the equation for zero, as I mentioned. Arg.. you just addressed that by mentioning the quad formula! I'll give that a try.

Also, what's up with getting all positive values on the "wiggle graph"? I think the problem I'm having right now is understanding just what I'm missing. Since this is kind of a multilayered problem and I seem to have more than one mistake in there, I'm having trouble piecing it all together. If the foundation is unstable, the rest of the construct can't be faring too well...
PHP:
 
The wiggle graph isn't reliable until you've found the zeroes, so I wouldn't worry about that just yet. I get a negative V' for y=6, by the way, so once you've gotten the zeroes from the quadratic formula it should work out.

Even though we're not counting the "top" of the box, a side's length will still be
x=sqrt(1200-2y), will it not? If this is where my error lies, I do not see it.
You have assumed that the box is to be cut out of a 1200 cm^2 square piece of material, which I'm not certain is right. Another interpretation of the problem statement is: find the total surface area of the box in terms of x and y, and set that expression equal to 1200.

At the very least you'll get points for finding a function maximum using calculus, which is the real goal of this type of problem.
 
You seem to be assuming that you start with a 1200 sq. cm. piece of material, cut out square corners and then turn up the sides to form a box. That is not the only way to make a box! Suppose you just cut out the bottom and four sides separately, then glued them together? That way, you don't throw away any material. Exactly what values x and h (height of the box) can be depend on the shape of the original piece which can be anything.

Suppose the square bottom has sides of length x and the height is h. Then the volume is V= x2h. The base has area x2 and the four sides each have area xh so the whole thing has area x2+ 4xh. If you cut the base and sides as efficiently as possible, x2+ 4xh= 1200. You can solve that for h and by replacing h in x2h by that, get V as a function of x only.