Question
A rectangular sheet of metal has dimensions . Equal squares of side are cut from each corner and the flaps are folded up to form an open box. Find the value of that maximises the volume of the box.
(CBSE 12 Board / JEE Main pattern)
Which Application? A Decision Flowchart
Before solving, we need to recognise what type of derivative application we are dealing with. Here is the strategy:
flowchart TD
A[Derivative Application Problem] --> B{What is asked?}
B -->|Rate of something changing| C[Rate of Change]
B -->|Equation of tangent/normal| D[Tangent & Normal]
B -->|Maximum or minimum value| E[Maxima / Minima]
C --> C1[Identify variable & time relation]
C1 --> C2["Differentiate w.r.t. time: dy/dt"]
D --> D1["Find dy/dx at given point"]
D1 --> D2["Tangent: y - y1 = m(x - x1)"]
D1 --> D3["Normal: slope = -1/m"]
E --> E1["Express quantity in one variable"]
E1 --> E2["Set f'(x) = 0, find critical points"]
E2 --> E3["Use second derivative test"]
Solution — Step by Step
After cutting squares of side from each corner and folding:
- Length of box =
- Width of box =
- Height of box =
Expanding:
Setting :
Using the quadratic formula:
So or
Since the width is 36 cm, we need , giving . So is rejected.
For :
Since , this is a maximum.
Why This Works
Optimization problems follow a fixed recipe: express the quantity to maximise (or minimise) as a function of a single variable, differentiate, find critical points, and test them. The second derivative test tells us whether a critical point is a maximum () or minimum ().
The constraint (dimensions must be positive) eliminates one root automatically. This is typical of CBSE/JEE problems where physical constraints narrow down the answer.
Alternative Method — First Derivative Test
Instead of computing , check the sign of around :
- For slightly less than : (increasing)
- For slightly more than : (decreasing)
Sign changes from to , confirming a local maximum. This method is more reliable when at the critical point (which happens in some tricky JEE problems).
In JEE Main, about 70% of Application of Derivatives questions are maxima/minima. The remaining split between rate of change and tangent/normal. Always start by classifying the problem type — it saves you from applying the wrong technique.
Common Mistake
Students often forget to check the domain constraint. In this problem, both and and must hold simultaneously, giving . Picking the root outside this range gives a meaningless answer — negative dimensions.
Another frequent slip: forgetting the factor of 2 in "". Each corner loses a square from both sides, so the total reduction in length is , not .