Let $H=\{(x,y)\in R^2: y>0\}$, and let $f:H\to R$ be defined by $$f(x,y)=\frac{2+\sqrt{(1+x)^2+y^2}+\sqrt{(1-x)^2+y^2}}{\sqrt y}.$$ Show that $f$ attains its minimum on $H$ at a unique point and find that point.
The numerator is the perimeter of the triangle with vertices $(\pm 1,0), (x,y)$. The denominator is the root of its area. I can use the isoperimetric inequality for triangles (and that the equality is achieved for regular triangles) to solve this. But could I solve this if I didn't know the inequality? Dealing with partial derivatives seems to be too cumbersome. Or is the purpose of this problem to prove the isoperimetric inequality? If so, how do I prove it (and that the equality is achieved for regular triangles)?
Hint:
Use that $$ a^2+b^2 \geq {1\over 2}(a+b)^2$$
Then :
$$\sqrt{(1+x)^2+y^2} \geq {1\over \sqrt{2}}(1+x+y)$$ and
$$\sqrt{(1-x)^2+y^2} \geq {1\over \sqrt{2}}(1-x+y)$$ so
$$f(x,y)\geq \frac{2+ \sqrt{2}(1+y)}{\sqrt y}\geq {2\sqrt{\sqrt{2}(2+\sqrt{2})y}\over \sqrt{y}} =2\sqrt{2\sqrt{2}+2}$$ Last inequality is between AG and GM ($a+b\geq 2\sqrt{ab}$).