Thursday, January 14, 2016

sequences and series - How do I find the sum of $sumlimits_{k=1}^infty{frac{k}{2^{k+1}}}=1$?


As shown in the title, how do I find the sum of:


$$\sum\limits_{k=1}^\infty{\frac{k}{2^{k+1}}}=1$$


Answer



HINT:


Note that for $|x|<1$, $f(x)=\sum_{k=1}^{\infty}x^{k}=\frac{x}{1-x}$ implies that


$$x^2f'(x) = \sum_{k=1}^{\infty}kx^{k+1}$$


Then, let $x=1/2$


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...