Prove $$\sum _{n=1}^{\infty }\:\frac{x^n}{n} = -\ln\left(1-x\right),$$ for $|x| < 1$.
Pretty much title I've searched and seen some solutions using Taylor Series but isn't there a more intuative way to do this?
Prove $$\sum _{n=1}^{\infty }\:\frac{x^n}{n} = -\ln\left(1-x\right),$$ for $|x| < 1$.
Pretty much title I've searched and seen some solutions using Taylor Series but isn't there a more intuative way to do this?
Since $|x|<1$, the series in the LHS is absolutely convergent by comparison with a geometric series.
Additionally, $\frac{x^n}{n}=\int_{0}^{x}y^{n-1}\,dy$, hence: $$ \sum_{n=1}^{N}\frac{x^n}{n} = \int_{0}^{x}\frac{1-y^N}{1-y}\,dy =-\log(1-x)-\int_{0}^{x}\frac{y^N}{1-y}\,dy.$$ by exchanging $\sum$ and $\int$. Now we just need to consider the limit as $N\to +\infty$, and that is just $-\log(1-x)$ since $|x|<1$ grants: $$ \left|\int_{0}^{x}\frac{y^N}{1-y}\,dy\right|\leq |x|^N \int_{0}^{x}\frac{dy}{1-y}\to 0.$$