Solving Hard Calculus Proofs with Steve

Click For Summary

Homework Help Overview

The discussion revolves around two calculus proofs involving recursively defined sequences. The first sequence is defined by x_{1}=0 and x_{n+1}=\sqrt{5 + 2x_{n}}, with the goal of proving convergence and finding its limit. The second sequence is defined by x_{0}=0 and x_{n+1}=\ln(2 + x_{n}), with the aim of showing that x_{n} is bounded above and below.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the need for induction and the importance of establishing both upper and lower bounds for the sequences. There are attempts to manipulate the recursive definitions to show convergence and boundedness, with some participants questioning the necessity of a lower bound.

Discussion Status

The discussion is ongoing, with various participants providing insights and corrections regarding the calculations and assumptions made in the proofs. Some guidance has been offered on how to approach the proofs, particularly regarding the use of induction and the monotone convergence theorem.

Contextual Notes

There is mention of potential sign errors in calculations and the need for clarity on the conditions under which the sequences converge. The recursive relations are noted to not yield negative values, which is relevant to the discussion of bounds.

_Steve_
Messages
19
Reaction score
0
I've got two calculus proofs that I can't seem to get! I was wondering if you guys could help me out a bit...

1.
Homework Statement

Suppose [tex]x_{n}[/tex] is the sequence defined recursively by

[tex]x_{1}=0[/tex] and [tex]x_{n+1}=\sqrt{5 + 2x_{n}}[/tex] for [tex]n=0, 1, 2, 3, ...[/tex]

Prove that [tex]x_{n}[/tex] converges and find its limit


The attempt at a solution

So far, by taking the limit of both sides "[tex]l[/tex]", I've found the limit

[tex]l=\sqrt{5 + 2l}[/tex]
[tex]l=\frac{-2 +\sqrt{24}}{2}[/tex]

but I still have to prove that the sequence converges. I've tried induction hypothesis using

[tex]x_{n} \leq x_{n+1} \leq \frac{-2 +\sqrt{24}}{2}[/tex]

and then I attempt to modify [tex]x_{n}[/tex] and [tex]x_{n+1}[/tex] such that the equation becomes (in the end):

[tex]x_{n+1} \leq x_{n+2} \leq \frac{-2 +\sqrt{24}}{2}[/tex]

but I can never get it to work out!


2.
Homework Statement

The second proof I'm having trouble with is basically one of the same type...

Let [tex]x_{n}[/tex] be the sequence of real numbers defined recursively by

[tex]x_{0} = 0[/tex] and [tex]x_{n+1} = \ln (2 + x_{n})[/tex] for [tex]n=0, 1, 2, 3,...[/tex]

Show that [tex]x_{n} \leq x_{n+1} \leq 2[/tex]

The attempt at a solution

Again, I try to modify it such that i get
[tex]\ln (2 + x_{n}) \leq \ln (2 + x_{n+1}) \leq 2[/tex]

but I keep ending up with
[tex]\ln (2 + x_{n}) \leq \ln (2 + x_{n+1}) \leq \ln (2 + 2)[/tex]



Is there a trick to calculus proofs?

Thanks!
Steve
 
Physics news on Phys.org
In my memory,to prove such thing with induction,you need an induction hypothesis that xn is not only bounded above,but also bounded below

Add a proper lower bound,and try mathematical induction again
 
You have a sign error in your calculation of L.
Starting with
[tex]L=\sqrt{5 + 2L}[/tex]
[tex]\Rightarrow L^2=5 + 2L[/tex]
[tex]\Rightarrow L^2 - 2L - 5 = 0[/tex]

By the Quadratic Formula, this gives
[tex]L = \frac{2 \pm \sqrt{4 - (-20)}}{2} = 1 + \sqrt{6} \approx 3.4495[/tex]
The other solution, 1 - sqrt(6), is negative, and can be discarded. The recursive relation won't give negative values.

Since [tex]L = lim_{n \to \infty} x_{n + 1}[/tex]
this shows that the sequence converges, and gives its limit.
 
I figured them out! Thanks Mark!

Is a lower bound really necessary? I assumed not, because it will obviously be larger than [tex]x_{1}=0[/tex] since the sequence is increasing
 
It is clear that it is bounded below. You can also consider monotone convergence theorem (although, with Mark's remarks, the proof is correct as it is).
 
Mark44 said:
You have a sign error in your calculation of L.
Starting with
[tex]L=\sqrt{5 + 2L}[/tex]
[tex]\Rightarrow L^2=5 + 2L[/tex]
[tex]\Rightarrow L^2 - 2L - 5 = 0[/tex]

By the Quadratic Formula, this gives
[tex]L = \frac{2 \pm \sqrt{4 - (-20)}}{2} = 1 + \sqrt{6} \approx 3.4495[/tex]
The other solution, 1 - sqrt(6), is negative, and can be discarded. The recursive relation won't give negative values.

Since [tex]L = lim_{n \to \infty} x_{n + 1}[/tex]
this shows that the sequence converges, and gives its limit.

I don't think so. What it shows is that if the sequence converges, then that value of L is its limit. But you must still argue that it converges. For consider x1 = 1 and xn+1 = 2xn. That argument applied to this would give L = 2L which would imply the limit exists and is 0.
 
LCKurtz is correct. You've shown what has to happen if it converges; you still must show that it does converge. You can do this by showing
1) That the sequence is increasing
2) That the sequence is bounded above (doesn't matter what number you choose, just show that it is bounded above)

For 1: you already know [tex]x_0 = 0 < x_1 = \sqrt{5 + 2 x_0} = \sqrt{5}[/tex]

Now use induction: assume [tex]x_k < x_{k+1}[/tex] and show [tex]x_{k+1} < x_{k+2}[/tex]. (Hint: look at simplifying [tex]x_{k+2}^2 - x_{k+1}^2[/tex]

For 2: try to show something like [tex]x_n < 5[/tex] for all n.
 

Similar threads

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