Sequences / Real Analyses question

  • Thread starter Thread starter jinbaw
  • Start date Start date
  • Tags Tags
    Sequences
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
jinbaw
Messages
65
Reaction score
0
Sequences / Real Analysis question

Homework Statement


a,b are the roots of the quadratic equation x2 - x + k = 0, where 0 < k < 1/4.
(Suppose a is the smaller root). Let h belong to (a,b). The sequence xn is defined by:
[tex]x_1 = h, x_{n+1} = x^2_n + k.[/tex]

Prove that a < xn+1 < xn < b, and then determine the limit of xn.

Homework Equations


The Attempt at a Solution


I have no idea how to start, if you could help me.
Thanks.
 
Last edited:
Physics news on Phys.org
Okay, so I got [tex]a = \frac{1 - \sqrt{1 - 4k}}{2}, b = \frac{1 + \sqrt{1 - 4k}}{2}[/tex].

And I was able to prove [tex]X_{n+1} < X_n[/tex] by induction. But, I'm stuck on the outer inequalities.

EDIT: [tex]X_{n+1} < X_n[/tex] means that X1 = h is the largest value of Xn for all n. And h belongs to (a,b), so X1 < b, and consequently Xn < b.

I still need to prove that a is a lower bound..
 
Last edited:
I think the basic idea is:
[tex]X_{n+1} < X_n \Leftrightarrow X^2_n - X_n + k < 0[/tex]

Therefore, Xn must be between the roots for this equation to be negative.
But is there a more mathematical way to state it?
 
Good job! How about saying x^2-x+k=(x-a)(x-b) which is negative if and only if a<x<b.
 
Oh right! Thanks a lot :)