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

1472 Views

See similar MAT University tutors

Related MAT University answers

All answers ▸

Solve 8^x + 4 = 4^x + 2^(x+2).


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


How would I go about graph sketching?


(Note this is the kind of exercise I would ask someone who is doing further maths and especially someone MAT/STEP) Sketch the graph of y=sin(1/x)


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–2024

Terms & Conditions|Privacy Policy