Proof by Induction: Proving (2n > 4n2+1) for Natural Numbers

  • Thread starter Thread starter vikkisut88
  • Start date Start date
  • Tags Tags
    Induction Proof
Click For Summary

Homework Help Overview

The discussion revolves around proving the inequality \(2n > 4n^2 + 1\) for natural numbers \(n \geq 9\) using mathematical induction. Participants are exploring the steps involved in setting up the proof and the necessary conditions for the inequality to hold true.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the initial step of proving the base case for \(n=1\) and then assume the statement holds for \(n\) to show it for \(n+1\). There is a focus on manipulating the expressions to establish the inequality, with some participants questioning the correctness of their algebraic manipulations and the assumptions made in the process.

Discussion Status

The discussion is active, with participants providing insights and questioning each other's reasoning. Some have pointed out potential errors in the algebraic steps and are attempting to clarify the conditions under which the inequality holds. There is no explicit consensus yet, but several productive lines of inquiry are being explored.

Contextual Notes

Participants are working under the constraint that the proof must apply for natural numbers starting from \(n \geq 9\), which influences their reasoning about the values of \(n\) for which the inequality is valid.

vikkisut88
Messages
34
Reaction score
0

Homework Statement


Prove that ([tex]\forall[/tex]n in the set of Natural numbers )[(n [tex]\geq[/tex] 9) [tex]\Rightarrow[/tex] (2n > 4n2 + 1)]

Homework Equations


To do proof by induction you must first prove for n = 1, then assume true for n and then show for n+1

The Attempt at a Solution


So for n=1 i have RHS:29 = 512 and 4.92 + 1 = 325
So (2n > 4n2 + 1)] for n=1

Now assume true for n

Show for n+1: (2n+1 > 4(n+1)2 + 1)]
So 2 n+1can also be written as 2 n . 21
Thus 2 n+1> 4(n+1) 2 + 1)] = 2n . 21 > [4(n+1)2 + 1].2
which is the same as 2n . 21 > 8(n+1)2 + 2

And now I'm stuck as to how to arrange this to give me the right answer
 
Last edited:
Physics news on Phys.org
vikkisut88 said:

Homework Statement


Prove that ([tex]\forall[/tex]n in the set of Natural numbers )[(n [tex]\geq[/tex] 9) [tex]\Rightarrow[/tex] (2n > 4n2 + 1)]


Homework Equations


To do proof by induction you must first prove for n = 1, then assume true for n and then show for n+1


The Attempt at a Solution


So for n=1 i have RHS:29 = 512 and 4.92 + 1 = 325
So (2n > 4n2 + 1)] for n=1

Now assume true for n

Show for n+1: (2n+1 > 4(n+1)2 + 1)]
So 2 n+1can also be written as 2 n . 21
Thus 2 n+1> 4(n+1) 2 + 1)] = 2n . 21 > [4(n+1)2 + 1].2
No. That "thus" is what you are trying to prove!
What you KNOW is that 2n+1= 2n(2)> (4n2+ 1)(2)= 8n2+ 2
Now, can you prove that that is larger than 4(n+1)2+ 1= 4n2+ 8n+ 5? 8n2+ 2> 4n2+ 8n+ 5, if and only if 4n2- 8n- 4>> 0 which is the same as n2- 2n- 1> 0. For what values of n is that true?

which is the same as 2n . 21 > 8(n+1)2 + 2

And now I'm stuck as to how to arrange this to give me the right answer
 
Last edited by a moderator:
HallsofIvy said:
No. That "thus" is what you are trying to prove!
What you KNOW is that 2n+1= 2n(2)> (4n2+ 1)(2)= 8n2+ 2

Is that last bit right? Because I multiplied it out to be 8n2 + 16n + 10?
 
Hang on, no I think i see what you were doing now...I'll just have a go :)
 
But still... are you just rearranging this because if so how does it change to >> and why is it -4 and not -3?
 
Okay so disregarding my previous questions for the time being, In answer to your question about for which n values does it hold true, I did it like this:

n2- 2n- 1> 0.
(n-1)2 - 2 > 0
(n-1)2 > 2
(n-1) > 4
n > 5

So for values greater than 5?
 
Yes. And since your original problem specified "[itex]n\ge 9", ...[/itex]
 
But i don't understand how you rearranged an equation to get n2 - 2n- 1 and then once I've found which values of n this equation holds true for, how does this show 2 n+1 > 4(n+1)2 + 1?
 
I wrote before:
What you KNOW is that 2n+1= 2n(2)> (4n2+ 1)(2)= 8n2+ 2
Now, can you prove that that is larger than 4(n+1)2+ 1= 4n2+ 8n+ 5?
4(n+1)2+ 1= 4(n2+ 2n+ 1)+ 1= 4n2+ 8n+ 5 and you to show that is smaller than 8n2+ 2. In other words, you want 8n2+ 2> n2+ 8n + 5 which reduces to (8- 4)n2- 8n+ (2- 5)= 4n2- 8n -3> 0. You are right. I accidently had "- 4" instead of -3 before.

It is simplest to look at the equation 4n2- 8n- 3= 0: 4n2- 8n+ 4= 3+ 4= 7 or 4(n2- 2n+1)= 4(n-1)2= 7. Solving that gives [itex]n= 1+ \sqrt{7}/2. as the only positive value of n at which the original inequality can change from "<" to ">" That is approximately 2.3. Taking n= 2 gives 4n<sup>2</sup>- 8n -3= 16- 16- 3= -3 which is negative. Taking n= 3 gives 4n<sup>2</sup>- 8n -3= 36- 24- 3= 9 which is positive. 4n<sup>2</sup>- 8n -3> 0 is true for all n greater than 2.[/itex]
 

Similar threads

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