So I'm having some trouble with the problem: Given that $\ln(x+1)=\sum_{n=1}^{\infty } \frac{(-1)^{n+1}}{n}x^{n}, -1<x\leq 1$, find the Taylor series of ln(x) around 3. For which x is this series valid?
What I've figured out is that $\ln(x)=\sum_{n=1}^{\infty } \frac{(-1)^{n+1}}{n}(x-1)^{n}, 0<x\leq 2$
Since the sum is restricted to $\ 0<x\leq 2$ I'm having problems to find the taylor series for ln(x) at x=3, it seems $\ x> 2$ diverges which makes it impossible to approximate?
Can it be that what's asked for simply is the sum $\ln(3)=\sum_{n=1}^{\infty } \frac{(-1)^{n+1}}{n}(2)^{n} $ , even though it diverges?
You can set $x=3+4y$ then $$\ln(x+1)=\ln(4+4y)=ln4+ln(1+y)$$ Now you only need to expand $ln(1+y)$ at point $y=0$: $$\ln(y+1)=\sum_{n=1}^{\infty } \frac{(-1)^{n+1}}{n}y^{n}, -1<y\leq 1$$
Finally you may substitute $y$ by $(x-3)/4$.
Hope it helps. -mike