Proving Bernoulli's Inequality

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 4K views
Seydlitz
Messages
262
Reaction score
4

Homework Statement


Prove Bernoulli's Inequality: if ##h>-1##
[itex](1+h)^n \geq 1+hn[/itex]

Homework Equations


Binomial Theorem
[itex](a+b)^n=\sum_{k=0}^{n}\binom{n}{k}a^{n-k}b^{k}[/itex]

The Attempt at a Solution


If ##h=0##
[itex](1+0)^n=1[/itex]
[itex]1=1[/itex]

If ##h>0##
This
[itex](1+h)^n \geq 1+hn[/itex]
Implies
[itex](1+h)^n=\sum_{k}^{n}\binom{n}{k}h^{k}[/itex]
[itex]\sum_{k=2}^{n}\binom{n}{k}h^{k} \geq 0[/itex]

So the proof is done.
 
Physics news on Phys.org
micromass said:
And what if ##h## is negative?

Owh, I keep forgetting that the number after -1 is not 0.

##h>-1## is equivalent to ##h+1>0##

We know [itex]\sum_{k=2}^{n}\binom{n}{k}h^{k} \geq 0[/itex]

Under the closure of multiplication positive number will always give positive number so:
[itex](h+1)\sum_{k=2}^{n}\binom{n}{k}h^{k} \geq 0[/itex]

[tex]\sum_{k=2}^{n}\binom{n}{k}h^{k+1}+\sum_{k=2}^{n}\binom{n}{k}h^{k}\geq 0[/tex]

Is the reasoning fine?
 
micromass said:
I am not convinced of this if ##h## is negative. It requires a proof.

Ok will proof by induction works in this case, if there's negative number in play?
 
micromass said:
Induction on ##n## will work. Not sure why you think ##h## being negative will make an induction proof invalid.

Ahh, I didn't see that. I'm just a bit confused perhaps.

So the plan:
1.Proof the inequality is true using n=1
2.Assume n is true, to show n+1 is also true.

[itex](1+h)^{n+1}=(1+h)(1+h)^n[/itex]
[itex](1+h)(1+h)^n=(1+h)(1+nh)[/itex]
[itex](1+h)(1+nh)=1+nh+h+nh^2=1+(n+1)h+nh^2[/itex]
By inspection this should be true ##1+(n+1)h+nh^2 \gek 1+(n+1)h## for any h, and so the Bernoulli's inequality in consequence.
 
Last edited:
Seydlitz said:
Ahh, I didn't see that. I'm just a bit confused perhaps.

So the plan:
1.Proof the inequality is true using n=1
2.Assume n is true, to show n+1 is also true.

[itex](1+h)^{n+1}=(1+h)(1+h)^n[/itex]
[itex](1+h)(1+h)^n=(1+h)(1+nh)[/itex]

This equality isn't true.

[itex](1+h)(1+nh)=1+nh+h+nh^2=1+(n+1)h+nh^2[/itex]
By inspection this should be true ##1+(n+1)h+nh^2 \geq 1+(n+1)h## for any h, and so the Bernoulli's inequality in consequence.
 
micromass said:
This equality isn't true.

Ok I think I know where that goes wrong.

[itex](1+h)^{n+1}=(1+h)(1+h)^n[/itex]
[itex](1+h)(1+h)^n \geq (1+h)(1+nh)[/itex] assuming the equality holds with ##n##
[itex](1+h)(1+nh)=1+nh+h+nh^2=1+(n+1)h+nh^2[/itex]
##1+(n+1)h+nh^2 \geq 1+(n+1)h##
then
[itex](1+h)^{n+1} \geq 1+(n+1)h[/itex]

This is true right?
##1+(n+1)h+nh^2 \geq 1+(n+1)h##
##nh^2 \geq 0##
 
micromass said:
OK, that seems right.

Finally! Thank you for guiding me and clearing all of my messy mistakes. :D

Next question.