Here, $Q$ is a polynomial with distinct roots $\alpha_1, \ldots, \alpha_n$ and $P$ is a polynomial of degree $<n$. Once again, the task is to show
$$\frac{P(z)}{Q(z)} = \sum_{k=1}^{n}\frac{P(\alpha_k)}{Q'(\alpha_k)(z-\alpha_k)}$$
For reference, this is page 32 exercise 2 in Complex Analysis by Ahlfors. I'm having a ton of trouble making connections between what is presented in the text and this problem. The section is on rational functions and is incredibly concise. There was never a mention of derivatives and their relationships to rational functions, so I'm guessing here that it just means that $Q'(a_k)$ is a polynomial of degree $n-1$.
I don't even know where to start here, but I do have a couple question which might motivate the proof. What does $P(\alpha_k)$ mean? I don't see what a root of $Q$ has to do with a completely different polynomial. What is the relationship between the roots of $Q$ and the roots of $Q'$? And finally, where does the derivative of $Q$ come in?
Q′(a_k)=0 given that n>k?No, $Q′(\alpha_k)$ is the value of the derivative $Q'(z)$ at $z=\alpha_k$.still unsure how to relate α_k to PThey are not directly "related" except by the given identity. $P'(\alpha_k)$ is just the value $P(z)$ takes when $z=\alpha_k,$. – dxiv Feb 27 '17 at 05:13