koroviev
- 2
- 0
Homework Statement
If k is a natural number, prove that 2^{n} > n^{k} for all n \geq k^{2} + 1.
Homework Equations
We need to use a proof by induction.
The Attempt at a Solution
Let's do the case when k = 4. We check the base case directly:
2^{17} = 131072 > 83521 = 17^4
Suppose 2^{n} > n^{4} for some n \geq 17, we have that
2^{n+1} = 2 \cdot 2^{n} > 2 n^{4} = n^{4} + n^{4}
Since n \geq 5, we have that
2^{n+1} > n^{4} + 5 n^{3} = n^{4} + 4 n^{3} + n^{3}
Since n \geq 7, we have that
2^{n+1} > n^{4} + 4 n^{3} + 7 n^{2} = n^{4} + 4 n^{3} + 6 n^{2} + n^{2}
Since n \geq 5, we have that
2^{n+1} > n^{4} + 4 n^{3} + 6 n^{2} + 5 n = n^{4} + 4 n^{3} + 6 n^{2} + 4 n + n
Finally, since n \geq 1, we have that
2^{n+1} > n^{4} + 4 n^{3} + 6 n^{2} + 4 n + 1 = (n + 1)^{4}
However, I cannot extend this method to a general k. First, I have trouble with the base case:
2^{k^{2} + 1} > (k^{2} + 1)^{k}
I tried to do this by induction on k, but didn't make much headway. My method for the inductive case also breaks down because for k \geq 8 the largest coefficient in the expansion of (n + 1)^{k} is larger than k^{2} + 1.
Last edited: