Daniel B. answered 09/03/22
A retired computer professional to teach math, physics
You are clearly using different terminology then what I am used to.
So let me give you my definitions, and then answer your questions based on those.
Hopefully you will be able to translate my answers to your terminology.
Definition:
A sequence {xn} is strictly increasing iff for each n, xn < xn+1.
A sequence {xn} is strictly decreasing iff for each n, xn > xn+1.
A sequence {xn} is monotone increasing iff for each n, xn ≤ xn+1.
A sequence {xn} is monotone decreasing iff for each n, xn ≥ xn+1.
A sequence {xn} is monotone iff it is monotone increasing or monotone decreasing.
Note that these five categories are not exclusive.
For example, a strictly increasing sequence is also monotone increasing.
And a sequence in any one of the first four categories is also monotone.
The statement of the problem does not say whether sequence elements starts with x0 or x1.
However, the way problem a. is written I will assume that sequences start with x1.
There are several ways to solve these kinds of problems and show your work.
For example, you could express the general difference between any two neighboring
elements, and show that it is always positive, or always negative.
For your given examples, it turns out more advantageous to take the ration of
consecutive elements and compare it to 1.
a.
xn = 1.3.5...(2n-1)/n!
xn+1 = 1.3.5...(2(n+1)-1) / (n+1)! =
1.3.5...(2n+1) / (n!(n+1)) =
1.3.5...(2n-1)(2n+1) / (n!(n+1)) =
xn (2n+1) / (n+1)
Thus
xn+1/xn = (2n+1) / (n+1) > 1 for any n > 0
Therefore the sequence is strictly increasing.
b.
The sequence is not monotone because even elements are positive and odd elements are negative.
c.
xn = ne e-n
xn+1 = (n+1)e e-(n+1)
Thus
xn+1/xn = (n+1)e e-(n+1) / ne e-n = ((n+1)/n)e / e
For n=1
x2/x1 = 2e/e > 1
On the other hand, for n sufficiently large (n+1)/n is very close to 1, and
1e/e < 1.
For example, you can check that for n = 100.
Since the ration between successive elements is sometime < 1 and sometimes >1,
the sequence is not monotone.
Eric B.
This makes a lot of sense, thank you09/04/22