Proof by induction for inequalities

In summary, the conversation discusses how to prove that a sequence, defined by X1=3 and Xn+1= (6Xn+1)/(2Xn+5) for all n\in N, is always greater than 0 for all values of n. The conversation presents a solution using induction and shows the necessary steps to prove this statement.
  • #1
19
0

Homework Statement



A sequence (Xn) is defined by X1=3 and Xn+1= (6Xn+1)/(2Xn+5) for all n[tex]\in[/tex] N.

Prove by induction or otherwise that Xn-1 > 0 for all n [tex]\in[/tex] N.


Homework Equations





The Attempt at a Solution



I'm not sure with what to do when dealing with inequalities in an induction proof. Initial i tried subing in the recursion formula when attempting the inductive step but i don't think it gets me anywhere. I'd really appreciate any guidance on where to start.

Thanks
 
Physics news on Phys.org
  • #2
The proposition is clearly true for n = 1 and n = 2, so suppose it's true for n = k. I.e., that xk > 1.

For the induction step, you have to show that xk + 1 > 1.

xk + 1 = (6xk + 1)/(2xk + 5)

Carry out the division to get something that you can show is greater than 1. Is that enough of a start?
 
  • #3
It is easier if you write it as x_n > 1 instead of x_n - 1 >0.

Suppose x_n > 1 [Show that x_(n+1) > 1]

Mult both sides by 4.
Add 2x to both sides.
Add 1 to both sides.
Divide both sides by the right side quantity (which is > 0, why?)

And you should see x_(n+1) > 1.
 
  • #4
Thanks a lot for the help. Its such a simple solution, no wonder i didnt get it
 

Suggested for: Proof by induction for inequalities

Replies
6
Views
586
Replies
15
Views
412
Replies
4
Views
600
Replies
6
Views
764
Replies
7
Views
814
Replies
4
Views
843
Replies
3
Views
204
Back
Top