3n>2n2
We want to prove by induction that
Base case: n=1;
Thus "S_1" is true.
Inductive Step:
We assume it is true for n=k, so that
Inductive Step:
We will show that since it is true for n= k, then it is true for n=k+1.
"3^{k+1} = 3^k \\cdot 3\\\\\n\\qquad > 2k^2 \\cdot 3\\\\\n\\qquad > 6k^2\\\\\n\\qquad > 2k^2 + 4k^2\\\\\n\\qquad > 2[(k+1)^2-2k-1] + 4k^2\\\\\n\\qquad > 2(k+1)^2 -4k -2 + 4k^2\\\\\n3^{k+1} > 2(k+1)^2 +4k^2-4k-2\\\\"
Since
then
which concludes the proof.
Comments
Leave a comment