mfb said:
Make it symmetric.
A maximum of ab is also a maximum of ab/8=xy where x=a/2 and y=b/4. Now we have the additional condition ##\sqrt{1-x^2}+\sqrt{1-y^2}=\frac 3 2##
It is quite easy to see that xy is maximized when x=y, or ##1-x^2=1-y^2=\frac {9} {16}##, which leads to ##x=y=\frac{\sqrt{7}}{2}## and therefore ##a=\sqrt{7}##, ##b=\frac{\sqrt{7}}{2}##
I like this restatement -- it cleans things up nicely.
I'd probably run the argument in full with convexity and ##GM \leq AM## as below.
- - - -
The map ##f(u) = \sqrt{1-u^2}## is strictly negative convex (over real solutions) as confirmed by second derivative test.
Hence we have
##\frac{3}{4} = \frac{1}{2}\sqrt{1-x^2} +\frac{1}{2}\sqrt{1-y^2} = E\big[f(u)\big] \leq f(E\big[u\big]) = \sqrt{\frac{1}{2}(1-x^2) + \frac{1}{2}(1-y^2) } = \sqrt{1-\big(\frac{x^2 + y^2}{2}\big)} ##
with equality
iff ##x = y## by strict convexity.
- - - - - -
edit:
To make this coherent it's better to for me to say I'm using the mapping
##f(u)=\sqrt{u}##
not ##f(u) = \sqrt{1-u^2}##
as pointed out by
@Charles Link
This function is is still strictly negative convex, and gives us the above inequality.
In the interest of clarity, it should say
"with equality
iff ##(1-x^2) = (1-y^2)## by strict
negative convexity. This is equivalent to ##x^2 = y^2##. Since our domain is confined to real non-negative ##x, y## this is equivalent to insisting on ##x = y \geq 0##"
- - - - - -
Taking advantage of positivity, square both sides.
##\frac{9}{16} \leq 1-\big(\frac{x^2 + y^2}{2}\big)##
##- \frac{7}{16} \leq -\big(\frac{x^2 + y^2}{2}\big)##
multiply by negative one
## \frac{x^2 + y^2}{2} \leq \frac{7}{16} ##
recognizing that our actual objective function is maximized iff ##xy## is maximized, we see
##xy = \big(x^2y^2\big)^\frac{1}{2} \leq \frac{x^2 + y^2}{2} \leq \frac{7}{16}##
By ##GM \leq AM## and the the above inequality. Our function reaches maximum
iff x = y.