Could you please explain how to expand $(1 - \frac1x)^{-n}$ into a sum of powers of $x$?
Thank you in advance.
Could you please explain how to expand $(1 - \frac1x)^{-n}$ into a sum of powers of $x$?
Thank you in advance.
It depends a bit what you want to achieve. A little rewriting gets a form which may be useful.
Note that $$(1-\frac1x)^{-n}=\left(\frac {x}{(x-1)}\right)^n=(-x)^n(1-x)^{-n}$$ You can expand this using the binomial theorem, with the usual restrictions on the value of $x$ for convergence. This does give you an expansion in positive powers of $x$.
Hint:
$$(1-t)^{\alpha} = \sum_{k=0}^{\infty} { \alpha \choose k }(-1)^k t^k. $$
Consider the Taylor expansion of $(1-1/x)^{-n}$ about $1/x=0$:
$$\left ( 1-\frac{1}{x}\right)^{-n} = 1+ (-n) \left ( -\frac{1}{x}\right)+\frac{1}{2!}(-n)(-n-1)\left ( -\frac{1}{x}\right)^2 + \frac{1}{3!} (-n)(-n-1)(-n-2)\left ( -\frac{1}{x}\right)^3+\cdots$$
Note also that you may define the negative binomial coefficients $\binom{-n}{k}$ to match the above coefficients to resemble a binomial expansion.