4
$\begingroup$

Is there a way to derive the Maclaurin series for $\frac{1}{(1-x)}$ after finding the Maclaurin series for $(1+x)^n$ which is $\displaystyle\sum\limits_{k=0}^\infty \frac{f^k(0)}{k!}*x^k$.

From the original equation I could substitute $-1$ for $n$ and $-x$ for $x$ but I don't see how I could do that in the summation. The intention of this is getting the next series without having to do the expansion from scratch.

  • 0
    @Pete: I totally understand and, as a matter of facts, when I wrote $n$ I meant a natural number, then I generalized to $\alpha \in \mathbb{R}$. Then, I addressed the problem with the same notation as the OP (I know, my head's gotta be messed up!)2010-09-15

4 Answers 4

7

Elaborating on J.M. answer, you can procede this way:

$(1+x)^n = 1+ n x + \frac{1}{2}(n-1) n x^2 + \frac{1}{6}(n-2)(n-1)n x^3 + \ldots$, more generally, $(1+x)^\alpha = 1 + \sum_{k = 1}^{n} \binom{\alpha}{k} x^k + o(x^n)$ for any real $\alpha$, where $\binom{\alpha}{k} = \frac{(\alpha -1)(\alpha-2)\ldots (\alpha - k +1)}{k!}$ is the binomial coefficient extended to any real number. Then, you get that $(1-x)^n = 1 - nx + \frac{1}{2}(n-1)n x^2 - \frac{1}{6}(n-2)(n-1)n x^3 + \ldots$

then, you only have to plug in $n = -1$ to get $ \frac{1}{1-x} = 1 + x + x^2 + x^3 + \ldots$

6

The binomial series works for any real $n$.

  • 2
    Qiaochu: I know (for the uninitiated: because the gamma function is finite except at nonpositive integers, and the series for positive $n$ terminates because all higher terms have the form $1/\infty$), but I didn't want to distract him with that. :)2010-09-15
2

The expression $\displaystyle \sum_{k=0}^{\infty} \frac{f^k(0)}{k!} x^k$ is not just the Maclaurin series for functions of the form $f(x)=(1+x)^n$; it is a formula for the Maclaurin series of any function infinitely differentiable at $0$. It gives us the power series in $x$ with all derivatives at $x=0$ matching the derivatives of $f(x)$ at $x=0$.

If you want to use this formula to find the Maclaurin series for $f(x)=\frac{1}{1-x}$, you need to compute all of the derivatives of $f(x)$. --Fortunately, there is a simple pattern you can observe and prove (by induction).

Once you know the derivatives, you can plug in $x=0$, simplify your summation formula, and you'll have your answer.

1

Try division?

$\dfrac {1}{1-x} = 1 + x + x^2 + x^3 ...$

(edit: I'm not sure why you would try to derive it from the series for $(1+x)^n$ )

  • 0
    It was a question in my book which I couldn't understand. I know how to find the series through expansion.2010-09-15