Solving a problem with Monotonic convergence.

  • Thread starter Thread starter Disowned
  • Start date Start date
  • Tags Tags
    Convergence
Disowned
Messages
30
Reaction score
0

Homework Statement



I have a problem that states that An = \sqrt{A_{n-1}}
, N is \geq 1 where A0 is a positive constant.

I have to show that the sequence

{An} is decreasing if A0 > 1 and increasing if A0 < 1.

Show that the sequence is bounded below if A0 > 1 and bounded above
if A0 < 1.

Also I have to show the limit as n \rightarrow\infty A_n = 1




The Attempt at a Solution



Now I'm pretty sure that I am right so I just need some verifcation here. This is what I did:

A0 = \sqrt{A_{1-1}} = \sqrt{A_0}

\sqrt{A_0} < A_0[/tex]
A0 < (A0)2

Call A0 = F(n)
F(n) > 1
F(n) = \sqrt{2}. F(n) < N [\sqrt{2} < 2]
F(n) < 1
F(n) = \sqrt{1/4}. F(n) > N [\sqrt{1/4} = 1/2 > 1/4]

So {An} decreases if A0 > 1 and increases if A0 < 1.

Because of the behavior of An in relation to N, An will always be less than N itself. If An > 1 and will be bounded below N.

Likewise if An An < 1 An will be greater than N and will always be bounded above.

3.

n \stackrel{Lim}{\rightarrow}\infty |\sqrt{A_n/A{n-1}} = 1

Via the ratio test.


So, is this a valid approach or am I off?
 
Last edited by a moderator:
Physics news on Phys.org
Disowned said:

Homework Statement



I have a problem that states that An = \sqrt{A_{n-1}}
, N is \geq 1 where A0 is a positive constant.

I have to show that the sequence

{An} is decreasing if A0 > 1 and increasing if A0 < 1.

Show that the sequence is bounded below if A0 > 1 and bounded above
if A0 < 1.

Also I have to show the limit as n \rightarrow\infty A_n = 1




The Attempt at a Solution



Now I'm pretty sure that I am right so I just need some verifcation here. This is what I did:

A0 = \sqrt{A_{1-1}} = \sqrt{A_0}
You mean A1 is equal to \sqrt{A_0}


\sqrt{A_0} < A_0[/tex][/quote]
This is only true if A0> 1. There are two different problems here, A> 1 and A< 1, and you need to distinguish between them.

A0 < (A0)2

Call A0 = F(n)
I presume you mean An[/sup]= F(n). Other wise there is no "n" in F(n).

F(n) > 1
If you are dealing with the "A0> 1" case, F(0)> 1 and you need to prove this for other n.

F(n) = \sqrt{2}.
What? Even assuming you mean A0, you are not given this!

F(n) < N [\sqrt{2} < 2]
F(n) < 1
Okay, I assume you are now doing the other case.

F(n) = \sqrt{1/4}. F(n) > N [\sqrt{1/4} = 1/2 > 1/4]

So {An} decreases if A0 > 1 and increases if A0 < 1.
You have not proved that. Do so.

Because of the behavior of An in relation to N, An will always be less than N itself. If An > 1 and will be bounded below N.

Likewise if An An < 1 An will be greater than N and will always be bounded above.

3.

n \stackrel{Lim}{\rightarrow}\infty |\sqrt{A_n/A{n-1}} = 1

Via the ratio test.


So, is this a valid approach or am I off?

I would recommend using "proof by induction".
 
Okay based on what you are saying, If I rewrite the first part of the problem like this

A1 = \sqrt{A<sup>0</sup>}
And then write that this infers that A0 > A1
I could then say A0 > 1 ?

Then use that inequality to prove N > 1 by comparing An-1 > An?
Saying n -1>n would lead to n > n +1.

From there I guess using An = F(n) would be okay?
 
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