Sequence of real numbers | Proof of convergence

kingwinner
Messages
1,266
Reaction score
0

Homework Statement


ra12.JPG


Homework Equations


N/A

The Attempt at a Solution


Assuming the truth of part a, I proved part b.
But now I have no idea how to prove parts a & c.
Part a seems true intuitively. The sqaure root of a number between 0 and 1 is will be larger than that number, and if we take more and more square roots, it will get close to 1, and then if we add two numbers that are close to 1, it must be ≥1.
But how can we write a FORMAL proof of it? How can we find/construct N and demonstrate exactly that there exists an N such that n≥N => an≥1?

Can someone help me, please?
Any help is much appreciated!



[note: also under discussion in Math Links forum]
 
Last edited:
Physics news on Phys.org
For part a, I have some more idea...if a(n) and a(n+1) are positive then we can surely pick an m such that 1/(2m) is less than them both: just select a sufficiently large m, e.g. select m such that 2m ≥ 1/min{a(n),a(n+1)}.

But how can I find N such that n≥N implies a(n)≥1 ?

Any help is much appreciated!
 
Since you seem to have spent quite some time on the problem i will try to give you some hints, i hope i don't get another warning from pf moderators for offering too much help(solving >90% of the problem for the op) :(

This might not be the nicest proof in the world, but i think it works.

As you have figured out the main problem is when 0<a_1<1 and 0<a_o<1. So we will deal with this case only, since others are trivial.
Let:
0&lt;a_0&lt;1,0&lt;a_1&lt;1
then:
a_o&lt;\sqrt{a_o}...and...a_1&lt;\sqrt{a_1}

adding these together we get:
a_3=\sqrt{a_0}+\sqrt{a_1}&gt;a_0+a_1

If we continue in this fashion, after n-2 steps we would get something like:

a_{n+2}=\sqrt{a_{n+1}}+\sqrt{a_n}&gt;a_0+a_1+...+a_n&gt;n*min\{a_0,a_1,...,a_n\}=n*a

So, now you see that if we let n>N=1/a we get our result. where a=min{a_o,...,a_n}

cheers!
 
Last edited:
Thanks.
Using part a, I proved part b.

Any hints about part c?
 
For part c, I'm stuck with using the hint.

From part b, en+2 ≤ (en+1 + en)/3 for n≥N.

In part c, I think I need to end up proving something like
en ≤ (2/3)some exponent involving n max(eN,eN+1)
If the RHS tends to 0, then by squeeze theorem en->0.

But I'm not sure how to SET UP the iteration. From part b, en+2 ≤ (en+1 + en)/3 for n≥N. Is it also true that en+1 ≤ (en + en-1)/3? Why or why not?
And how can I find that "some exponent involving n"?

May someone help me, please?
Thanks!
 
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