Proof that \forall n \in \mathbb{N}: 3^{n} \geq n^{3}

  • Thread starter Thread starter Moridin
  • Start date Start date
  • Tags Tags
    even Induction
AI Thread Summary
The discussion focuses on proving that for all natural numbers n, 3^n is greater than or equal to n^3. The initial steps involve verifying the base case for n = 1 and using mathematical induction to show that if the statement holds for n = p, it also holds for n = p + 1. The challenge lies in demonstrating the inequality 3^p + 3^p ≥ 3p^2 + 3p + 1 under the assumption that 3^p ≥ p^3. Suggestions include comparing terms directly and utilizing logarithmic properties to analyze growth rates of the functions involved. The conversation highlights the importance of establishing the base case and addressing potential exceptions for small values of p.
Moridin
Messages
692
Reaction score
3

Homework Statement



Show that

\forall n \in \mathbb{N}: 3^{n} \geq n^{3}

The Attempt at a Solution



(1) Show that it is true for n = 1:

3^{1} \geq 1^{3}

(2) Show that if it is true for n = p, then it is true for n = p + 1:

Assume that 3^{p} \geq p^{3}

Now,

3^{p+1} = 3 \cdot 3^{p} = 3^{p} + 3^{p} + 3^{p}

(p+1)^{3} = p^{3} + 3p^{2} + 3p + 1

Given our assumption, we know that if it could be demonstrated that

3^{p} + 3^{p} \geq 3p^{2} + 3p + 1

then we are done. From here, I'm not sure how to proceed. Should I pull some moves from analysis and argue that certain functions grow faster than others above a certain n? The last inequality is also a stronger criteria, but does not apply to p = 1 or p = 2, since 3^{p} was larger than p^{3}.
 
Physics news on Phys.org
Why not just compare

3^{p} + 3^{p} + 3^{p}<br />

term-by-term with

<br /> p^{3} + 3p^{2} + (3p + 1)<br /> ?

You've assumed

<br /> 3^{p} \geq p^{3}<br />

and, beyond some low value of p,

<br /> 3^{p} \geq 3p^{2}<br />

and

<br /> 3^{p} \geq 3p+1<br />.

EDIT: the last two inequalities only fail for p = 1, but you've already shown that the proposed inequality works there. As for showing that the inequalities work for p>= 2,
how about taking log base 3 of both sides?
 
Last edited:
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top