Given numbers $a$ and $b$; $a, b \ge 1.$
I'm trying to prove $$a\sqrt{b-1} +b\sqrt{a - 1} \le ab.$$ Also conditions for turning it to equality. I tried to use AM-GM to the $(a - 1)(b - 1)$, which less than ab, but got nothing.
Applying AM-GM to $a\sqrt{b-1}$ and $b\sqrt{a - 1}$ also didn't give me some result. How can i do it?
We have $\sqrt{x-1}\leq x/2$: this is because the LHS is concave and tangent-line equality occurs at $x=2$. So we have $$ a\sqrt{b-1}+b\sqrt{a-1}\leq a(b/2)+b(a/2) =ab $$