Is my short induction proof correct?

Eclair_de_XII
Messages
1,082
Reaction score
91

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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top