Proving convergence of recursive sequence.

In summary, the problem is to prove convergence of the sequence {x_n} = \frac{1}{2}(x_{n-1} + \frac{c}{x_{n-1}}) for c>0. The student is struggling with recursive sequences and is seeking help. They consider using the theorem that a monotone increasing/decreasing and bounded sequence converges, and also suggest using the idea of letting x = g(x) to find the limit point. They then try to determine if the sequence is increasing or decreasing based on the value of c, but are not successful. Another student suggests looking at the graph of the function f(x) = \frac{1}{2}(x + \frac{c}{
  • #1
Darth Frodo
212
1

Homework Statement



Prove for c>0 the sequence [itex]{x_n} = \frac{1}{2}(x_{n-1} + \frac{c}{x_{n-1}})[/itex] converges.


The Attempt at a Solution



This is proving difficult, I have never dealt with recursive sequences before. Any help would be appreciated. Thanks.
 
Physics news on Phys.org
  • #2
So, I have an idea, but I'm not sure if it proves convergence.

If [itex]x_{n} = g(x_{n-1})[/itex] then all I have to do it let [itex]x = g(x)[/itex].EDIT: Upon further thought, it does not as convergence => [itex]x_{n} = g(x_{n-1})[/itex]. It is not a iff situation. Back at square one.
 
Last edited:
  • #3
You have the following handy theorem:

If ##(x_n)_n## is a monotone increasing/decreasing sequence and if the ##(x_n)_n## are bounded, then the ##(x_n)_n## converge.

I would start by trying to apply this one. Can you show the sequence is increasing/decreasing? Can you find a lower/upper bound?
 
  • #4
Darth Frodo said:
So, I have an idea, but I'm not sure if it proves convergence.

If [itex]x_{n} = g(x_{n-1})[/itex] then all I have to do it let [itex]x = g(x)[/itex].

This is a nice remark, because if the sequence converges, you can find out the limit point this way. Indeed, you have ##x_n = g(x_{n-1})##. Thus

[tex]x = \lim_{n\rightarrow +\infty} x_n = \lim_{n\rightarrow +\infty} g(x_{n-1}) = g(x)[/tex]

So can you figure out what the limit point ##x## is? (of course you still have to prove it actually converges!)
 
  • #5
So this is what I have so far.

[itex] x_0 = r [/itex] r is a non-zero real number

[itex] x_{n+1} = x_n(\frac{1}{2} + \frac{c}{2x_n^2}) [/itex]Case 1: ##r^2 < c~ \Rightarrow## sequence is increasing

Case 2: ##r^2 > c ~\Rightarrow## sequence is decreasing
 
Last edited:
  • #6
Darth Frodo said:
So this is what I have so far.

[itex] x_0 = r [/itex] r is a non-zero real number

[itex] x_{n+1} = x_n(\frac{1}{2} + \frac{c}{2x_n^2}) [/itex]


Case 1: ##r^2 < c~ \Rightarrow## sequence is increasing

Case 2: ##r^2 > c ~\Rightarrow## sequence is decreasing

Not quite:

Suppose c = 4 and x_0 = 1, then x_1 = 5/2 and x_2 = 89/40, so neither increasing nor decreasing!

You're on the right track, though.
 
  • #7
Darth Frodo said:

Homework Statement



Prove for c>0 the sequence [itex]{x_n} = \frac{1}{2}(x_{n-1} + \frac{c}{x_{n-1}})[/itex] converges.


The Attempt at a Solution



This is proving difficult, I have never dealt with recursive sequences before. Any help would be appreciated. Thanks.

To see what is happening, look at the graph of
[tex] y = f(x), \text{ where } f(x) = \frac{1}{2} \left( x + \frac{c}{x} \right)[/tex]
Look up material about "cobweb plots"; see, eg., http://en.wikipedia.org/wiki/Cobweb_plot . This will give you some intuition about what is happening; it is not yet a 'proof', but may help get you started.
 

Related to Proving convergence of recursive sequence.

1. What is a recursive sequence?

A recursive sequence is a type of mathematical sequence where each term is defined by the previous term(s) in the sequence. In other words, the formula for finding a term in the sequence relies on the values of the previous term(s).

2. Why is it important to prove convergence of a recursive sequence?

Proving convergence of a recursive sequence is important because it allows us to determine if the sequence will eventually approach a single, fixed value, or if it will continue to oscillate or diverge. This information is crucial in understanding the long-term behavior of the sequence.

3. How do you prove convergence of a recursive sequence?

There are several methods for proving convergence of a recursive sequence, including the Monotone Convergence Theorem, the Squeeze Theorem, and the Cauchy Criterion. These techniques involve showing that the sequence is increasing, decreasing, or bounded, and that it approaches a limit as the number of terms increases.

4. What are some common mistakes when proving convergence of a recursive sequence?

One common mistake is assuming that a sequence is convergent without first verifying its properties and checking for potential divergence. Another mistake is using an incorrect formula or incorrectly identifying the limiting behavior of the sequence.

5. Can a recursive sequence converge to multiple values?

No, a recursive sequence can only converge to a single value. This is because the formula for finding each term is dependent on the previous term(s), so there can only be one limiting behavior as the number of terms increases.

Similar threads

  • Calculus and Beyond Homework Help
Replies
4
Views
903
Replies
1
Views
589
  • Calculus and Beyond Homework Help
Replies
2
Views
117
  • Calculus and Beyond Homework Help
Replies
1
Views
325
  • Calculus and Beyond Homework Help
Replies
8
Views
853
  • Calculus and Beyond Homework Help
Replies
13
Views
982
  • Calculus and Beyond Homework Help
Replies
4
Views
385
  • Calculus and Beyond Homework Help
Replies
34
Views
2K
  • Calculus and Beyond Homework Help
Replies
8
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
2K
Back
Top