For example, if you had a series like:
an=for n>=1
what steps would you take to test if it is monotone and bounded?
Its good to keep in mind the definition of Monotone sequence and bounded sequence.
A sequenceis:
(a) increasing if and only iffor any
(b) decreasing if and only iffor any
The sequence is MONOTONE if either one of these properties holds.
So check for the terms in you sequence, and you'll be able to find out if its monotone or not!
************************************************** ************************************************** ***************************
The sequence is BOUNDED ABOVE if there exists a number M such thatfor any
. M is called the upper bound.
The sequence is BOUNDED below if there exists a number m such thatfor any
. m is called the lower bound.
Can you tackle your question now?


Is it true that?
That is, is?
Since both denominators are positive, that would be the same as
The discriminant of that quadratic is 36- 4(2)(7)< 0 so the quadratic is never 0. In fact, it is easy to see that it is always positive so what is really true is thatfor all n. Crucially, everystep is "reversible" so we could go from
back to
. This is a strictly increasing sequence.
To see that it is bounded, note thatleads to
or 6n^2+ 8< 6n^2+ 9[/tex] and then
.
Again, you could start from the obvious fact thatand reverse the steps to get
. The sequence has 2 as an upper bound.
It should be obvious that this sequence converges to 3/2 and so has 3/2 as "least upper bound".