Calculate $\sum_{n=0}^\infty n ( \frac{4}{5})^{n+1}$

154 Views Asked by At

Exercise Calculate $\displaystyle\sum_{n=0}^\infty n \Big( \frac{4}{5}\Big)^{n+1}$

This is what I have so far

$$\displaystyle\sum_{n=0}^\infty n \Big( \frac{4}{5} \Big)^{n+1} = \displaystyle\sum_{n=0}^\infty n \Big( \frac{4}{5} \Big)^n \cdot \Big( \frac{4}{5} \Big)^1 = \frac{4}{5} \displaystyle\sum_{n=0}^\infty n \Big( \frac{4}{5} \Big)^n$$

I know that the series converges to $16$ but I can't quite finish this. This series is so close to being geometric if it weren't for that pesky $n$ attached to it. You could argue that the constants here are $n$ but this $n$ is always changing, so it's not quite what we want. Any advice?

3

There are 3 best solutions below

0
On BEST ANSWER

Expanding the suggestions given in the comment, By the power series expansion we have that, $$\frac{1}{1-x}=\sum_{k\ge 0}x^{k} , |x|<1$$ Differentiation on both sides, $$\frac{1}{(1-x)^{2}}=\sum_{k\ge 0}kx^{k-1}$$ $$\frac{1}{(1-x)^{2}}=\frac{1}{x}\sum_{k\ge 0}kx^{k}$$ Multiply by $x^{2}$ on both sides, $$\frac{x^2}{(1-x)^2}=\sum_{k\ge 0}kx^{k+1}$$ Now according to required question, $x=\frac{4}{5}$. So answer will be, $$\frac{(4/5)^2}{(1-4/5)^2}=\sum_{k\ge 0}k \left(\frac{4}{5}\right)^{k+1}$$ $$\frac{(4/5)^2}{(1-4/5)^2}=\frac{4^2}{1}=16$$

0
On

So , $$\sum_{n\geq0}n\left(\frac{4}{5}\right)^{n+1}=1\left(\frac{4}{5}\right)^2+2\left(\frac{4}{5}\right)^3+3\left(\frac{4}{5}\right)^4+.......\infty$$

Now , $$S=1\left(\frac{4}{5}\right)^2+2\left(\frac{4}{5}\right)^3+3\left(\frac{4}{5}\right)^4+..........\infty\tag{1}$$ $$\frac{5S}{4}=1\left(\frac{4}{5}\right)^1+2\left(\frac{4}{5}\right)^2+3\left(\frac{4}{5}\right)^3+.......\infty\tag2$$

Substract equation $(1)$ from $(2)$ . $$\frac{5S}{4}-S=\frac{4}{5}+(2-1)\left(\frac{4}{5}\right)^2+(3-2)\left(\frac{4}{5}\right)^3+..........\infty$$ $$\frac{S}{4}=\frac{4}{5}+\left(\frac{4}{5}\right)^2+\left(\frac{4}{5}\right)^3+.........\infty$$

This is nothing but Infinite GP , where $|r|<1$ as $r=\frac{4}{5}$ [note : sum of infinite GP is $\frac{a}{1-r}$]

So you get $$\frac{S}{4}=\frac{\frac{4}{5}}{1-\frac{4}{5}}\implies S=16$$

0
On

An straight solution was given by @Pi..Mechanic;

Another one is what @TheoBendit try to guide you to that:

$$ (\sum x^n)' = \sum (x^n)' = \sum nx^{(n-1)} $$

Now you can find why @TheoBendit encourage you to:

"Try bringing $\frac{4^2}{5^2}$ out the front instead"