use mathematical induction method to prove the following Sn
use mathematical induction method to prove the following
Sn = 1 + 2 + 4 + . . . + 2n = 2(n+1) - 1
Solution
For Base case Let n = 1. Then:
LHS = 1 (only the first term will be taken into account)
RHS = 2^(0+1) - 1 = 2^(1) - 1 = 1
...and:
So (*) works for n = 1.
Assume, for n = k, that (*) holds; that is, that
1 + 2 + 22 + 23 + 24 + ... + 2k = 2k+1
