Mathematical Induction where the base case starts above 1

Click For Summary

Homework Help Overview

The problem involves finding all natural numbers such that \(2n \geq (1+n)^2\) and proving the result, with a focus on using mathematical induction starting from a base case above 1.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the validity of using induction with different base cases, specifically questioning the implications of starting at \(n=6\) and whether the induction step should involve \(n+1\) or \(n+2\). There is also consideration of whether proving the statement for \(n+2\) is sufficient.

Discussion Status

The discussion is ongoing, with participants clarifying their understanding of the induction process and exploring the implications of their assumptions. Some guidance has been provided regarding the use of base cases and the structure of the induction step.

Contextual Notes

Participants note potential confusion regarding the choice of base cases and the implications of their induction steps, particularly in relation to proving the statement for all natural numbers greater than or equal to a certain value.

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
4K
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