#Real sequences
71 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
bro french
lol could not get the document otherwise
my bad did not think about it
so befofe doing 2 and 3
what about a lemma
If we have $x_m\to p$ then all subsequences of it call some $x_{m_j} \to p$
tetotetotetotetotetotetoteto
is this okay with you?
it is okay with me
so just find the limit of the sequence.
so if the initial sequence converges to l all subsequences converge to l that is it
yes!
can you say how we do this?
i have thought about it but the deal is that at the end of the exercice we are told to deduce the nature of the initial sequence
well you see as m increases, x_m gets closer and closer to p
so p must be the number that satisfies the relation!
using the monotony criteria
i.e. p = 1 + 1/(1+p)
that is it
we don't know the supremum or Infimum of the sequence yet
knowing that is equivalent to knowing the limit in case of monotone sequences
we know that it is bounded
yes
doesn't mean it necessarily converge
first prove if it's monotone
monotone bounded sequences converge
that is the thing; however at the end we are told to deduce the nature of Un going from the two above questions; so using the monotony of Un in the beginning is like burning the steps up
it doesn't mention "deduce it from the questions"
that is why i have not used the monotony criteria; i thought about Bolzano theorm but it ain t working
yes it does it is just the language diffrence it says : " from that; deduce its nature"
did it and have shown the limit
lol
yes
the "nature" just asks you if it's monotone or such here
monotone (increase or decreasing)
it ain t about divergence and convergence ?
convergence, divergence, monotonicity are all nature's
monotonicity is te first thing u should find
that will tell u if it's divergent or convergent
okay got it 
Hm, let's see...
u(n + 1) + 1 = 2 + 1/(u(n) + 1)
Let v(n) = u(n + 1).
v(n + 1) = 2 + 1/v(n)
v(n + 1)v(n) = 2v(n) + 1
Let's multiply both sides by v(n - 1)...v(1).
v(n + 1)...v(1) = 2v(n)...v(1) + v(n - 1)...v(1)
Now, let w(n) = v(n)...v(1).
w(n + 1) = 2w(n) + w(n - 1)
This is now a linear recurrence relation, which is easy to solve.
wait wait what's the purpose ?
We can solve this recurrence exactly.
Hmmm isn’t there a theorem that states that if you have a sequence of the form f(un)=un+1 then if f is decreasing the extracted sequences u2n and u2n+1 are both monotonous ?
And their monotonie are opposite if one is increasing the other is decreasing
Probably. Don't remember it, but as we can solve the recurrence exactly anyway, we might not need it.
Yeah your right
i have another question if you do not mind
Sure!
we have the first two images as initial data; and we have to proof that Un+p thing?
I found a corollation between all of them and i tried to use recursiveness in proovin that \Un+p - Un\ < 2/3 still it seemed a little bit too foggy of a proof
Wonder if we can solve this one exactly, too.
Oh! We can!
u(n + 1) - u(n) = 1/(u(n - 1) + 1) - 1/(u(n) + 1)
u(n + 1) + 1/(u(n) + 1) = u(n) + 1/(u(n - 1) + 1)
Let a(n) = u(n) + 1/(u(n - 1) + 1).
a(n + 1) = a(n)
a(n) = A
So:
u(n) + 1/(u(n - 1) + 1) = A
u(n) + 1 + 1/(u(n - 1) + 1) = A + 1
Then do the same approach as above.