I am trying to do a practice question and it is find the Taylor series of $(x-1)^3$ centred at $x=0$ and to show it converges using the definition of radius of convergence on (-R,R) $\forall R \in \mathbb{R}$. The problem that I am having is that if you do it the $$f^{(n)} (0) $$ way then the numbers terminate. So what I was thinking is to do the following: $$ (x-1)^3 = (-1)^3 (1-x)^3 \\ \implies -(1-x)^3 = -\frac{(1-x)^4}{(1-x)} \\ \implies -(1-x)^4 \sum_{n=0}^{\infty} x^{n} $$ but the problem that I am having is that I am not sure if this is the right way to go about doing it because $\sum_{n=0}^{\infty} x^{n}$ is only convergent for $x \in (-1,1) $.
Any help/guidance would be greatly appreciated. Cheers.
You do not even need to do derivatives:
$$(x-1)^3=(x-1)(x^2-2x+1)=x^3-3x^2+3x-1$$
Now we have the expansion centered around $0$.