jtleafs33
- 28
- 0
Homework Statement
With binomial expansions,
\frac{x}{1-x} = \sum^{n=\infty}_{n=1}xn
\frac{x}{x-1} = \sum^{n=\infty}_{n=0}x-n
Adding these series yields:
\sum^{n=\infty}_{n=-\infty}xn=0
This is nonsense, but what went wrong here?
The Attempt at a Solution
Obviously, \frac{x}{1-x}+\frac{x}{x-1}=0 (1)
It's clear that they tried to transform \frac{x}{x-1} = \sum^{n=\infty}_{n=0}x-n into \frac{x}{x-1} = \sum^{n=0}_{n=-\infty}xn and then substitute into equation (1) and get an answer of zero.
From there, I'm not sure how in the world they manipulated that series to get a neg. infinity to show up in the limits, and where the mistake in that is.