Given that $a$ and $b$ are positives such that $\sqrt{a + 2b} = 2 + \sqrt{\dfrac{b}{3}}$, calculate the minimum value of $$\large \frac{a}{\sqrt{a + 2b}} + \frac{b}{\sqrt{b + 2a}}$$
I have provided two solutions, one comes out of stupidity and the other is a result of guesstimates. There should and must be better solutions.
We have that $$\frac{a}{\sqrt{a + 2b}} + \frac{b}{\sqrt{b + 2a}} + \sqrt{\frac{b}{3}} \ge \frac{(a + b + b)^2}{a\sqrt{a + 2b} + b\sqrt{b + 2a} + b\sqrt{3b}}$$
$$\ge \frac{(a + 2b)^2}{a\sqrt{a + 2b} + b\sqrt{(1 + 1)(b + 2a + 3b)}} = \frac{(a + 2b)^2}{a\sqrt{a + 2b} + 2b\sqrt{a + 2b}} = \frac{(a + 2b)^2}{(a + 2b)\sqrt{a + 2b}} = \sqrt{a + 2b}$$
$$\implies \frac{a}{\sqrt{a + 2b}} + \frac{b}{\sqrt{b + 2a}} \ge \sqrt{a + 2b} - \sqrt{\frac{b}{3}} = 2$$
The equality sign occurs when $a = b = 3$.