
Ron G. answered 04/13/16
Tutor
4.4
(26)
Multiple levels Math, Science, Writing
OK. The area of the rectangle - the thing you want to maximize - is LW. Length times width. A = LW.
But since the thing is inscribed in a circle, the rectangle's diagonal must equal the circle's diameter.
This is described by L2 + W2 = (2R)2 = 4R2 = 1764 in2.
We can solve this constraint for either L or W. I solved it for W.
W2 = 1764 - L2 or W = (1764 - L2)(1/2)
And substitute this for W in the equation for area:
A = L (1764 - L2)(1/2)
A is maximized when dA/dL = 0.
dA/dL = (1764 - L2)(1/2) - (1764 - L2)(-1/2)L2
= (1764 - L2)(-1/2) [(1764 - L2) - L2]
= 0 if 1764 - 2L2 = 0
Heck with solving this for L by hand. I used Wolfram Alpha. And got
L = 29.7
W = 29.7 = L
The inscribed rectangle with the maximum area is a square. Cheers!