Proving n3 + n < 3n for n >= 4 using Mathematical Induction

AI Thread Summary
The discussion focuses on proving the inequality n^3 + n < 3n for all n >= 4 using mathematical induction. The induction hypothesis assumes that the inequality holds for n, and the goal is to show it for n + 1. Participants express confusion about correctly applying the induction hypothesis and whether their approach is valid. The method involves expanding both sides and comparing terms to establish the inequality. Overall, the consensus is that the approach of term-by-term comparison is correct for proving the statement.
lovemake1
Messages
147
Reaction score
1

Homework Statement



show n3 + n < 3n for all n >= 4

Homework Equations


The Attempt at a Solution



I.H : n3 + n < n for all n >= 4

3(n3 + n) < 3(3n)
then (3n+1) = 3 x 3 n
> 3((n3) + n ) by I.H
> (n+1)3 + (n+1)

if we show 3(n3 + n ) - [(n+1)3 + (n+1)] > 0 by subbin in 4 which is n >= 4, does it suffice as proof?
 
Last edited:
Physics news on Phys.org
Yes it does.
 
> 3((n3) + n ) by I.H
I am still unsure if I got it right...

I said in my induction hypothesis that, n3 + n < 3n
but while I am trying to prove that p(k+1) works for all k,
I think I am using assuming this line... which is the p(k+1) that I am trying to prove. 3(n3 + n) < 3(3n) by Induction Hypothesis.

so technically I am using what I need to prove to prove my question... ahaha
im just confused, can someone check my work please, thank you.
 
3^{n+1}=3\cdot 3^n&gt;3(n^3+n)
so you need to prove:
3(n^3+n)&gt;(n+1)^3+(n+1)
and then:
3^{n+1}&gt;(n+1)^3+(n+1)
Is this what you mean?
 
I don't see where you have proven it for n= 6.
 
ok I think i figured out the trick.
I expand both sides, but on the left side i make
n3 + n3 + n3 + 3n and compare it to the right side term by term to prove that its greater for all n > 4.

am I right with this approach?
 
Yes, you are.
 
Back
Top