How should I expand 1/(1+x)^n around x=0?

  • Thread starter Thread starter liyz06
  • Start date Start date
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 3K views
liyz06
Messages
6
Reaction score
0

Homework Statement



How should I expand 1/(1+x)^n around x=0?

Homework Equations


The Attempt at a Solution

 
Last edited by a moderator:
Physics news on Phys.org
mfb said:
Did you try a Taylor expansion?
What did you get? Where did you run into problems?

I know that (1+x)^n could be expanded easily by binomial theorem, but what I need here is to expand (1+x)^-n into polynomial form, not the reciprocal of a polynomial
 
liyz06 said:

Homework Statement



How should I expand 1/(1+x)^n around x=0?

Homework Equations



The Attempt at a Solution

Are you familiar with Taylor Series ?

The Taylor expansion for a function, f(x), expanded about x = a is:

## \displaystyle f(x)=f(a)+\frac {f'(a)}{1!} (x-a)+ \frac{f''(a)}{2!} (x-a)^2+\frac{f^{(3)}(a)}{3!}(x-a)^3+ \cdots \ . ##

So, expanding about x = 0 gives:

## \displaystyle f(x)=f(0)+\frac {f'(0)}{1!} (x)+ \frac{f''(0)}{2!} (x)^2+\frac{f^{(3)}(0)}{3!}(x)^3+ \cdots \ . ##