#Real sequences

71 messages · Page 1 of 1 (latest)

tepid storm
#

how can we proove the three last questions?

solemn plankBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
  2. Do not ping the mods, unless someone is breaking the rules.
  3. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
sturdy tartan
#

bro french

tepid storm
#

lol could not get the document otherwise

heady merlin
#

okay

tepid storm
#

my bad did not think about it

heady merlin
#

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$

frigid glenBOT
#

tetotetotetotetotetotetoteto

heady merlin
#

is this okay with you?

tepid storm
#

it is okay with me

heady merlin
tepid storm
#

so if the initial sequence converges to l all subsequences converge to l that is it

heady merlin
#

yes!

heady merlin
tepid storm
#

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

heady merlin
#

well you see as m increases, x_m gets closer and closer to p

#

so p must be the number that satisfies the relation!

tepid storm
heady merlin
#

i.e. p = 1 + 1/(1+p)

tepid storm
#

that is it

heady merlin
#

knowing that is equivalent to knowing the limit in case of monotone sequences

tepid storm
#

we know that it is bounded

heady merlin
#

yes

#

doesn't mean it necessarily converge

#

first prove if it's monotone

#

monotone bounded sequences converge

tepid storm
heady merlin
#

it doesn't mention "deduce it from the questions"

tepid storm
#

that is why i have not used the monotony criteria; i thought about Bolzano theorm but it ain t working

heady merlin
#

bro just

#

prove its monotone....

#

first

tepid storm
heady merlin
#

don't care just prove it's monotone

#

lol

tepid storm
tepid storm
heady merlin
#

you've done the problem then

tepid storm
#

lmao; thanks mate

heady merlin
#

the "nature" just asks you if it's monotone or such here

#

monotone (increase or decreasing)

tepid storm
heady merlin
#

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

tepid storm
#

okay got it chad

hollow aspen
# tepid storm how can we proove the three last questions?

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.

tepid storm
hollow aspen
blissful knot
#

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

hollow aspen
#

Probably. Don't remember it, but as we can solve the recurrence exactly anyway, we might not need it.

tepid storm
#

i have another question if you do not mind

hollow aspen
#

Sure!

tepid storm
#

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

hollow aspen
#

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.

blissful knot
#

Also idk if this is relevant but you have un+1-un=(un-un-1)/(1+un)(1+un-1)=1/(1+un-1) -1/(1+un)

#

There is a sort of télescopage if you sum maybe … idk