0

I'me following some summation examples and I came to this situation $$|4-4| + \sum_{n=1}^{\infty} |4\cdot0.1^n| = -4+4\sum_{n=0}^{\infty} 0.1^n$$

How do they get to the last result? I thought that $|-4+4|=0$ and decreasing the index should become $\sum_{n=0}^{\infty} |4\cdot0.1^{n+1}|$

What am I doing wrong?

Thomas Andrews
  • 177,126
Favolas
  • 803
  • 1
  • 8
  • 15

1 Answers1

1

$|4-4| = -4 + 4 = -4 + 4\cdot (0.1)^0$.

So $$|4-4|+\sum_{n=1}^{\infty} 4\cdot |0.1|^n = -4 + 4\cdot (0.1)^0 + 4\sum_{n=1}^\infty (0.1)^n = -4+4\sum_{n=0}^\infty (0.1)^n$$

Thomas Andrews
  • 177,126