1

I am given the summation for $\frac{1}{1-x}$. I get that I need to sub in $-x$ for $x$. I don't get how I am supposed to know where I put the $2$.

I am not sure if there is a systematic procedure or if I am just lacking analytical skill.

Thanks in advance!

Dan Rust
  • 30,108
Tad
  • 109

2 Answers2

2

Consider $${1\over (2+x)}={1\over 2(1-({-x\over 2}))}.$$ This is now in the form of the geometric series. So $${1\over 2}\cdot {1\over (1-({-x\over 2})}={1\over 2}\cdot \sum_{n=0}^\infty ({-x\over 2})^n=\sum_{n=0}^\infty{(-1)^n\over 2^{n+1}}x^n.$$

1233dfv
  • 5,625
  • Is there a reason why x^n is written out of the fraction? Also, why did you separate (-1)^n ? – Tad Nov 06 '13 at 00:59
  • No reason really, just something I always do. I keep constants on the left. I did separate it. We had $(-x)^n=(-1)^nx^n$. – 1233dfv Nov 06 '13 at 01:02
0

Using the fact that for $|r|$<1 , we have:

$$ \frac{1}{1-r}=1-r+r^2+......$$

Rewrite $\frac{1}{2+x}$ as $\frac{1}{2(1+x/2)}=\frac{1}{2}\frac{1}{1-(-x/2)}$, and

apply the above identity.

user99680
  • 6,708