Mathematical Induction where the base case starts above 1

Click For Summary
SUMMARY

The discussion focuses on proving the inequality 2n ≥ (1+n)2 for all natural numbers n ≥ 6 using mathematical induction. The base cases established are n=6 and n=7, confirming the inequality holds true. The proof utilizes the induction hypothesis effectively, demonstrating that if the inequality is valid for n, it also holds for n+1 and n+2. The participants clarify that using n+2 in the induction step is valid, provided the base cases are correctly established.

PREREQUISITES
  • Understanding of mathematical induction principles
  • Familiarity with inequalities and algebraic manipulation
  • Knowledge of natural numbers and their properties
  • Basic experience with exponential functions and polynomial expressions
NEXT STEPS
  • Study the principles of mathematical induction in depth
  • Explore proofs involving inequalities in number theory
  • Learn about the properties of exponential functions and their growth rates
  • Investigate advanced techniques in algebraic manipulation for proofs
USEFUL FOR

Students studying mathematics, particularly those focusing on number theory and proof techniques, as well as educators looking for examples of mathematical induction applications.

gottfried
Messages
118
Reaction score
0

Homework Statement


Find all natural numbers such that 2n ≥ (1+n)2, and prove your answer.

2. The attempt at a solution
I can see this is true for n=0 and n>5. I try to prove this using induction as follows
20 =1≥ 1=(1+0)2
base case: 26 =64≥ 49=(1+6)2 so it is true for n=6
and suppose 2n ≥ (1+n)2 for all n≥6 then
2n+2 =2n22 ≥4(1+n)2=4n2+8n+4≥n2+6n+9=(n+3)2

I'm not sure if this correct because of the +2?
Would I have do to it again with a base case of 7 to ensure every number is accounted for?
 
Last edited:
Physics news on Phys.org
I've actually just realized this can be done with n+1 and I'm just being silly. Sorry
 
Yes, IF your "induction" step goes from n to n+2 you can prove the statement is true for all x greater than or equal to a by proving base cases n= a and n= a+1.

But why are you using "n+2"? If 2^n\ge (1+ n)^2 for all n\ge 6 then
2^{n+1}= 2(2^n)\ge 2(1+ n)^2= 2(1+ 2n+ n^2)= 2+ 4n+ 2n^2= (4+ 4n+ n^2)+ (n^2- 2)
\ge ((n+1)+1)^2+ n^2- 2
and since n\ge 6, n^2- 2\ge 34 which is larger than 1.
 
Clearly using n+2 was a mistake but I originally used it to see if this would result in an easier inequality for me to manipulate. I see your proof and it makes sense. I didnt see it originally but my original proof works for n+1 aswell.

2n+1 =2n2 ≥2(1+n)2=2n2+4n+2≥n2+4n+4=(n+2)2

But suppose I could not show this was true for n+1 does the logic for induction work if we use n+2. ie would the original proof using n+2 be sufficient although not elegant?
 
Yes, I answered that before:
Yes, IF your "induction" step goes from n to n+2 you can prove the statement is true for all x greater than or equal to a by proving base cases n= a and n= a+1.
 
Sorry I missed that but thanks for the clarification.
 
gottfried said:
and suppose 2n ≥ (1+n)2 for all n≥6

A bit nitpicky, but if you're going to assume this then there's nothing left to prove
 

Similar threads

Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 19 ·
Replies
19
Views
3K
Replies
7
Views
4K
  • · Replies 9 ·
Replies
9
Views
3K
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K