Analyzing the Geometry of the Flower-Bed
A circular sector is defined by its radius r and the central angle θ (measured in radians). The perimeter P of this sector consists of two straight radii and the curved arc length s.
Mathematically, the perimeter is expressed as:
P=2r+s
Given that the total wire available is
20 meters, we establish the primary constraint:
2r+s=20
The Art of Variable Reduction
We aim to maximize the area
A of the sector, which is given by the formula:
A=21r2θ
To simplify the optimization, we utilize the relationship between arc length, radius, and angle, defined as
s=rθ. Substituting this into our perimeter constraint, we obtain:
2r+rθ=20
By isolating
θ, we create a bridge between the perimeter constraint and the area formula:
θ=r20−2r=r20−2
Constructing the Area Function
Next, we substitute our expression for
θ into the area formula:
A=21r2(r20−2)
Distributing the
21r2 term across the parentheses yields:
A=21r2⋅r20−21r2⋅2
Simplifying this expression, we arrive at the elegant quadratic function:
A=10r−r2
The Calculus of Maximization
To find the maximum area, we determine the point where the rate of change is zero by differentiating
A with respect to
r:
drdA=10−2r
Setting the derivative to zero to find the critical point:
10−2r=0⇒r=5 meters
Substituting
r=5 back into our area function, we calculate the maximum area:
A=10(5)−(5)2=50−25=25 square meters
The Pro-Tip for JEE Success
For any circular sector with a fixed perimeter P, the area is always maximized when the radius is r=4P and the arc length is s=2P.
In this specific problem, where P=20, we confirm r=5 and s=10. This shortcut is a powerful tool to keep in your arsenal for competitive examinations.
The maximum area of the flower-bed is 25 m2.