Recently, I have found this problem:
Let $\alpha_1,\alpha_2,\alpha_3,\alpha_4 \in \mathbb{R}$ the roots of the polynomial $p(x)=x^4+4x^3+x^2-6x-1=0$.
Calculate the value of the following sum: $$S=\sum_{i=1}^{4}\frac{1}{\alpha_i^4-15\alpha_i^2-10\alpha_i+24}=\frac{m}{n}$$ In particular, express the result in the form $\frac{m}{n}$ where $G.C.D(m,n)=1$ and $m,n \in \mathbb{N}$. Give $m+n$ as your answer.
I've tried to plot the graph of the function:
and then try to find some fraction to aproximate the real roots, but it seems no useful. Any idea?
Let
\begin{align*} f(z) &= z^4 + 4 z^3 + z^2 - 6 z - 1, \\ g(z) &= z^4-15z^2 - 10z + 24. \end{align*}
Then we have
$$ \lim_{R\to\infty} \frac{1}{2\pi i} \oint_{|z|=R} \frac{f'(z)}{f(z)g(z)} \, \mathrm{d}z = 0. $$
On the other hand, noting that all the zeros of $f(z)g(z)$ are simple, for any sufficiently large $R$ such that $|z| = R$ encloses all the zeros of $f(z)$ and $g(z)$, we get
\begin{align*} \frac{1}{2\pi i} \oint_{|z|=R} \frac{f'(z)}{f(z)g(z)} \, \mathrm{d}z &= \sum_{\zeta : f(\zeta)g(\zeta) = 0} \underset{z=\xi}{\mathrm{Res}}\, \frac{f'(z)}{f(z)g(z)} \\ &= \sum_{\alpha : f(\alpha) = 0} \frac{1}{g(\alpha)} + \sum_{\zeta: g(\zeta) = 0} \frac{f'(\zeta)}{f(\zeta)g'(\zeta)}. \end{align*}
So it follows that
$$ S = \sum_{\alpha : f(\alpha) = 0} \frac{1}{g(\alpha)} = -\sum_{\zeta: g(\zeta) = 0} \frac{f'(\zeta)}{f(\zeta)g'(\zeta)}. $$
By noting that $g(z) = (z - 4)(z - 1)(z + 2)(z + 3)$, we end up with
$$ S = \frac{f'(4)}{f(4)g'(4)} + \frac{f'(1)}{f(1)g'(1)} + \frac{f'(-2)}{f(-2)g'(2)} + + \frac{f'(-3)}{f(-3)g'(-3)} = \frac{212}{503}. $$