a)
i)
b0=1,b1=2,bn=2n
Let a1=b0=1,a2=b1=2,...,an+1=bn=2n
We have the geometric progression with the a=1 and the common ratio r=2.
i=0∑n2i=Sn+1=j=1∑n+1aj=1−ra(1−rn+1)
=1−21(1−2n+1)=2n+1−1
ii) Let P(n) be the proposition that the sum i=0∑n2i is 2n+1−1.
Basis Step
P(0) is true because 20=1=20+1−1.
Inductive Step
For the inductive hypothesis we assume that P(k) holds for an arbitrary positive integer k. That is, we assume that
i=0∑k2i=1+2+4+...+2k=2k+1−1Under this assumption, it must be shown that P(k+1) is true, namely, that
1+2+4+...+2k+2k+1=2(k+1)+1−1 is also true.
When we add 2k+1 to both sides of the equation in P(k), we obtain
1+2+4+...+2k+2k+1=2k+1−1+2k+1
=2⋅2k+1−1
=2(k+1)+1−1This last equation shows that P(k+1) is true under the assumption that P(k) is true. This completes the inductive step.
We have completed the basis step and the inductive step, so by mathematical induction we know that P(n) is true for all integers n≥0 . That is, we have proven that
i=0∑n2i=2n+1−1
Comments