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
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 2K views
Moridin
Messages
694
Reaction score
3

Homework Statement



Show that

[tex]\forall n \in \mathbb{N}: 3^{n} \geq n^{3}[/tex]

The Attempt at a Solution



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

[tex]3^{1} \geq 1^{3}[/tex]

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

Assume that [tex]3^{p} \geq p^{3}[/tex]

Now,

[tex]3^{p+1} = 3 \cdot 3^{p} = 3^{p} + 3^{p} + 3^{p}[/tex]

[tex](p+1)^{3} = p^{3} + 3p^{2} + 3p + 1[/tex]

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

[tex]3^{p} + 3^{p} \geq 3p^{2} + 3p + 1[/tex]

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

[tex]3^{p} + 3^{p} + 3^{p}[/tex]

term-by-term with

[tex] p^{3} + 3p^{2} + (3p + 1)[/tex] ?

You've assumed

[tex] 3^{p} \geq p^{3}[/tex]

and, beyond some low value of p,

[tex] 3^{p} \geq 3p^{2}[/tex]

and

[tex] 3^{p} \geq 3p+1[/tex].

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: