Proving lim(S_n) = 1/2(1 + sqrt(5)) for Quick Analysis Problem

  • Thread starter Thread starter steelphantom
  • Start date Start date
  • Tags Tags
    Analysis
steelphantom
Messages
158
Reaction score
0

Homework Statement


Let S_1 = 1 and for n >= 1 let S_n+1 = sqrt(S_n + 1)

e.g. s_2 = sqrt(2), s_3 = sqrt(sqrt(2) + 1), etc.


Prove lim(S_n) = 1/2(1 + sqrt(5)).

Homework Equations





The Attempt at a Solution



Not really sure how to approach this. This is right after the "Limit Theorems" section in our book, so I would assume I have to use some limit theorems. The tricky part is figuring out which ones to use! :rolleyes: Thanks for any help.
 
Physics news on Phys.org
Alright, two things:

First you must find the possible limits. If they exists they will solve

lim(S_n+1) = lim(sqrt[S_n + 1]).

recall that lim(S_n+1) = lim(S_n) = s. So you just solve a quadratic equation.

Now, you don't know if they exist, but just remember one thing:

A monotone bounded sequence is convergent.

See if you can prove that the sequence is bounded and monotone.

If you can show that, then you know it must converge, and if it converges then it converges to either one of the two equilibrium (should be fairly obvious to which).
 
Thanks for your response. I neglected to say in the first post that we can assume S_n converges, which makes the problem a lot easier. So I know that lim(S_n+1) = lim(sqrt[S_n + 1]) = lim(S_n) = s. I'm not sure what you mean by solving a quadratic equation.

Edit: OK, I have lim(S_n+1)lim(sqrt[S_n + 1]) = lim(S_n+1 * sqrt[s_n + 1]) = s^2. Not sure if that helps me or not.
 
Last edited:
you have S_n+1 = sqrt(S_n + 1) or equivalently
S_n+1^2 = S_n + 1

Assuming that S_n converges to s, we have lim(S_n+1) = lim(S_n) = s
So s^2 = s + 1

Solve for s, you will get two solutions, one of which is the one you posted.
Now, you got to show that it converges to that one and not the toher... which means that it will be either increasing or decreasing monotonically to it (which should be its boundary). That's what you have to show.
 
Ok, I figured it out. Thanks for your help!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top