Lance P. answered 11/16/19
SWAG--UM (Students Will Achieve Greatness & Understanding in Math)
Greetings to you,
Your question deals with the subject of optimization and using the calculus techniques of the first derivative to obtain a "minimum or maximum," buzzwords for optimization, value. Thus you will need two equations, one that models the length of the wire and one that models the surface area of a cuboid figure. Note that the wire equation will be the one to undergo the first derivative with the keyword "minimum" associated with it.
The word cuboid is a fancy word for a rectangular prism that appears to be a cube, like a rubics cube, so by drawing and sketching a picture, one can develop the surface area equation model and this same model will be use to derive the length of the wire, which is used to construct the cuboid.
Step 1: Find Surface Area Equation Model
Surface Area = 2B + Ph → two times the area of the base plus the perimeter of the base times the height
x = width;
3x = length or "base" in the description above;
h = height
B = Area of the base = (x·3x) = 3x2; P = Perimeter of base = (x + x + 3x + 3x) = 8x
Surface Area = 2(3x2) + 8xh → 6x2 + 8xh
Set equation equal to 5096 cm2 as follows: 5096 = 6x2 + 8xh
Use algebra to solve and isolate for variable h as follows: h = (5096 - 6x2) ÷ 8x
Step 2: Find Equation Model for length of wire strand
To do this, you will add up all the edges (12 edges in total to be exact) of your cuboid diagram/sketch to get the following organized and group according to their three dimensions.
Lw = (x + x + x + x) + (3x + 3x + 3x + 3x) + (h + h + h + h) which simplifies to the following below:
Lw = (4x) + (12x) + (4h)
Lw = 16x + 4h
Plugging in the surface area expression solved in terms of h yields the following:
Lw = 16x + 4(5096 - 6x2) ÷ 8x → Lw = 2548x-1 + 13x
Step 3: Find minimized value via 1st Derivative and solve for x
Lw = 2548x-1 + 13x
L' = -2548x-2 + 13
0 = -2548x-2 + 13
2548x-2 = 13
x = ±14, so we choose the positive result for it does not makes logical sense to have a negative length in our model, thus x = 14 cm.
Step 4: Find h value
h = (5096 - 6x2) ÷ 8x
h = (5096 - 6(14)2) ÷ (8(14)) → 35 cm
Step 5: Find minimum wire length using L equation
Lw = 16x + 4h → 16(14cm) + 4( 35 cm) = 91 cm is the minimum length needed to build a cuboid that has a surface area 5096 cm2