Why does (-1)^n appear in the power series for 1/(1+(z-1))?

AI Thread Summary
The factor of (-1)^n in the power series for 1/(1+(z-1)) arises from rewriting the expression as 1/(1-(-(z-1))). This transformation allows the application of the geometric series formula, which states that 1/(1-x) equals the sum of x^n. By substituting x with -(z-1), the series expands to Σ(-1)^n(z-1)^n. This negative sign is crucial as it differentiates the series from the standard geometric series for 1/(1-(z-1)). Understanding this concept clarifies the origin of the (-1)^n factor in the series expansion.
Jon.G
Messages
43
Reaction score
0

Homework Statement


So I'm checking my solutions to past question and there's one bit that throws me.
1/(1+(z-1)) = Σ(-1)n(z-1)n (for 0<|z-1|<1)
I don't know where the (-1)n factor came from. Is it just something that always happens that I didn't know about / forgot about, or is there some other reason that I'm missing?
Thanks

(2. Homework Equations )(3. The Attempt at a Solution )
 
Physics news on Phys.org
Jon.G said:

Homework Statement


So I'm checking my solutions to past question and there's one bit that throws me.
1/(1+(z-1)) = Σ(-1)n(z-1)n (for 0<|z-1|<1)
I don't know where the (-1)n factor came from. Is it just something that always happens that I didn't know about / forgot about, or is there some other reason that I'm missing?
Thanks

(2. Homework Equations )(3. The Attempt at a Solution )
##\frac 1 {1 + u} = 1 - u + u^2 - u^3 +- \dots (-1)^n u^n + \dots##
BTW, the expression in your thread title is different from what you actually asked about.
 
Mark44 said:
BTW, the expression in your thread title is different from what you actually asked about.
That just made me realize DX
The expression 1/(1+(z-1)) is the same as 1/(1-(-(z-1)))
and the general rule is: 1/(1-x) = Σxn
That double minus is where the -1 factor came from.
I think I understand it, now sure if I explained why I understand it well enough (so many brackets). Just missed out on the sign :D
 
It helps to know that the sum of a "geometric series", \sum_{n= 0}^\infty ar^n is \frac{a}{1- r}. That can be shown by looking a the finite series, S= \sum_{n=0}^N ar^n= a+ ar+ ar^2+ \cdot\cdot\cdot+ ar^N. We can write that as S= a+ \left(ar+ ar^2+ \cdot\cdot\cdot+ ar^N\right)= a+ r\left(a+ ar+ \cdot\cdot\cdot+ ar^{N-1}\right). The quantity in the parentheses on the right is almost "S" again! We can make it so by adding ar^N inside the parentheses and subtracting ar^{n+1} outside the parentheses: S= a+ r\left(a+ ar+ \cdot\cdot\cdot+ ar^{N-1}\right)+ ar^N)- ar^{N+1}= a+ r\left(S\right)- ar^{N+1}. Subtracting rS from both sides, S- rS= (1- r)S= a- ar^{N+1}= a(1- r^{N+1}). Finally divide both sides by 1- r to get S= \frac{a(1- r^{N+1})}{1- r}.

As long as |r|< 1, we can take the limit as N goes to infinity. Then r^{N+1} goes to 0 and \sum_{n= 0}^\infty ar^n= \frac{1}{1- r}.

We can think of \frac{1}{1+ (z- 1)} as \frac{1}{1- (1- z)} and write that as a geometric series with a= 1 and r= 1- z: \sum_{n=0}^\infty (1- z)^n= \sum_{n=0}^\infty ((-1)(z- 1))^n= \sum_{n=0}^\infty (-1)^n (z- 1)^n.

Essentially, the "(-1)^n" comes from the fact that this is \frac{1}{1+ (z- 1)} rather than \frac{1}{1- (z-1)} which would have power series \sum_{n=0}^\infty (z- 1)^n.
 
Last edited by a moderator:
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top