Question
Find the dimensions of a rectangle with perimeter 40 cm that has maximum area. Also, find the equation of the tangent to at .
Solution — Step by Step
Let length = , breadth = . Perimeter: .
Area
For maximum area:
Second derivative: → confirms maximum.
So , . The rectangle is actually a square with side 10 cm. Maximum area = 100 sq cm.
. At : . Point is .
Slope of tangent
Tangent equation: (the x-axis).
Why This Works
graph TD
A["Derivative Application: What is asked?"] --> B["Rate of change?"]
A --> C["Tangent/Normal equation?"]
A --> D["Maxima/Minima?"]
B --> E["dy/dx at the given point"]
C --> F["Find dy/dx = slope m at point"]
C --> G["Tangent: y - y₁ = m x - x₁"]
C --> H["Normal: y - y₁ = -1/m times x - x₁"]
D --> I["Step 1: Find dy/dx = 0 → critical points"]
D --> J["Step 2: Check d²y/dx²"]
J --> K["d²y/dx² < 0 → Maximum"]
J --> L["d²y/dx² > 0 → Minimum"]
J --> M["d²y/dx² = 0 → Use first derivative test"]
The derivative gives us the instantaneous rate of change. For geometric interpretation, it is the slope of the tangent line. For optimization, critical points (where derivative = 0 or undefined) are candidates for maxima/minima.
The second derivative test tells us the nature of the critical point: if the curve bends downward (), it is a local maximum; if it bends upward (), it is a local minimum.
Optimization problems are CBSE board favourites. Common setups: maximum area of rectangle inscribed in a circle, maximum volume of cylinder inscribed in a sphere, minimum surface area for a given volume. The approach is always the same: express the quantity to optimize in terms of one variable, differentiate, set to zero, verify with second derivative.
Alternative Method
For the rectangle problem, you could use AM-GM inequality: for fixed perimeter , the product is maximum when (AM-GM equality condition). This avoids calculus entirely and is faster for JEE MCQs.
In general: among all rectangles with a given perimeter, the square has the maximum area. Among all shapes with a given perimeter, the circle has the maximum area. These facts alone can solve many optimization MCQs.
Common Mistake
Not checking boundary values in optimization. When a problem has constraints (like for our rectangle), the maximum or minimum could occur at the boundary, not just at critical points. Compare the function value at all critical points AND at the endpoints. The absolute maximum is the largest of these values. Students often find the critical point and stop without checking boundaries — this can give wrong answers for constrained problems.
Rate of change: at a point
Tangent at :
Normal at :
Critical points: or undefined
Second derivative test: → max, → min