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

  • Thread starter Thread starter liyz06
  • Start date Start date
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
Did you try a Taylor expansion?
What did you get? Where did you run into problems?
 
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
 
I don't see how your answer is related to my post.
You can just calculate the Taylor expansion.
 
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 \ . ##
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top