Using induction to prove
We need prove a statement ∑i=0ni×2i=(n−1)×2n+1+2
Proof:
for n = 1
LHS =
i=0∑1i×2i=2
RHS =
(n−1)×2n+1+2=0+2=2
LHS=RHS
The given statement is true for n= 1
Let the given statement is true for n = k (integer)
i=0∑ki×2i=(k−1)×2k+1+2
Now, Let n = k +1
i=0∑k+1i×2i=i=0∑ki×2i+(k+1)×2k+1
=(k−1)×2k+1+2+(k+1)×2k+1
=k×2k+1−2k+1+2+k×2k+1+2k+1
=2k×2k+1+2=k×2k+1+1+2
i=0∑k+1i×2i=(k+1−1)×2k+1+1+2
The given statement is true for n = k+1. By the principle of mathematical induction, it was proved that
∑i=0ni×2i=(n−1)×2n+1+2
Comments