Can't figure out why $\sum_{k=1}^{\infty }\frac{1}{3}\times 2^{| -2k+1 |} = 2/9$

53 Views Asked by At

1) In my guide I have that:

$$ \sum_{k=1}^{\infty }p_{k}=\sum_{k=1}^{\infty }\frac{1}{3}\times 2^{-2k+1} = 2/9$$

I can't figure out what I have this.

2) Plus, the original probability function was $$ p_{k}=\frac{1}{3}\times 2^{-\begin{vmatrix} k\end{vmatrix}}$$ The guide says that I need to evaluate for $$p_{-2k+1}$$

So the answer provided by the guide is not correct either?

Thanks.

2

There are 2 best solutions below

1
On

Using Geometric Series sum

$$\sum_{k=1}^\infty2^{1-2k} =\dfrac{\dfrac12}{1-\dfrac1{2^2}}=?$$

2
On

Do you not realize that, with $k\ge 1$, $-2k+ 1\le -1$ so that |-2k+1|= 2k- 1? So your sum is $\sum_{k=1}^\infty \frac{1}{3} 2^{2k-1}= \frac{1}{6}\sum 4^k$. That sum clearly does not converge!

However, without the absolute value, $2^{-2k+ 1}= 2(4^{-k})$ so you have $\frac{1}{3}\sum_{k=1}^\infty 2^{-2k+ 1}= \frac{2}{3}\sum_{k=1}^\infty \left(\frac{1}{4}\right)$ and that last sum is a geometric series which has a simple formula. $\frac{1}{3}\sum_{k=1}^\infty 2^{-2k+ 1}= \frac{2}{3}\frac{1}{1-\frac{1}{4}}= \frac{2}{3}\frac{4}{3}= \frac{8}{9}$.