I'm trying to show that
$$\log(z-z') = \log(-(z'-A)) - \sum_{n=1}^\infty \frac 1 n \left(\frac{z-A}{z'-A}\right)^n $$ where $A$ is a constant, and $\left|\dfrac{z-A}{z'-A}\right| < 1$.
If it matters, this question comes from a vector calculus problem where $A$ is the centroid of a region containing $z$, and $z'$ is from another region. Anyways, my attempt is:
We can split up the $\log$ term by adding and subtracting $A$: $$\log(z-z') = \log(z-A - (z' - A)) = \log(- (z' - A)) + \log(z-A)$$ so all that needs to be shown is that $$\log(z-A) \overset{\text{?}} = - \sum_{n=1}^\infty \frac 1 n \left(\frac{z-A}{z'-A}\right)^n \quad, $$ which is where I'm stuck. I can't find any expressions for power series of $\log$ which have a $1/n$ term like this.