Okay so the question is:
If $a,b$ are positive real numbers satisfying $a^2+b^2=1$, then the minimum value of $a + b + \frac{1}{ab}$ is?
The answer (without any reasoning) provided by the book is $2+\sqrt 2$. So I assume the reason would be that, if we draw a circle in a $a-b$ 2d plane then since $a, b$ are positive we take the points $(\frac{1}{\sqrt 2},\frac{1}{\sqrt 2})$ and put in the equation so then we get that result.
But here is how I did it initially: Use AM-GM inequality then $a + b + \frac{1}{ab} \geq 3$
Then we can clearly see $3$ is smaller than $2+\sqrt 2$.
Am I missing something here?? Thanks in advance.
First of all, there is no contradiction between the two approaches... The minimum value of $2+\sqrt{2}$ is inded $\ge 3$. You can get the minimum by using the method of lagrange multipliers. The (local) minima will be stationary points of $$ F(a,b,\lambda) = a + b + \frac{1}{ab} - \lambda(a^2+b^2-1). $$
You can compute them and get the mentioned result.