Solve $\frac{1}{x} + \frac{1}{x+a} + \frac{1}{x+2a} + \cdots = b$ for $x$ given constants $a, b$.
I found that these types of series are called harmonic progressions and that there are no known formulas for partial sums, only approximations. However, the question I'm wondering is if this equation has complex solutions since it diverges for real values of $x$. If it diverges for complex values too, could someone give a proof?
Thanks
We may assume $a \ne 0$, and that none of the denominators $x + na$ is $0$. Then $$\dfrac{1}{x + n a} = \dfrac{1}{na} - \dfrac{x}{n a(x + n a)}$$ Now $\sum_n 1/(na)$ diverges. On the other hand, since $\frac{x}{na(x+na)} = O(1/n^2)$, $\sum_n x/(na(x+na))$ converges. Therefore $\sum_n \frac{1}{x+na}$ diverges.