Application of Derivatives: Application Problems (7)

easy 2 min read

Question

A rectangular sheet of metal has dimensions 24 cm×9 cm24\text{ cm} \times 9\text{ cm}. Equal squares of side xx cm are cut from each corner, and the sides are folded up to form an open box. Find xx for which the volume is maximum.

Solution — Step by Step

After folding, length = 242x24 - 2x, width = 92x9 - 2x, height = xx.

V(x)=x(242x)(92x)V(x) = x(24 - 2x)(9 - 2x)

(242x)(92x)=21648x18x+4x2=21666x+4x2(24 - 2x)(9 - 2x) = 216 - 48x - 18x + 4x^2 = 216 - 66x + 4x^2.

V=x(21666x+4x2)=216x66x2+4x3V = x(216 - 66x + 4x^2) = 216x - 66x^2 + 4x^3
dVdx=216132x+12x2=0\frac{dV}{dx} = 216 - 132x + 12x^2 = 0

Divide by 12: x211x+18=0x^2 - 11x + 18 = 0. Solving: x=11±121722=11±72x = \dfrac{11 \pm \sqrt{121 - 72}}{2} = \dfrac{11 \pm 7}{2}, giving x=9x = 9 or x=2x = 2.

xx must be less than 9/2=4.59/2 = 4.5 (since width 92x>09 - 2x > 0). So x=9x = 9 is rejected. Take x=2x = 2.

d2Vdx2=132+24x\dfrac{d^2V}{dx^2} = -132 + 24x. At x=2x = 2: 132+48=84<0-132 + 48 = -84 < 0. So x=2x = 2 is indeed a maximum.

x=2 cmx = 2\text{ cm} gives the maximum volume.

Why This Works

For an optimisation problem, we express the quantity to be maximised as a function of one variable, set the first derivative to zero, and check the second derivative for the type of extremum. The constraints (positive dimensions here) eliminate spurious critical points.

The cubic structure here is typical of “open-box” problems, which appear regularly in CBSE board exams.

Alternative Method

AM-GM inequality on x(242x)(92x)x \cdot (24 - 2x) \cdot (9 - 2x) — but the three factors are not symmetric, so we cannot apply AM-GM directly. Substitution and calculus is the cleanest path.

Common Mistake

Forgetting the constraint that all dimensions must be positive. x=9x = 9 comes out as a critical point but yields a negative width, so it is geometrically invalid. Always check that critical points satisfy the physical constraints of the problem.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next