1

What is the series representation of $(1+x)^{-n}$, where $n$ is a positive integer? I have this term in an integral, and I want to replace this term by a series representation to be able to solve the integral.

J.R.
  • 17,904

2 Answers2

2

You may also recall the binomial series expansion \begin{align*} (1+x)^{-n}&=\sum_{k=0}^\infty \binom{-n}{k}x^k\tag{1}\\ &=\sum_{k=0}^\infty \binom{n+k-1}{k}(-1)^kx^k \end{align*}

In (1) we use a binomial identity with negative integers.

Since the definition of a binomial coefficient with general $\alpha\in\mathbb{R}$ is \begin{align*} \binom{\alpha}{k}=\frac{\alpha(\alpha-1)(\alpha-2)\cdots(\alpha-(k-1))}{k!} \end{align*} we obtain \begin{align*} \binom{-n}{k}&=\frac{-n(-n-1)(-n-2)\cdots(-n-(k-1))}{k!}\\ &=(-1)^k\cdot\frac{n(n+1)(n+2)\cdots(n+(k-1))}{k!}\\ &=(-1)^k\binom{n+k-1}{k} \end{align*}

Markus Scheuer
  • 108,315
1

Recall that $$\frac1{1+x} = \sum_{k=0}^\infty (-1)^k x^k$$

Now take $(n-1)$ derivatives on both sides.

J.R.
  • 17,904