Given positives $a, b, c$, prove that $$\large \frac{a}{(b + c)^2} + \frac{b}{(c + a)^2} + \frac{c}{(a + b)^2} \ge \frac{9}{4(a + b + c)}$$
Let $x = \dfrac{b + c}{2}, y = \dfrac{c + a}{2}, z = \dfrac{a + b}{2}$
It needs to be sufficient to prove that $$\sum_{cyc}\frac{\dfrac{a + b}{2} + \dfrac{b + c}{2} - \dfrac{c + a}{2}}{\left(2 \cdot \dfrac{c + a}{2}\right)^2} \ge \frac{9}{\displaystyle 4 \cdot \sum_{cyc}\dfrac{c + a}{2}} \implies \sum_{cyc}\frac{z + x - y}{y^2} \ge \frac{9}{y + z + x}$$
According to the Cauchy-Schwarz inequality, we have that
$$(y + z + x) \cdot \sum_{cyc}\frac{z + x - y}{y^2} \ge \left(\sum_{cyc}\sqrt{\frac{z + x - y}{y}}\right)^2$$
We need to prove that $$\sum_{cyc}\sqrt{\frac{z + x - y}{y}} \ge 3$$
but I don't know how to.
Thanks to Isaac YIU Math Studio, we additionally have that $$(y + z + x) \cdot \sum_{cyc}\frac{z + x - y}{y^2} = \sum_{cyc}(z + x - y) \cdot \sum_{cyc}\frac{z + x - y}{y^2} \ge \left(\sum_{cyc}\frac{z + x - y}{y}\right)^2$$
We now need to prove that $$\sum_{cyc}\frac{z + x - y}{y} \ge 3$$, which could be followed from Nesbitt's inequality.
I would be greatly appreciated if there are any other solutions than this one.
Recall Nesbitt's inequality \begin{eqnarray*} \frac{a}{b+c}+\frac{b}{c+a} + \frac{c}{a+b} \geq \frac{3}{2}. \end{eqnarray*} Using Cauchy-Schwartz and Nesbitt gives \begin{eqnarray*} &\left( 2 \cdot \frac{a}{b+c}+1 \right)^2 +\left( 2 \cdot \frac{b}{c+a}+1 \right)^2 + \left(2 \cdot \frac{c}{a+b} +1 \right)^2\\ &\geq \frac{1}{3}\left( 2 \cdot \frac{a}{b+c}+2 \cdot \frac{b}{c+a} + 2 \cdot \frac{c}{a+b} +3 \right)^2 \geq 12. \end{eqnarray*} And this can be rearranged to give the inequality.
Edit: In light of Issac's answer ... By Cauchy-Schwartz, \begin{eqnarray*} \left(\dfrac{a}{(b + c)^2} + \dfrac{b}{(c + a)^2} + \dfrac{c}{(a + b)^2}\right)(a+b+c) \geq \left(\dfrac{a}{b+c}+\dfrac{b}{c+a}+\dfrac{c}{a+b}\right)^2 \end{eqnarray*} and the result now follows by Nesbitt's inequality.