I just had my exam today and I encountered some interesting problems that I need some help clarifying.
Question 1: If $n \in \mathbb{Z}$ Prove that $n^3<3^n$ for all of $n\ge 4$.
The method that I used to solve the above is induction:
Basis: Let $n = 4$, then $4^3 < 3^4$ is true.
Induction: We need to show that $n^3 < 3^n\implies (n+1)^3 < 3^{n+1}$
Assume that $n^3<3^n$, then we expand the consequent: $n^3 + 3n^2 + 3n + 1 < 3(3^n) = 3^n + 3^n + 3^n$
We have $n^3 < 3^n$, and since $n\ge 4$, then $3n^2 < 3^n$ and $3n < 3^n$.
Thus $n^3 < 3^n$.
This question is out of 8 marks, do you think that my answer is complete? Because the left side still has the " + 1 ", so I'm not sure if my method is correct.
Question 2: Prove that there "Do not" exist integers $k$ and $n$ such that $k^2 + 33 = 11^n$.
I tried to prove with contradiction method, however, it doesn't seem quite right:
Suppose there exist integers $k$ and $n$, then consider the following cases:
Case 1: Suppose $k$ and $n$ are both odd, then let $k = 2x + 1$ and $n = 2y + 1$, where $x,y$ are integers.
Then sub in for $k$ and $n$ in the equation we get $4^2 + 4k + 1 + 33$ is the sum of three even numbers, but $11$ to the power of any positive integers is odd, so it's a contradiction.
However, I'm stuck on the following case:
Case 2: Suppose $k$ and $n$ are both even, then let $k = 2x$ and $n = 2y$ where $x,y$ are integers.
Then sub the above into the equation we get $4k^2 + 33 = 11^n$, since $4k^2$ is even number, and $33$ is odd number, then even + odd = odd, since $11$ to the power of any positive integer is odd, then....the contradiction don't hold...
I guess my method is incorrect. But I really can't think of any other methods to solve this problem.
I will appreciate it very much if anyone can help me with these questions.
Thanks