I need to make a Taylor series expansion about $x = 2$ of the function: $$f(x)=\frac{1}{1-x^2}$$ The general formula for Taylor series is: $$f(x)=f(a)+\frac{f'(a)}{1!}(x-a)+\frac{f''(a)}{2!}(x-a)^2+\frac{f'''(a)}{3!}(x-a)^3+...$$
I know I can make this expansion by directly computing successive derivatives of $f(x)$ and evaluating them at $x=2$ but that would be burdensome. I know there is more elegant way to do this through change of variables. But I can't get my head around that concept. I guess the starting point should be the series expansion about $x = 0$: $$f(x)=1+x^2+x^4+x^6+...$$ But I'm not sure where to go from there.
$f(x)=\frac 1 2 (\frac 1 {1-x} +\frac 1{1+x})$ so it is enough to write down the Taylor expansion for the two terms separately. Now $\frac 1 {1-x}=-\frac 1 {1+(x-2)}=-\sum\limits_{n=0}^{\infty}(-1)^{n} (x-2)^{n}$. You can handle the second term in a similar fashion.