The dimensions of the bin that will minimize the surface area are:
Base side (x): 7.5cm
Height (y): 36.13cm
Let's express the surface area and volume of the box in terms of x and y:
Surface area (A):
A = 2x^2 + 4xy
Volume (V)V = x^2y
We are given that the volume of the box must be 1715cm3:
1715cm3 = x^2y
Solving for y, we get:
y = 1715/x^2
Now, we want to minimize the surface area (A) subject to the constraint that the volume (V) is 1715cm3. We can use Lagrange multipliers to solve this optimization problem.
L(x, y, λ) = A - λ(V - 1715)
L(x, y, λ) = 2x^2 + 4xy - λ(x^2y - 1715)
Taking partial derivatives of L with respect to x, y, and λ, we get:
∂L/∂x = 4x + 4y - 2λxy = 0
∂L/∂y = 4x - λx^2 = 0
∂L/∂λ = -x^2y + 1715 = 0
Substituting V = x^2y into the third partial derivative, we get:
∂L/∂λ = -V + 1715 = 0
Solving these equations simultaneously, we get:
x = 7.5
y = 36.13