Is it possible to calculate this sum in such a way that it only depends on n? $\sum_{k=1}^n k*2^{n-k}$
Asked
Active
Viewed 81 times
0
-
1Welcome to MSE. Your question is phrased as an isolated problem, without any further information or context. This does not match many users' quality standards, so it may attract downvotes, or closed. To prevent that, please [edit] the question. This will help you recognise and resolve the issues. Concretely: please provide context, and include your work and thoughts on the problem. These changes can help in formulating more appropriate answers. – José Carlos Santos Apr 26 '20 at 08:11
2 Answers
0
Take your sum and multiply by $2^{-n}$. Then you have $$ \sum_{k=1}^n \dfrac{k}{2^k}= \sum_{k=0}^n \dfrac{k}{2^k} $$ There are many ways to compute this sum. For example, you could use Taylor Series. For a few ways, see this page or this page. Then simply multiply your final formula by $2^n$ to 'undo' the $2^{-n}$ you multiplied by in the beginning.
mathematics2x2life
- 13,322