SOLUTION: POLYNOMIAL BOX
Let's say that I have a 50cm x 60cm cardboard. My problem/task is to design a box (open top) that will get the greatest capacity or maximum volume of the cardboar
Algebra ->
Volume
-> SOLUTION: POLYNOMIAL BOX
Let's say that I have a 50cm x 60cm cardboard. My problem/task is to design a box (open top) that will get the greatest capacity or maximum volume of the cardboar
Log On
Question 800985: POLYNOMIAL BOX
Let's say that I have a 50cm x 60cm cardboard. My problem/task is to design a box (open top) that will get the greatest capacity or maximum volume of the cardboard can get. Thus, the size of the square to be cut will be my main problem such that the box will have a maximum capacity or volume. Each side of the square is represented by x. So my question is, what is the value of x so that the volume of the box will reach its maximum?
OPEN TOP
Height = (x)
Length = 60-2x
Width = 50-2x
Since, V=Length x Width x Height
P(x)= (60-2x)(50-2x)(x)
Thanks in Advance! :). Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! Let's say that I have a 50cm x 60cm cardboard. My problem/task is to design a box (open top) that will get the greatest capacity or maximum volume of the cardboard can get. Thus, the size of the square to be cut will be my main problem such that the box will have a maximum capacity or volume. Each side of the square is represented by x. So my question is, what is the value of x so that the volume of the box will reach its maximum?
OPEN TOP
Height = (x)
Length = 60-2x
Width = 50-2x
Since, V=Length x Width x Height
P(x)= (60-2x)(50-2x)(x)
---------------
P(x) = 4x^3 - 220x^2 + 3000x
Find the max of the function.
P'(x) = 12x^2 - 440x + 3000 = 0
Quadratic equation (in our case ) has the following solutons:
For these solutions to exist, the discriminant should not be a negative number.
First, we need to compute the discriminant : .
Discriminant d=3100 is greater than zero. That means that there are two solutions: .
Quadratic expression can be factored:
Again, the answer is: 27.6129406047167, 9.05372606194996.
Here's your graph:
===================
x = ~ 9.04 gives a volume of ~12096 cc
The 27... value is a local minimum.
---------
The function is not factorable, so I don't see a way to do it without using the derivative.