I have to find the series expansion and interval of convergence for the function $\ln(1 - x)$.
For the expansion, I have gone through the process and obtained the series:
$-x - (x^2/2) - (x^3/3) - . . . - (-1)^k((-x)^k)/k$
I know that the interval of convergence will be $(-1,1)$, but am having trouble with the ratio test component to achieve this result. i.e. I am having trouble breaking down/simplifying the equation.
Thanks very much
You already know that $$\log(1-x)=-\sum_{k=1}^{\infty} \frac{x^k}{k}=\sum_{k=1}^{\infty} a_kx^k$$
Then, $$a_k=-\frac{1}{k}$$
The ratio test, then, is: $$\biggl|{\frac{a_{k+1}}{a_k}}\biggr|=\frac{\frac{1}{k+1}}{\frac{1}{k}}=\frac{k}{k+1}$$
The convergence radius $R$ is given by: $$\lim_{k\rightarrow \infty}\biggl|\frac{a_{k+1}}{a_k}\biggr|=\frac{1}{R}$$
So, $$\begin{array}{rcl} \lim_{k\rightarrow \infty}\biggl|\frac{a_{k+1}}{a_k}\biggr|&=&\lim_{k\rightarrow \infty} \frac{k}{k+1}\\ &=&1=\frac{1}{R}\\ \Rightarrow R&=&1 \end{array}$$