Proof of Inequality (1+a)^n >= 1+na for a>-1 & n

  • Thread starter Thread starter Easty
  • Start date Start date
  • Tags Tags
    Induction Proof
Easty
Messages
19
Reaction score
0

Homework Statement



Using mathematical induction, prove the inequality
(1+a)^n >= 1+na for all a>-1 and all n

Homework Equations





The Attempt at a Solution


Base case
1+a >= 1+a. the inequality holds.

I am struggling with the inductive step.
by working backward, i multiply both sides by (1+a) and this gives me

(1+a)^(k+1) >= (1+ka)(1+a)

all i can think of at this point is that 1+a >= 0, but i don't think this helps me.

working the other way, starting with n=k+1, i find

(1+a)(1+a)^k>= (1+ka)+a

would is be enough to state that (1+a)> a and thus the inequality holds?

thanks in advance
 
Physics news on Phys.org
(1+ka)+a=1+(k+1)a,thus the inequality holds for n=k+1
 
Hey Easty, i think you were close with your first step, not to sure about your 2nd,

how about this, so as usual start by assuming the case for n is true and trying to show n+1 is also true based on this:

(1+a)^(n+1) = (1+a)*(1+a)^n >= (1+a)*(1+na) = (1 + a + na + na^2) = 1 + (n+1)a + na^2

So now you have
(1+a)^(n+1) >= 1 + (n+1)a + na^2

any ideas from here?
 
lanedance said:
Hey Easty, i think you were close with your first step, not to sure about your 2nd,

how about this, so as usual start by assuming the case for n is true and trying to show n+1 is also true based on this:

(1+a)^(n+1) = (1+a)*(1+a)^n >= (1+a)*(1+na) = (1 + a + na + na^2) = 1 + (n+1)a + na^2

So now you have
(1+a)^(n+1) >= 1 + (n+1)a + na^2

any ideas from here?

i had gotten to that stage, but thought it led no where.
The only term that isn't part of the original equality is na^2, since a is >-1, a^2 >= 0, so couldn't the extra term add some arbitary large postive number such that the inequality wasnt true?
 
so if na^2 is always >=0 can you think of another inequality to write that will help get you close to the required form?
 
I think I've got it
na^2 >= 0

add 1+(n+1)a to both sides

1+(n+1)a+na^2 >= 1+(n+1)a

therefore

(1+a)^(n+1) >= 1 + (n+1)a + na^2 >= 1 + (n+1)a

(1+a)^(n+1) >=1 + (n+1)a as required

i'm pretty sure this is correct. Thanks for all your help lanedance
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top