Solve Lowest Cost Cuboid Volume Problem - Philipp

  • Thread starter Thread starter philipp2020
  • Start date Start date
  • Tags Tags
    Search
AI Thread Summary
The problem involves finding the lowest cost for a cuboid with a volume of 2 square meters, where the sides are made of material that costs twice as much as the square base. The equations formed include the volume equation V = x^2 * h and a cost equation based on surface area. The correct approach involves substituting h from the volume equation into the cost equation and then taking the derivative to find the minimum cost. The discussion highlights the need for clarity in the steps taken to reach the solution, particularly in differentiating and solving for critical points. Ultimately, the solution confirms that the dimensions of 2 meters for the base and 0.5 meters for height are correct.
philipp2020
Messages
34
Reaction score
0
hi

today i have another problem where i am not sure

Here is the question:

A cuboid, made of an square ground and which is open on the top should have the volume of 2 squaremeters. The costs for the material of the 4 sides have the double price as for the material of the square ground. Search for the cuboid with the lowest cost...

So I formed 2 equations for this problem:

1: V = x^2 * h -----> 2 = x^2 * h --->

2: 2 x^2 = 4 * x* h ------> h = 1/2 x

At the end I received a result for a length of 2 meter for square side's bottom and a hight of 0.5 meter. The result seems to be right. But I don't know if the way I solved it afterwards is right or not.

Can somebody show me the right forms for the way to the result?

Thanks very much

Philipp
 
Physics news on Phys.org
Your first equation is good, but you can rearrange it to solve for h. This will allow you to make a substitution in your second equation so you'll only be dealing with one variable.

For your second equation, you need the surface area, which is:

x^2 + 4xh

Since the side material is twice as expensive as the bottom material, the cost of the surface area material will be the cost of the bottom material (unimportant) times this:

x^2 + 2 * 4xh

Substitute for h (from your first equation).

Take the derivative.

Set the derivative equal to zero.

You will wind up with the same answer you gave, although you didn't really explain how you got there.
 
and then out of x^2 + 16 *1/x

derivate:

2x - 16x^-2 = 0

An then i try to find the 0 points of this equation with a discriminant?

But how can I if there is a minus exponation. How can I find the minimum now?
 
ok thanks i found the way. Just multiply with x^2 and there it is

aaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Back
Top