Prove Inequality n! > n^3 for n > 5 w/ M.I.

  • Thread starter Thread starter Panphobia
  • Start date Start date
  • Tags Tags
    Inequality Proof
Click For Summary
SUMMARY

The discussion focuses on proving the inequality n! > n^3 for n > 5 using mathematical induction (M.I.). The user initially attempts to establish the inductive step by expressing (k+1)! and comparing it to (k+1)^3. Key insights include the need to leverage the assumption that k! > k^3 and to manipulate the expression (k + 1)k! to show that it exceeds (k + 1)^3. The conclusion emphasizes that a separate proof may be required to validate the polynomial inequality k^4 > 3k^2 + 3k + 1.

PREREQUISITES
  • Understanding of mathematical induction (M.I.)
  • Familiarity with factorial notation and properties
  • Knowledge of polynomial inequalities
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study the principles of mathematical induction in depth.
  • Learn how to manipulate factorial expressions in inequalities.
  • Research polynomial inequalities and their proofs.
  • Explore graphical methods for analyzing polynomial behavior.
USEFUL FOR

Students studying advanced mathematics, particularly those focusing on proofs and inequalities, as well as educators looking for examples of mathematical induction applications.

Panphobia
Messages
435
Reaction score
13

Homework Statement


Use M.I. to prove that n! > n^3 for n > 5

The Attempt at a Solution



I already proved n! > n^2 for n>4, but this is nothing like that.
This is my inductive step so far.
n=k+1
(k+1)! > (k+1)^3

(k+1)! - (k+1)^3 > 0[/B]

(k+1)! - (k+1)^3 = (k+1)[k! - (k+1)^2]
> (k+1)[k^3 - (k+1)^2]

This is how far I can get, any hints? Am I going in the right track or am I going in the wrong direction completely?
 
Physics news on Phys.org
Panphobia said:

Homework Statement


Use M.I. to prove that n! > n^3 for n > 5

The Attempt at a Solution



I already proved n! > n^2 for n>4, but this is nothing like that.
This is my inductive step so far.
n=k+1
(k+1)! > (k+1)^3[/B]
Don't start off with this - it's what you want to show. Use your assumption (i.e., that k! > k^3) and write (k + 1)! as (k + 1)k!
Panphobia said:

(k+1)! - (k+1)^3 > 0


(k+1)! - (k+1)^3 = (k+1)[k! - (k+1)^2]
> (k+1)[k^3 - (k+1)^2]

This is how far I can get, any hints? Am I going in the right track or am I going in the wrong direction completely?
 
Mark44 said:
Don't start off with this - it's what you want to show. Use your assumption (i.e., that k! > k^3) and write (k + 1)! as (k + 1)k!
I only started it that way because I proved n! > n^2 the same exact way. Hmmm I am thinking about this at the moment.
 
So then if k! > k^3, then (k+1)! > k^3(k+1), is this going on the right track, if it is I don't know what else to do. Wait, then do I have to prove that k^3(k+1) >= (k+1)^3 where k>5?
 
Panphobia said:
So then if k! > k^3, then (k+1)! > k^3(k+1), is this going on the right track,
No. You assume that k! > k^3, and then you use that assumption to show (prove) that (k + 1)! > (k + 1)^3.
Panphobia said:
if it is I don't know what else to do. Wait, then do I have to prove that k^3(k+1) >= (k+1)^3 where k>5?

Your work for that step should start off like this:
(k + 1)! = (k + 1) k! > (k + 1) k^3

Work with that last expression to show that it is larger than (k + 1)^3, at least when k > 5.
 
I give up haha, I can't figure it out on my own, I know intuitively that (k+1)*k^3 > (k+1)^3, but don't know any way to prove it. I tried dividing out the (k+1) then leaving it as k^3 > (k+1)^2 then expanding (k+1)^2, but that was a dead end.
 
Panphobia said:
I give up haha, I can't figure it out on my own, I know intuitively that (k+1)*k^3 > (k+1)^3, but don't know any way to prove it. I tried dividing out the (k+1) then leaving it as k^3 > (k+1)^2 then expanding (k+1)^2, but that was a dead end.
You can't "divide out" anything, since you're not working with an equation or inequality. The last expression I showed in my previous post was (k + 1)k^3, which is the same as (equal to) k^4 + k^3. Intuitively, that should be larger than (k + 1)^3, being that the first is a 4th degree polynomial and the second is only a cubic.
 
Yea, k^4 + k^3 > k^3 + 3k^2 + 3k + 1
k^4 > 3k^2 + 3k + 1

3k^2 + 3k + 1 < 3k^2 + 3k^2 + k^2 < 7k^2 < k^4

So k^3(k+1) > (k+1)^3
 
Panphobia said:
Yea, k^4 + k^3 > k^3 + 3k^2 + 3k + 1
Yeah, but you need to show why this is true, not just wave your arms. Possibly it might require a separate proof by induction.
Panphobia said:
k^4 > 3k^2 + 3k + 1

3k^2 + 3k + 1 < 3k^2 + 3k^2 + k^2 < 7k^2 < k^4

So k^3(k+1) > (k+1)^3
 
  • #10
Yea that's what I thought, is there no other simpler way to prove this?
 
  • #11
k^4 > 3k^2 + 3k + 1 is equivalent to k^4 - 3k^2 - 3k - 1 > 0. It might be acceptable to show that the graph of y = x^4 - 3x^2 - 3x - 1 lies above the x-axis for all x larger than a specific x-value.
 
  • #12
Panphobia said:
Yea, k^4 + k^3 > k^3 + 3k^2 + 3k + 1
k^4 > 3k^2 + 3k + 1

3k^2 + 3k + 1 < 3k^2 + 3k^2 + k^2 < 7k^2 < k^4

So k^3(k+1) > (k+1)^3
Do you really believe that 3k^2 + 3k^2 + k^2 < 7k^2? Saying things like that is a sure way to lose marks on an exam.
 
  • #13
Ray Vickson said:
Do you really believe that 3k^2 + 3k^2 + k^2 < 7k^2? Saying things like that is a sure way to lose marks on an exam.
On my sheet of paper its an equals sign, typo.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
6
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
1
Views
2K
Replies
4
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
Replies
3
Views
2K