I have been reading the mathematical induction and attempt to solve this given problem
Prove that $$2\cdot2^1 + 3\cdot2^2 + 4\cdot2^3 + 5\cdot2^4 +\ldots+ (n+1)2^n = n2^{n+1}\;.$$
Any clues?
I have been reading the mathematical induction and attempt to solve this given problem
Prove that $$2\cdot2^1 + 3\cdot2^2 + 4\cdot2^3 + 5\cdot2^4 +\ldots+ (n+1)2^n = n2^{n+1}\;.$$
Any clues?
I’ll get you started. First get the induction off the ground by checking that the formula is correct when $n=1$:
$$2\cdot2^1=4=1\cdot2^{1+1}\;.$$
Now assume as your induction hypothesis that
$$2\cdot2^1+3\cdot2^2+\ldots+(n+1)2^n=n2^{n+1}\tag{1}$$
for some $n\ge 1$ and try to show that the result is true for $n+1$, i.e., that
$$2\cdot2^1+3\cdot2^2+\ldots+(n+1)2^n+(n+2)2^{n+1}=(n+1)2^{n+2}\;.\tag{2}$$
Notice that the first $n$ terms on the lefthand side of $(2)$ are identical to the lefthand side of $(1)$, so by applying the induction hypothesis $(1)$, we can conclude that
$$2\cdot2^1+3\cdot2^2+\ldots+(n+1)2^n+(n+2)2^{n+1}=n2^{n+1}+(n+2)2^{n+1}\;.\tag{3}$$
Now do a little algebraic manipulation of the righthand side of $(3)$ to show that it’s equal to the righthand side of $(2)$, and you’ll have proved that $(2)$ holds.