$a$, $b$ and $c$ are positives such that $\dfrac{1}{a} + \dfrac{1}{b} + \dfrac{1}{c} \le 3$. Calculate the maximum value of $$\large \frac{1}{\sqrt{a^2 - ab + 3b^2 + 1}} + \frac{1}{\sqrt{b^2 - bc + 3c^2 + 1}} + \frac{1}{\sqrt{c^2 - ca + 3a^2 + 1}}$$
I want to ask if there are any other solutions that are more practical, please. This was taken directly from an exam I recently took. I have posted a solution below if anyone to check out.
We have that $$a^2 - ab + 3b^2 + 1 = (a^2 - ab + b^2) + b^2 + (b^2 + 1) \ge ab + b^2 + 2b = b(a + b + 2)$$
$$\implies \frac{1}{\sqrt{a^2 - ab + 3b^2 + 1}} \le \frac{1}{\sqrt{b(a + b + 2)}} = \frac{2}{\sqrt{4b(a + b + 2)}} \le \frac{1}{4b} + \frac{1}{a + b + 2}$$
Using Titu's Lemma for $(1, 1, 2)$ and $(a, b, 2)$, we have that $\dfrac{16}{a + b + 2} \le \dfrac{1}{a} + \dfrac{1}{b} + 2$.
$$\implies \frac{1}{4b} + \frac{1}{a + b + 2} \le \frac{1}{4b} + \frac{1}{16}\left(\frac{1}{a} + \frac{1}{b} + 2\right) = \frac{1}{16}\left(\frac{1}{a} + \frac{5}{b} + 2\right)$$
$$\implies \frac{1}{\sqrt{a^2 - ab + 3b^2 + 1}} \le \frac{1}{16}\left(\frac{1}{a} + \frac{5}{b} + 2\right)$$
In conclusion,
$$\sum_{cyc}\frac{1}{\sqrt{a^2 - ab + 3b^2 + 1}} \le \frac{1}{16}\left(\frac{6}{a} + \frac{6}{b} + \frac{6}{c} + 6\right)$$
$$ = \frac{3}{8}\left(\frac{1}{a} + \frac{1}{b} + \frac{1}{c} + 1\right) \le \frac{3}{8}\left(3 + 1\right) = \frac{3}{2}$$
The equality sign happens when $a = b = c = 1$.