-1

$$ 1 - \frac{1}{3} + \frac{1}{3^2} - \frac{1}{3^3} + \frac{1}{3^4} - ....... ∞ $$

I'm able to construct its general term which is :-

$$ u_n = \left( \frac{-1}{3} \right)^{n-1} $$

But I'm not sure what to do next.

Any help would be highly appreciated. Thanks in advance.

lulu
  • 70,402

2 Answers2

0

Hint: $${\frac {1}{1+x}}=\sum _{n=0}^{\infty }(-x)^{n}\quad {\text{ for }}|x|<1$$

E.H.E
  • 23,280
0

This is nothing but

$$\sum_{k = 0}^{+\infty} \left(-\frac{1}{3}\right)^k$$

Which is nothing but the geometric series.

The result is

$$\frac{1}{1 + \frac{1}{3}} = \frac{1}{\frac{4}{3}} = \frac{3}{4}$$

Hence the series converges.

Geometric Series

$$\sum_{k = 0}^{+\infty}\ x^k = \frac{1}{1 - x} ~~~~~~~~~~~ \text{for}\ |x| < 1$$

In your case it's simply $x = -1/3$

So you have to change signs by consequence getting:

$$\sum_{k = 0}^{+\infty} \left(-\frac{1}{3}\right)^k = \frac{1}{1 - \left(-\frac{1}{3}\right)}$$

From which the result above.

Enrico M.
  • 26,114