How to show a sequence converges

  • Context: Undergrad 
  • Thread starter Thread starter henry22
  • Start date Start date
  • Tags Tags
    Sequence
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
9 replies · 6K views
henry22
Messages
27
Reaction score
0
Hey guys,

I have a function y=(x+2)/(x+1) and I have performed iterations to show that for any initial value other than -sqrt{2} the sequence converges to sqrt{2}.

So I have found that sqrt{2} is a stable fixed point and -sqrt{2} is an unstable fixed point.

Now I have to prove my findings using a standard test for convergence?

Can anyone help.
 
on Phys.org
hi there.

a sufficient condition is that
the derivative in the fixed point has to be smaller than one in absolute value
 
henry22 said:
Hey guys,

I have a function y=(x+2)/(x+1) and I have performed iterations to show that for any initial value other than -sqrt{2} the sequence converges to sqrt{2}.

So I have found that sqrt{2} is a stable fixed point and -sqrt{2} is an unstable fixed point.

Now I have to prove my findings using a standard test for convergence?

Can anyone help.
How are you getting sqrt(2)? As x --> infinity, (x + 2)/(x + 1) --> 1.
 
Mark44 said:
How are you getting sqrt(2)? As x --> infinity, (x + 2)/(x + 1) --> 1.

its a fixed point iteration scheme. this specific case you can derive from Newtons method to find the zeros of x^2-2.
 
Hi all,

I need help to show that the following sequence converges:

n^n/ ((n + 3)^ (n + 1))

I can't seem to find any standard limits which can help prove that it is convergent.

now consider the limit as
 
Mark, the iteration is [itex]x_{n+1}= y(x_n)[/itex] or
[tex]x_{n+1}= \frac{x_n+ 2}{x_n+1}[/itex]<br /> <br /> Assuming that has a limit, L, taking the limit on both sides gives<br /> [tex]L= \frac{L+2}{L+ 1}[/tex]<br /> and from that, [itex]L(L+1)= L^2+ L= L+ 2[/itex] so that [itex]L^2= 2[/itex].<br /> <br /> henry22, you should be able to show that<br /> 1) If [itex]x_0> \sqrt{2}[/itex] then [itex]\{x_n\}[/itex] is a decreasing sequence with lower bound.<br /> <br /> 2) If [itex]x_0< \sqrt{2}[/itex] then [itex]\{x_n\}[/itex] is an increasing sequence with upper bound.[/tex]
 
henry22 said:
Hey guys,

I have a function y=(x+2)/(x+1) and I have performed iterations to show that for any initial value other than -sqrt{2} the sequence converges to sqrt{2}.
Wouldn't an initial value of -1 also be a problem? Also the sequence of starting values -3/2, -7/5, -17/12 ... which reach the value -1 at some stage of iteration.
 
Last edited:
HallsofIvy said:
... If [itex]x_0< \sqrt{2}[/itex] then [itex]\{x_n\}[/itex] is an increasing sequence with upper bound.
No, if [itex]x_0=-\sqrt{2}[/itex] then [itex]x_n=-\sqrt{2}[/itex]. Also if [itex]x_0=-5/4[/itex] then [itex]x_1=-3<x_0[/itex].

Neither do positive terms behave as suggested. E.g. from the second example [itex]x_2=\frac{1}{2}[/itex], [itex]x_3=\frac{5}{3}>x_2[/itex], [itex]x_4=\frac{11}{8}<x_3[/itex] and [itex]x_5=\frac{27}{19}>x_4[/itex], so the sequence is neither monotonic increasing from [itex]x_2<\sqrt{2}[/itex] nor monotonic decreasing from [itex]x_3>\sqrt{2}[/itex].
 
Last edited:
HallsofIvy said:
Mark, the iteration is [itex]x_{n+1}= y(x_n)[/itex] or
[tex]x_{n+1}= \frac{x_n+ 2}{x_n+1}[/itex]<br /> <br /> Assuming that has a limit, L, taking the limit on both sides gives<br /> [tex]L= \frac{L+2}{L+ 1}[/tex]<br /> and from that, [itex]L(L+1)= L^2+ L= L+ 2[/itex] so that [itex]L^2= 2[/itex].<br /> <br /> henry22, you should be able to show that<br /> 1) If [itex]x_0> \sqrt{2}[/itex] then [itex]\{x_n\}[/itex] is a decreasing sequence with lower bound.<br /> <br /> 2) If [itex]x_0< \sqrt{2}[/itex] then [itex]\{x_n\}[/itex] is an increasing sequence with upper bound.[/tex]
[tex] Thanks![/tex]