Deduce a formula (in terms of n) for the following sum: sum (2^i * i) where 1<=i<=n, n,i: natural numbers ( one can write this sum as: 1*2^1+ 2*2^2+ .. +n*2^n)

Let S = sum i* 2i (i=1,2..n) We multiply this by 2 and we obtain:2S = sum (i2i+1 ) = sum [(i+1-1) * 2i+1 ]= sum[ (i+1)2i+1 ] - sum 2i+1 i=1,2..n ()
sum (i+1)2i+1 = 222 + .. n
2n + (n+1)* 2n+1 = S + (n+1) * 2n+1 - 1*21 = S + (n+1)2n+1 -2
Note that the second sum is the sum of a geometric series of ratio 2, it is equal to 2n+2 - 4. Here is a quick proof:Let Z = sum 2i+1 = 22 + 23+ .. + 2n+1 . 2Z = sum 2i+2 = 23 + .. + 2n+1 + 2n+2 . So, 2Z-Z = Z = 2n+2 - 22
Going back to (
) we obtain that 2S =S + (n+1) * 2n+1 - 2 - (2n+2 - 4), which implies that S = (n+1) * 2n+1 - 2n+2 + 2


Answered by Alexandru S. MAT tutor

1742 Views

See similar MAT University tutors

Related MAT University answers

All answers ▸

What graph can y = cos^2(x^2)/ x^2 have, for x > 0 ?


Let r and s be integers. Then ( 6^(r+s) x 12^(r-s) ) / ( 8^(r) x 9^(r+2s) ) is an integer when: (a) r+s <= 0, (b) s <= 0, (c) r <= 0, (d) r >= s.


A trillion is 10^12. Which of the following is bigger: the three trillionth root of 3 or the two trillionth root of 2? You may assume that if 0 < x < y, then 0 < x^n < y^n for integer values of n greater than or equal to 1.


Why does sum(1/n) diverge but sum(1/n^2) converge?


We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2025

Terms & Conditions|Privacy Policy
Cookie Preferences