Find the limit of a sequence II

In summary, the problem is to find the limit of a sequence defined by $x_0=2$ and $x_n=\frac{x_{n-1}}{2}+\frac{1}{x_{n-1}}$ for $n \ge 1$. The difference equation is written in the form of $\Delta_n = a_{n+1}-a_n = \frac{1}{a_n} - \frac{a_n}{2} = f(a_n)$ with two attractive fixed points at $x=\sqrt{2}$ and $x=-\sqrt{2}$. For any $a_0<0$, the sequence converges to $-\sqrt{2}$ and for any $a
  • #1
lfdahl
Gold Member
MHB
749
0
Let the sequence ${x_n}$ be defined by $x_0=2$ and $x_n=\frac{x_{n-1}}{2}+\frac{1}{x_{n-1}}$ for $n \ge 1$.
Find the limit.
 
Mathematics news on Phys.org
  • #2
lfdahl said:
Let the sequence ${x_n}$ be defined by $x_0=2$ and $x_n=\frac{x_{n-1}}{2}+\frac{1}{x_{n-1}}$ for $n \ge 1$.
Find the limit.

[sp]The solving procedure for this type of problems is illustrated in...

http://mathhelpboards.com/discrete-mathematics-set-theory-logic-15/difference-equation-tutorial-draft-part-i-426.html#post2492

Writing the difference equation in the form...

$\displaystyle \Delta_{n} = a_{n+1} - a_{n} = \frac{1}{a_{n}} - \frac{a_{n}}{2} = f(a_{n})\ (1)$

... we discover that f(x) has two attractive fixed points in $x= \sqrt{2}$ and $x=- \sqrt{2}$. For both the fixed points the criteria for convergence are satisfied, so that for any $a_{0}< 0$ the sequence converges to $- \sqrt{2}$ and for any $a_{0}>0$ the sequence converges to $\sqrt{2}$...[/sp]

Kind regards

$\chi$ $\sigma$
 
  • #3
lfdahl said:
Let the sequence ${x_n}$ be defined by $x_0=2$ and $x_n=\frac{x_{n-1}}{2}+\frac{1}{x_{n-1}}$ for $n \ge 1$.
Find the limit.

I recognize this one. ;)

Let $f(x)=x^2-2$.
Then the root is approximated using the Newton-Raphson method with:
$$x_n = x_{n-1} - \frac{f(x_{n-1})}{f'(x_{n-1})}
= x_{n-1} - \frac{x_{n-1}^2-2}{2x_{n-1}}
= \frac{x_{n-1}}{2}+\frac{1}{x_{n-1}}$$
In other words, the limit is $\sqrt 2$.
 
  • #4
I like Serena said:
I recognize this one. ;)

Let $f(x)=x^2-2$.
Then the root is approximated using the Newton-Raphson method with:
$$x_n = x_{n-1} - \frac{f(x_{n-1})}{f'(x_{n-1})}
= x_{n-1} - \frac{x_{n-1}^2-2}{2x_{n-1}}
= \frac{x_{n-1}}{2}+\frac{1}{x_{n-1}}$$
In other words, the limit is $\sqrt 2$.

In fact the equation $f(x)=x^{2} - 2 = 0$ has two solutions, $x=\sqrt{2}$ and $x=-\sqrt{2}$, and the Newton-Raphson method converges to the positive or negative root according to the initial value $x_{0}$...

Kind regards

$\chi$ $\sigma$
 
  • #5
Good job, well done chisigma and I like Serena! Thankyou very much for two different and very clever solutions indeed!:cool:

Here is an alternative approach by other:

We assume that the limit \[L=\lim_{n \to \infty }\left \{ x_n \right \}\] exists. Then
$x_n=\frac{x_{n-1}}{2}+\frac{1}{x_{n-1}}$ for $n \ge 1 \Rightarrow $

\[x_nx_{n-1}=\frac{x_{n-1}^{2}}{2}+1 \: \: \: for \: \: \: n\geq 1 \Rightarrow \lim_{n \to \infty }\left \{ x_nx_{n-1} \right \}=\lim_{n \to \infty }\frac{x_{n-1}^{2}}{2}+1 \Rightarrow L^2 = \frac{L^2}{2}+1 \Rightarrow L^2 = 2\]Therefore $L = \sqrt{2}$ or $L = -\sqrt{2}$.$x_0 = 2 > 0$ and if $x_n > 0$ then $x_{n+1}= \frac{x_n}{2}+\frac{1}{x_n} > 0 + 0 = 0$. Hence, by induction $x_n > 0$ for all $n \ge 0$. It follows that $L=\lim_{n \to \infty }\left \{ x_n \right \} \geq 0$. We conclude that the limit is $\sqrt{2}$.
 

1. What is a limit of a sequence?

A limit of a sequence is the value that the terms of a sequence approach as the index approaches infinity. It can also be thought of as the ultimate behavior or trend of the sequence.

2. How do you find the limit of a sequence?

To find the limit of a sequence, you need to observe the pattern of the terms and determine if they are approaching a specific value or if they are oscillating between two values. You can also use mathematical techniques such as the squeeze theorem or the ratio test to find the limit.

3. What is the difference between a finite and infinite limit of a sequence?

A finite limit of a sequence means that the terms of the sequence are approaching a specific value, while an infinite limit means that the terms are growing without bound or oscillating between positive and negative infinity.

4. Can a sequence have multiple limits?

No, a sequence can only have one limit. If a sequence has multiple limits, it is not a valid sequence.

5. What is the importance of finding the limit of a sequence?

Finding the limit of a sequence is important in understanding the behavior and trends of a sequence. It also helps in determining the convergence or divergence of a series, which has applications in various fields of mathematics and science. Additionally, finding the limit of a sequence can help in solving real-world problems involving continuous processes.

Similar threads

Replies
5
Views
393
Replies
2
Views
1K
  • General Math
Replies
9
Views
1K
Replies
14
Views
1K
Replies
7
Views
1K
Replies
3
Views
497
Replies
1
Views
9K
Replies
1
Views
943
Replies
2
Views
1K
  • General Math
Replies
21
Views
3K
Back
Top