$$f(x,y)=\frac{4}{x^2+y^2+1}+2 xy \\ \text{within the domain: }1/5\leq x^2+y^2\leq 4$$
I am able to find the maximum of the function at $x^2+y^2=4$ by substituting x,y for $\cos(t)$ and $\sin(t)$ and I am able to start working for a solution in the lower boundary:
$$ x=\frac{1}{\sqrt5}\cos(t), \ y=\frac{1}{\sqrt5}\sin(t) \\ \frac{4}{\frac{6}{5}}+\frac{2}{\sqrt5}(\cos(t)\sin(t))\\ \frac{df}{dt}=\frac{2}{\sqrt5}\cos(2t)=0\\ \tan(t)=1\\ x=\frac{1}{\sqrt5}\lvert\cos(\frac{\pi}{4})\rvert \ , \ \ y=\frac{1}{\sqrt5}\lvert\sin(\frac{\pi}{4})\rvert \\ x=\pm\frac{1}{\sqrt{10}},y=\pm\frac{1}{\sqrt{10}}$$
When i resubstitute this into the original function I get the wrong answer.
$$f\left(\frac{1}{\sqrt{10}},\frac{1}{\sqrt{10}}\right)=\frac{4}{\frac{12}{10}}+\frac{2}{10}=53/15 $$
Also how can we be sure that $f(x,x)$ will suffice to solve the equation? I mean don't you have to account for the other variable y aswell?
Lastly I was unable to understand how you performed the last step where you introduce $p(u)\geq g(4)$ What is p(u)?.
– Strange Brew Nov 11 '14 at 19:09