Exploring the Power Series of $\frac{1}{1-(-z)}$

fauboca
Messages
157
Reaction score
0
z\in\mathbb{Z}

\frac{1}{1-(-z)}=\sum_{n=0}^{\infty}(-z)^n

\frac{1}{(z+2)^2}=\frac{d}{dz} \frac{-1}{1-(1-z)} = \frac{d}{dz} (1 + (1-z) + (1-z)^2+\cdots = 0 -1 -2(1-z)-3(1-z)^2 - \cdots = \sum_{n=0}^{\infty} ?

Not to sure about the second one.
 
Last edited:
Physics news on Phys.org
\frac{-1}{1-(1-z)}=\frac{-1}{z}
\frac{d}{dz}\frac{-1}{z}=\frac{1}{z^2}\neq\frac{1}{(z+2)^2}
 
There's a pretty well known power series for \frac{1}{1-x}
If you let x=-z, what do you get?
 
What you can do is \frac{d}{dx} \frac{1}{(1+x)} = -\frac{1}{(1+x)^2}
If you just define y=x-1, you get
\frac{1}{(2+y)^2}=-\frac{d}{dy}\sum_{n=0}^\infty (-(y+1)^n)
However, you still need to make sure that you are inside the radius of convergence, so |y+1|<1
 
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