Let $L=K(\alpha)$ be a seperable field extension, end write $f \in K[X]$ for the minimal polynomial of the $\alpha$, let $\alpha_1, \cdots \alpha_n$ denote the roots. Prove the following equality:
$$ x^r \quad = \quad \sum_{1 \leq k \leq n} \frac{f(x) \cdot \alpha_k^r}{(x-\alpha_k)f'(\alpha_k)} $$
What I tried myself
First of all I rewrote $f$ and $f'$:
$$ f \ = \ \prod_{1\leq j \leq n} (X - \alpha_j) \quad \quad \text{and} \quad \quad f' \ = \ \sum_{1\leq j \leq n} \prod_{i \neq j}(X-\alpha_i) $$ Now this is what the big sum looks like if I am not mistaking: $$ \sum_{1\leq k \leq n } \frac{\alpha_k^r \cdot \prod_{1\leq j \leq n} (X - \alpha_j)}{(x-\alpha_k)\sum_{1\leq j \leq n} \prod_{i \neq j}(\alpha_k-\alpha_i) } $$ Some of those products in the denominator might vanish, but that is all I can see. Can you give me a small hint to go on?
[Not quite a complete answer, but some progress]$${f'(x)\over f(x)}=\sum{1\over x-\alpha_j}$$ $${(x-\alpha_k)f'(x)\over f(x)}=1+\sum_{j\ne k}{x-\alpha_k\over x-\alpha_j}$$ Evaluating at $x=\alpha_k$, we get $${(x-\alpha_k)f'(x)\over f(x)}\Biggl|_{x=\alpha_k}=1$$ So the left and right sides of the equality agree at $x=\alpha_k$, $1\le k\le n$.