I am trying to use induction to prove the logarithmic derivative of a complex function (called $P(Z)$ here).
I define a function $P(z) = (z-z_1)(z-z_2)...(z-z_n)$ and then I want to use induction on n to show that:
$P'(z)/P(z) = 1/(z-z_1) + 1/(z-z_2) + ... + 1/(z-z_n)$.
Note that the above notation is directly the logarithmic derivative of my defined function $P(z)$.
I'm having troubles finding a starting point for n, and then integrating my induction hypothesis into my additive step. Help?
I don't think you necessarily need to use induction here. Note that \begin{equation} \log P(z) = \log\left(\prod_{i=1}^{n}(z-z_i)\right) = \sum_{i=1}^{n}\log(z-z_i). \end{equation} It then follows that \begin{equation} P'(z)/P(z) = \frac{d}{dz}\log P(z) = \frac{d}{dz}\sum_{i=1}^{n}\log(z-z_i) = \sum_{i=1}^{n}\frac{d}{dz}\log(z-z_i) = \sum_{i=1}^{n}\frac{1}{z-z_i}. \end{equation} Note that since we have a finite sum we can safely move the derivative past the sum.