Using induction to prove convergence

Click For Summary

Homework Help Overview

The problem involves a sequence defined recursively, with the first term being zero and subsequent terms given by a specific formula. The goal is to demonstrate that this sequence converges.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss proving that the sequence is bounded above and increasing, with attempts to establish inequalities and use of the squeeze theorem. Questions arise regarding the expression for the k+1 case and how to apply the squeeze theorem effectively.

Discussion Status

Some participants have offered guidance on showing the sequence is bounded above by 1 and have suggested methods for proving it is increasing. There is an ongoing exploration of the implications of these properties for convergence, with various interpretations of the approach being discussed.

Contextual Notes

Participants note potential contradictions in assumptions about the sequence's behavior and question the appropriateness of certain theorems, such as the squeeze theorem, in this context.

sassie
Messages
34
Reaction score
0

Homework Statement



Let a sequence (x(n)) by x1 = 0 and x(n+1) =[1 + 2x(n) − x^2(n)]/3

Show it converges.

Homework Equations


The Attempt at a Solution



Prove bounded above and is increasing. i.e. x(n)<x(n+1)<1

base case: 0<1/3<1

k+1 case: not very sure - i know that i will need to use the squeeze theorem, but I'm stuck on how the k+1 case expression will look like and what to use squeeze on.

i get x(k+2) being [14-8x(k)-4x^2(k)-4x^3(k)+x^4(k)]/27

do i need to use this to show x(k+1)<x(k+2)<1 ? then what do i use squeeze on? how do I show this is the case? I'm really stuck, any hints would be greatly appreciated! :)
 
Physics news on Phys.org
To show the sequence is bounded above by 1, notice that [tex]-(x_n - 1)^2 < 1[/tex], since the left hand side of the inequality is a negative value. Add two to both sides and divide both sides by 3 and you get [tex]\frac{2 - (x_n-1)^2}{3} < 1[/tex]. Now expand the quadratic in the numerator and simplify.

And though it may not be the best way, if you can show that for each n [tex]x_n \ge 0[/tex] then showing it is increasing is easy.
 
Here's my attempt. As first suggested by JG89, first show that [tex]\frac{2 - (x_n - 1)^2}{3} < 1[/tex] holds. This will show that [tex]x_n[/tex] is bounded above by 1 for all [tex]n \in \mathbb{N}[/tex].

Next, we need to show that [tex]x_n \geq 0[/tex] for all [tex]n \in \mathbb{N}[/tex]. For contradiction, suppose there exists some [tex]N+1 \in \mathbb{N}[/tex] such that [tex]x_{N+1} < 0[/tex]. So we have that [tex]0 < \frac{1 + 2x_N - x_N^2}{3}[/tex], implying that [tex]0 < 2 - (x_N - 1)^2[/tex]. Do some further rearranging, get [tex]2 > (x_N - 1)^2 \geq 0[/tex] and finally, get [tex]\sqrt{2} + 1 > x_N \geq 1[/tex] --- contradiction to the prior where we had shown that [tex]x_n < 1[/tex] for all [tex]n \in \mathbb{N}[/tex].

Next, we show that the sequence [tex](x_n)[/tex] is monotonically increasing. To show that [tex]x_{n+1} \geq x_n[/tex] for all [tex]n[/tex] is equivalent to showing [tex]x_{n+1} - x_n \geq 0[/tex]. So, consider that [tex]x_{n+1} - x_n = \frac{1 + 2x_n - x_n^2}{3} - x_n = \frac{1 + 2x_n - x_n^2 - 3x_n}{3} = \frac{1 - x_n - x_n^2}{3} \geq \frac{1 - x_n}{3} > 0[/tex] and the last inequality holds because we had previously shown that [tex]0 \leq x_n < 1[/tex] holds.

Hence, by the monotone convergence theorem, the sequence [tex](x_n)[/tex] converges.

In fact, we can do better than that --- we will find the limit. Note that if [tex]\lim x_n = x[/tex], then [tex]\lim x_{n+1} = x[/tex] (this is easy to prove). Hence, from the original recurrence relation, we can have [tex]x^2 = \frac{1 + 2x - x^2}{3}[/tex]. Using the typical quadratic formula, we solve to get [tex]x = \frac{-1 \pm \sqrt{5}}{2}[/tex] and we reject the negative root since we had shown that [tex]x_n \geq 0[/tex], which implies [tex]\lim x_n \geq 0[/tex]. Hence, [tex]\lim x_n = (-1 + \sqrt{5})/2[/tex].
 
Just a further note --- I don't think this problem is quite appropriate for the Squeeze Theorem. The Squeeze Theorem states that if [tex]\lim a_n = \lim b_n = L[/tex] and we have that [tex]a_n \leq s_n \leq b_n[/tex] for all [tex]n \in \mathbb{N}[/tex], then [tex]\lim s_n = L[/tex]. Notice here that we already known before hand that the limit (i.e. L) for the purpose of squeezing already exists. In this problem, you want to show the convergence, which implies you do not know that the limit exists (yet).
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
4
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K