Recursion relation convergence

Click For Summary
SUMMARY

The discussion centers on the convergence of the sequence defined by the recursion relation x_{n+1} = (1/2)(x_{n} + 2/x_{n}), with the condition that x0 > 0. Participants emphasize using proof by induction to establish that the sequence is monotonically decreasing and bounded above by 2. Ultimately, the sequence converges to √2, as demonstrated through these proofs. Key steps include proving that x_{n+1} ≥ x_{n} and that x_{n} < 2 for all n.

PREREQUISITES
  • Understanding of recursion relations
  • Knowledge of proof by induction
  • Familiarity with convergence criteria for sequences
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study the concept of monotonic sequences in calculus
  • Learn about proof techniques in mathematical analysis
  • Explore the properties of limits and convergence in sequences
  • Investigate the application of the Mean Value Theorem in recursive sequences
USEFUL FOR

Students of mathematics, particularly those studying calculus and real analysis, as well as educators seeking to enhance their understanding of recursive sequences and convergence proofs.

hasan_researc
Messages
166
Reaction score
0

Homework Statement



Consider the sequence \left x_{n}\{\right\} defined by the recursion relation,

x_{n+1} = \frac{1}{2} \left( x_{n} + \frac{2}{x_{n}} \right)

where x0 > 0.

Use the fact that "if a sequence of real numbers is monotonically decreasing and
bounded from below, then it converges" to prove that the sequence converges.

Show that it converges to \sqrt{2}.

Homework Equations





The Attempt at a Solution




No idea!
Any help would be greatly appreciated. :smile:
 
Physics news on Phys.org
No ideas? How about the idea of doing what the hint says?

1) Prove the sequence is increasing. Use "proof by induction" to show that x_{n+1}\ge x_n for all n.

2) Prove that the sequence has an upper bound. Again, use "proof by induction to show that x_n&lt; 2 for all n.
 
This is what I have found so far:

x_{n+1} &lt; x_{n}
\frac{1}{2}\left( x_{n} + \frac{2}{x_{n}} \right) &lt; 2x_{n}
x_{n} &gt; \sqrt{2}

But I have n't used induction to show that the sequence is bounded below by \sqrt{2} :confused:

Now, I have to show that the sequence is monotonically decreasing (by induction, as you say).

But how I prove the x_{n+1} \leq x_{n} for n = 1 (to begin with)?:confused:
 

Similar threads

Replies
4
Views
2K
Replies
1
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K