Let $a$ and $b$ be real numbers. Find the minimum of $$\sqrt{a^2+b^2}+\sqrt{(a-1)^2+b^2}+\sqrt{a^2+(b-1)^2}+\sqrt{(a-1)^2+(b-1)^2}.$$
The problem is from an inequality book. While I was doing the problem myself, I got the following results:
From Minkowski's inequality, we have
$\sqrt{a^2+b^2}+\sqrt{(a-1)^2+b^2}+\sqrt{a^2+(b-1)^2}+\sqrt{(a-1)^2+(b-1)^2}\\ \geq \sqrt{(a+a-1+a+a-1)^2+(b+b-1+b+b-1)^2}\\ =\sqrt{(4a-2)^2+(4b-2)^2}\\ \geq \sqrt{8(2a-1)(2b-1)} \ \ \ \ \ \ \text{[From AM-GM]}$
Equality holds when $4a-2=4b-2\implies a=b$. And the minimum $\sqrt{8(2a-1)(2b-1)}=0$ when $a=b=\frac 12$.
Here, everything seemed right to me. But when I plugged in $a=b=\frac 12$ in the original expression, I didn't get the minimum $0$ rather I got $2\sqrt 2$.
When I checked the solution in the book, a geometric solution was given and the minimum was indeed $2\sqrt 2$. So, I couldn't find where my mistake is. It will be helpful for me if someone can find that. Other algebraic solutions are also welcome.
I'm not good at inequalities, so pardon silly mistakes. Thanks.
It seems to me that you misapply Minkowski's inequality. More accurately: \begin{align*} &\sqrt{a^2+b^2}+\sqrt{(a-1)^2+b^2}+\sqrt{a^2+(b-1)^2}+\sqrt{(a-1)^2+(b-1)^2}\\ &\geq\sqrt{2a^2+2(a-1)^2+2b^2+2(b-1)^2}\\ &=2\sqrt{\left(a-\frac{1}{2}\right)^2+\left(b-\frac{1}{2}\right)^2+\frac{1}{2}}.\end{align*} Then it's just like yours.