Is my short induction proof correct?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Eclair_de_XII
Messages
1,085
Reaction score
92

Homework Statement


"Prove: ##∀n∈ℕ##, ##3^n>n^2##

Homework Equations

The Attempt at a Solution


(1) We will prove that ##3^n>n^2## at ##n=1##
##3=3^1>1=1^2##

(2) Now assume that ##3^k>k^2## for some ##k>1##
(3) We will prove that ##3^{k+1}>(k+1)^2## or ##3⋅3^k>k^2+2k+1##
Note that ##k^2+2k^2+1=3k^2+1≥k^2+2k+1##, and as such, ##3⋅3^k≥3k^2+3>3k^2+1≥k^2+2k+1##. So ##3^{k+1}>3k^2+1≥(k+1)^2##.

I'm basically ambivalent as to whether to insert that extra term in the inequality: ##3k^2+1##, not knowing whether it is equal to, less than, or greater than ##3^{k+1}##. Can someone check my work, please? Thanks.
 
Last edited:
Physics news on Phys.org
Eclair_de_XII said:

Homework Statement


"Prove: ##∀n∈ℕ##, ##3^n>n^2##

Homework Equations

The Attempt at a Solution


(1) We will prove that ##3^n>n^2## at ##n=1##
##3=3^1>1=1^2##

(2) Now assume that ##3^k>k^2## for some ##k>1##
(3) We will prove that ##3^{k+1}>(k+1)^2## or ##3⋅3^k>k^2+2k+1##
Note that ##k^2+2k^2+1=3k^2+1≥k^2+2k+1##, and as such, ##3⋅3^k≥3k^2+3>3k^2+1≥k^2+2k+1##. So ##3^{k+1}>3k^2+1≥(k+1)^2##.

I'm basically ambivalent as to whether to insert that extra term in the inequality: ##3k^2+1##, not knowing whether it is equal to, less than, or greater than ##3^{k+1}##. Can someone check my work, please? Thanks.
The induction step boils down to showing that ##3k^2 > (k + 1)^2##. It's easy enough to prove the equivalent statement ##3k^2 - (k + 1)^2 > 0##.
 
Let's see...

##3k^2-k^2-2k-1=2k^2-2k-1=2k(k-1)-1>0## for ##k>0##?
 
Eclair_de_XII said:
Let's see...

##3k^2-k^2-2k-1=2k^2-2k-1=2k(k-1)-1>0## for ##k>0##?
Almost. 2k(k - 1) - 1 > 0 for k > 1.
If k = 0, you have 0(-1) - 1 < 0, and if k = 1, you have 2(0) - 1 < 0.