Proving Convergence and Finding Limit of Recursive Sequence

Click For Summary
The sequence defined recursively as x_n = √(3 + x_{n-1}) converges, and its limit can be found by solving the equation x = √(3 + x). The quadratic equation derived from this is x^2 - x - 3 = 0, leading to the solutions x = (1 ± √13)/2. The relevant limit is (1 + √13)/2, as it is the positive solution. To prove convergence, the sequence must be shown to be bounded above and increasing, which can be established through induction. The discussion emphasizes that demonstrating the sequence's boundedness and monotonicity is crucial for proving convergence.
Caeder
Messages
13
Reaction score
0
Given the following sequence:

x_0 = 1, \quad x_1 = \sqrt{3+1}, \quad x_2 = \sqrt{3+\sqrt{4}}, \quad x_3 = \sqrt{3+\sqrt{5}},
x_4 = \sqrt{3+\sqrt{3+\sqrt{5}}}, \quad x_5 = \sqrt{3+\sqrt{3+\sqrt{3+\sqrt{5}}}} \ldots

prove the above sequence converges and determine the limit.

......

So from n=3 onwards, I notice that the sequence is recursively defined:

n \geq 4,\;x_n = \sqrt {3 + x_{n - 1} }

To prove convergence, I'd stimply have to show sequence is bounded above and that it's increasing.

I'm not quite sure how to do this with a recursive function.

To find the limit, I realized that

x_n = \sqrt {3 + x_{n - 1} } is at it's "equilibrium point" when x = 3 + \sqrt{x}. I solved for \sqrt{x} and found the limit to be:

\frac{1\pm\sqrt{13}}{2}. I then see that we go towards:

\frac{1+\sqrt{13}}{2}

So I know the limit will be the above if the sequence converges.

Any help on the proof?
 
Physics news on Phys.org
what you call "equilibrium point"?
 
al-mahed said:
what you call "equilibrium point"?

Stable point..
 
i'm not sure what a stable or equilibrium point is. You can show the sequence is bounded and monotonic using induction, show that it's bounded first, this will help you show it's monotonic.

This means lim x_{n-1} = lim x_n exists. The recursive definition and limit laws show that the limit, call it, x must satisfy the equation:

x=squareroot(3+x) or the quadratic
x^2-x-3, solve and deduce which solution is x.
 
SiddharthM said:
i'm not sure what a stable or equilibrium point is. You can show the sequence is bounded and monotonic using induction, show that it's bounded first, this will help you show it's monotonic.

This means lim x_{n-1} = lim x_n exists. The recursive definition and limit laws show that the limit, call it, x must satisfy the equation:

x=squareroot(3+x) or the quadratic
x^2-x-3, solve and deduce which solution is x.

I already know the limit. I'm having a hard time with the proof.
 
Caeder said:
I already know the limit. I'm having a hard time with the proof.

I gave you the outline of a rigorous proof.
 
\begin{array}{l}<br /> x_2 &lt; x_3 &lt; 9 \\ <br /> \sqrt {x_2 } &lt; \sqrt {x_3 } &lt; 3 \\ <br /> 3 + \sqrt {x_2 } &lt; 3 + \sqrt {x_3 } &lt; 6 \\ <br /> \underbrace {\sqrt {3 + \sqrt {x_2 } } }_{x_3 } &lt; \underbrace {\sqrt {3 + \sqrt {x_3 } } }_{x_4 } &lt; \sqrt 6 \\ <br /> x_3 &lt; x_4 &lt; 9 \\ <br /> \end{array}

Now I show it from the k+1 term? Not exactly sure how. But does that look right?
 
show x_3 is less than 3, then assume x_n is less than 3. what can you say then?

x_{n+1}=root(3+x_n)<root(3+3)<root(3+6)=3

done, so know x_n is bounded, now show it is monotonic.
 
x_n is positive for all n = {0,1,2,3,...}

x_{n + 1} = \sqrt {3 + x_n} ==> x_{n + 1} &gt; x_n for all n
 

Similar threads

  • · Replies 18 ·
Replies
18
Views
4K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K