I have a slight issue with the mark scheme's approach to the following problem (I used a different definition, but nevertheless got the same answer).
Let ${(a_n)}_{n\in \mathbb{N}}$ be a sequence defined by:
$a_{2n}= 1+ \frac{1}{1+n}, a_{2n+1}= ln(1+ \frac{1}{1+n})$.
I have to find lim sup and lim inf.
Here is what I've done:
For lim sup, for instance:
I have to find $\lim_{n \to \infty} b_n$ where $b_n = \sup\{a_k : k \geq n \}$.
I've defined $b_n$ as follows:
If $n$ is even, then: $b_n = 1+ \frac{1}{1+n}$
(As $b_n$ is decreasing and $x> lnx$)
If $n$ is odd, then: $b_n = 1+ \frac{1}{2+n}$
(I kind of guessed here, as I thought that every even term which follows an odd term will be greater than that odd term due to the log property above. So I've just incremented $n$ by 1 to make it even).
This is where the markscheme disagrees, as $b_n$ is defined differently for both scenarios:
If $n$ is even, then: $b_n = 1+ \frac{1}{1+n/2}$
If $n$ is odd, then: $b_n = 1+ \frac{1}{1 + (n+1)/2}$
The mark schemes approach makes little sense to me as we are only supposed to consider the values of the sequence which have indices greater or equal to n (and take their supremum), whereas in this case, $n$ is divided by 2 which makes it seem that we are considering terms that have indices smaller than $n$. What is going on here? What is wrong with my approach?