Let $a,b,c$ be non-negative real numbers with $a^2+b^2+c^2=1$. What is the maximum value of $$2\sqrt 6ab+8bc?$$
I solved this problem in the following way:
By AM-GM, $$2\sqrt 6ab\leq\sqrt{22}a^2+\frac{3\sqrt2}{\sqrt{11}}b^2\\ 8bc\leq \frac{8\sqrt2}{\sqrt{11}}b^2+\sqrt{22}c^2$$ Summing them gives $$2\sqrt 6ab+8bc\leq \sqrt{22}(a^2+b^2+c^2)=\sqrt{22}$$ Equality holds when $(a,b,c)=\left(\frac{\sqrt3}{\sqrt{22}},\frac {1}{\sqrt2},\frac{2}{\sqrt{11}}\right)$.
Finding the coefficients is quite difficult in this solution. So, I want to know what other methods can be used to solve these kinds of problems.
Let $k$ be a maximal value.
Thus, $k>0$ and the inequality $$2\sqrt6ab+8bc\leq k(a^2+b^2+c^2)$$ or $$kb^2-2(\sqrt6a+4c)b+k(a^2+c^2)\geq0$$ is true for any reals $a$, $b$ and $c$,which says $$(\sqrt6a+4c)^2-k^2(a^2+c^2)\leq0$$ or $$(k^2-6)a^2-8\sqrt6ac+(k^2-16)c^2\geq0,$$ for which we need $k^2>16$ and $$96-(k^2-6)(k^2-16)=0,$$ which gives $$k^2(k^2-22)=0$$ or $$k=\sqrt{22}.$$
The equality occurs for $b=\frac{\sqrt6a+4c}{\sqrt22}$,$a=\frac{4\sqrt6b}{22-6}$ and $a^2+b^2+c^2=1,$ id est, occurs, which says that we got a maximal value.