I'm dealing with the following problem.
Let $a\in\mathbb{R}\setminus\{0\}$ and define $f:{\mathbb{R}\setminus\{a\}}$ with
$$f(x)=\frac{1}{a-x}, \hspace{20pt} x\in\mathbb{R}\setminus\{a\}$$
Find the Taylor series for $f$ in $0$.
I can manually calculate for every $n$, but how do I simplify it to a series such as the following which I found using Wolfram?
$$\frac{1}{a-x}=\sum_{n=0}^\infty a^{-1-n}x^n$$
Just write $$ f(x) = \frac{1}{a}\cdot \frac{1}{1-(x/a)} $$ and use the sum of a geometric progression for $\lvert x/a \rvert < 1$.