Application of Derivatives: Exam-Pattern Drill (8)

medium 3 min read

Question

A rectangular sheet of cardboard 24 cm by 18 cm has equal squares cut from its four corners. The sides are then folded up to form an open-top box. Find the side length xx of the cut squares that maximizes the volume of the box. (CBSE-pattern problem — appeared in 2022.)

Solution — Step by Step

After cutting squares of side xx from each corner and folding, the box has:

  • length =242x= 24 - 2x
  • width =182x= 18 - 2x
  • height =x= x

Volume:

V(x)=x(242x)(182x)V(x) = x(24 - 2x)(18 - 2x)

Expanding:

V(x)=x(43248x36x+4x2)=x(43284x+4x2)=4x384x2+432xV(x) = x(432 - 48x - 36x + 4x^2) = x(432 - 84x + 4x^2) = 4x^3 - 84x^2 + 432x

V(x)=12x2168x+432V'(x) = 12x^2 - 168x + 432

Set to zero:

12x2168x+432=0    x214x+36=012x^2 - 168x + 432 = 0 \implies x^2 - 14x + 36 = 0

x=14±1961442=14±522=7±13x = \frac{14 \pm \sqrt{196 - 144}}{2} = \frac{14 \pm \sqrt{52}}{2} = 7 \pm \sqrt{13}

So x73.6=3.4x \approx 7 - 3.6 = 3.4 cm or x10.6x \approx 10.6 cm.

The valid range is 0<x<90 < x < 9 (since width 182x>018 - 2x > 0). So x=7133.4x = 7 - \sqrt{13} \approx 3.4 cm.

V(x)=24x168V''(x) = 24x - 168. At x=713x = 7 - \sqrt{13}: V=24(713)168=2413<0V'' = 24(7 - \sqrt{13}) - 168 = -24\sqrt{13} < 0. Maximum confirmed.

x=7133.39x = 7 - \sqrt{13} \approx 3.39 cm gives maximum volume.

Why This Works

Optimization with constraint: the volume is a cubic in xx, so V(x)=0V'(x) = 0 gives two critical points. The physical constraint 0<x<90 < x < 9 rules out the larger root. The second derivative test confirms which is a maximum.

This problem template — “open box from a rectangular sheet” — appears in CBSE board exams and JEE Main almost every other year. Memorize the three-step pattern: write VV as a function, set V=0V' = 0, check second derivative.

For optimization, always state the domain of the variable. A cubic has two critical points, but only one usually lies in the feasible region. The other is mathematical noise.

Alternative Method

For a square sheet of side aa, the optimal cut is x=a/6x = a/6. For a non-square sheet, no clean closed form exists — solve the quadratic numerically. Some shortcut formulas in coaching books assume a square sheet — don’t trust those for rectangular cases.

Common Mistake

Students take both roots of V(x)=0V'(x) = 0 as valid answers, or pick the wrong one. Always check the domain: the cut depth xx must be less than half the shorter side (99 cm here), so x10.6x \approx 10.6 is geometrically impossible.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next