Let $a,b,c\ge 0: a+b+c=3.$ Prove that $$ \frac{3\sqrt{86}}{43}\le \frac{1}{\sqrt{2a^2+2bc+17}}+\frac{1}{\sqrt{2b^2+2ca+17}}+\frac{1}{\sqrt{2c^2+2ab+17}}\le \frac{\sqrt{21}}{7}$$ I tried to prove stronger inequaliy by C-S $$\frac{1}{2a^2+2bc+17}+\frac{1}{2b^2+2ca+17}+\frac{1}{2c^2+2ab+17}\le \frac{1}{7}$$But when I check $a=b=0$ the inequality leads to reverse one $$\frac{2}{17}+\frac{1}{18+17}=\frac{87}{595}>\frac{1}{7}$$ Also by Hölder $$\sum_{cyc}\frac{1}{\sqrt{2a^2+2bc+17}}=\sum_{cyc}\frac{\sqrt{a}}{\sqrt{2a^2+2bc+17}}.\frac{1}{\sqrt{a}}\le \sqrt{\sum_{cyc}\frac{a}{2a^2+2bc+17}.\sum_{cyc}\frac{1}{a}}\le \frac{\sqrt{21}}{7}$$ by squaring, we need to prove $$\sum_{cyc}\frac{a}{2a^2+2bc+17}.\sum_{cyc}\frac{1}{a}\le \frac{9}{21}$$ I'm stuck here. Hope to see some helps. Thank you for your help.
Update. Now I see that $$\sum_{cyc}\frac{a}{2a^2+2bc+17}.\sum_{cyc}\frac{1}{a}\le \frac{9}{21}$$is wrong when $a=b=0.$
Also, I check @TATAbox comment that$$\frac{1}{\sqrt{2a^2+2bc+17}}+\frac{1}{\sqrt{2b^2+2ca+17}}+\frac{1}{\sqrt{2c^2+2ab+17}}\ge \frac{3\sqrt{86}}{43}$$ is true
Let $$f(a,b,c)=\frac{1}{\sqrt{2 a^2+2 b c+17}}+\frac{1}{\sqrt{2 a c+2 b^2+17}}+\frac{1}{\sqrt{2 a b+2 c^2+17}}$$
With $c=3-a-b$ we get
$$g(a,b)=f(a,b,3-a-b)=\frac{1}{\sqrt{2 a^2+2 b (-a-b+3)+17}}+\frac{1}{\sqrt{2 a (-a-b+3)+2 b^2+17}}+\frac{1}{\sqrt{2 (-a-b+3)^2+2 a b+17}}$$
Now we want to find the maximum of $g(a,b)$:
$$\nabla _{\{a,b\}}g(a,b)=\begin{pmatrix} \frac{b-2 a}{\left(2 a^2-2 a b-2 (b-3) b+17\right)^{3/2}}+\frac{-2 a-3 b+6}{\left(2 a^2+6 a (b-2)+2 (b-6) b+35\right)^{3/2}}+\frac{2 a+b-3}{\left(-2 a b-2 (a-3) a+2 b^2+17\right)^{3/2}} \\ \frac{a+2 b-3}{\left(2 a^2-2 a b-2 (b-3) b+17\right)^{3/2}}+\frac{-3 a-2 b+6}{\left(2 a^2+6 a (b-2)+2 (b-6) b+35\right)^{3/2}}+\frac{a-2 b}{\left(-2 a b-2 (a-3) a+2 b^2+17\right)^{3/2}} \end{pmatrix}=0$$
The solution point here is $a= 1, b= 1$.
Now we have to check the Hessian Matrix at the solution point:
$$H |_{a=1,b=1}=\left( \begin{array}{cc} -\frac{4}{49 \sqrt{21}} & -\frac{2}{49 \sqrt{21}} \\ -\frac{2}{49 \sqrt{21}} & -\frac{4}{49 \sqrt{21}} \\ \end{array} \right)$$
is negative definite, hence we've got a maximum.
Finally we obtain the maximum value $$g(1,1)=f(1,1,1)=\sqrt{\frac{3}{7}}=\frac{\sqrt{21}}{7}$$
Other possible solution points are smaller
$$g(0,0)=g(3,0)=g(0,3)=\frac{1}{\sqrt{35}}+\frac{2}{\sqrt{17}}<\sqrt{\frac{3}{7}}$$
q.e.d.