16: The condition that the rectangle is inscribed in the half-circle means that two verteces must be on the diameter and two on the half-circle itself. Connecting one such vertex with the center of the circle one gets a useful triangle.

The resulting equation

(x/2)2 + y2 = R2

allows one to get rid of y.

The function

should be maximized over the set M = [0,2R] (the longest side of a rectangle in a half-circle cannot be longer than the diameter). Use the appropriate algorithm.

Actually, an experienced problem solver would maximize the function g(x) = 2f (x) in order to get rid of constants that do not influence the outcome.

Next hint
Answer