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?