Thread Closed

Proof by Induction

 
Share Thread Thread Tools
Dec7-08, 11:10 PM   #1
 

Proof by Induction


1. The problem statement, all variables and given/known data

[tex](1+x)^{k}[/tex][tex]\geq[/tex]1+kx

2. Relevant equations



3. The attempt at a solution
I want to show for P(k+1)
(1+x)^(k+1)[tex]\geq[/tex]1+kx+x
(1+x)^k*(1+x)[tex]\geq[/tex]1+kx+x
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Dec7-08, 11:14 PM   #2
 
Quote by kathrynag View Post
(1+x)^k*(1+x)[tex]\geq[/tex]1+kx+x
Use this:

[tex](1+x)^{k}[/tex][tex]\geq[/tex]1+kx
 
Dec7-08, 11:17 PM   #3
 
I don't really understand how I use that...
 
Dec7-08, 11:23 PM   #4
 

Proof by Induction


You want to use an inequality involving [tex](1 + x)^k[/tex] to derive an inequality involving [tex](1+x)^k (1+x)[/tex], which is a multiple of it.

An inequality still holds if you multiply both sides by a positive number. If you multiply both sides of an inequality by a negative number, then you have to flip the sign from [tex]\le[/tex] to [tex]\ge[/tex] or vice versa.
 
Dec7-08, 11:29 PM   #5
 
Ok, so:
(1+x)^k(1+x)>(1+kx)(1+x)
>(1+2kx+x)
 
Dec7-08, 11:33 PM   #6
 
Right idea, but there is an error in your expansion.

Does the question give any restrictions on x? Is what you wrote still true of 1 + x < 0?
 
Dec7-08, 11:39 PM   #7
 
No restrictions.
1+kx+x+kx^2
 
Dec7-08, 11:50 PM   #8
 
When k = 3 and x = -4,

[tex](1 + x)^k = (-3)^3 = -27 < -11 = 1 - 12 = 1 + kx[/tex]

which makes the statement false.
 
Dec7-08, 11:51 PM   #9
 
So, we have to assume 1+x>0
 
Dec7-08, 11:52 PM   #10
 
so, x>-1
 
Dec8-08, 12:29 AM   #11
 
Mentor
Quote by kathrynag View Post
So, we have to assume 1+x>0
I believe x has to be strictly within 1 unit of 1; i.e., |1 + x| < 1, which means that 0 < x < 2.
 
Dec8-08, 12:52 AM   #12
 
Quote by kathrynag View Post
No restrictions.
1+kx+x+kx^2
Once I get here I'm unsure where to go
 
Dec8-08, 09:15 AM   #13
 
Quote by kathrynag View Post
Once I get here I'm unsure where to go
Look at your first post; you need to show that that is [tex]\ge 1 + kx + x[/tex].
 
Thread Closed
Thread Tools


Similar Threads for: Proof by Induction
Thread Forum Replies
proof by induction: help General Math 4
Proof by induction Calculus & Beyond Homework 8
Proof by Induction Precalculus Mathematics Homework 3
Proof by induction Calculus & Beyond Homework 4
Help with proof by induction Set Theory, Logic, Probability, Statistics 3