Let $ a \in \mathbb{R} $ so that the sequence $ (x_{n})_{n\geq 1} $
$ (x_{n}) = ( 1 + \frac{1}{3} + \frac{1}{5} + \cdots + \frac{1}{2n-1} ) - a ( 1 + \frac{1}{2} + \frac{1}{3} + \cdots + \frac{1}{n} ) $ is bounded.
Find $\lim_{n\to\infty} (x_{n}) $
If $ (x_{n}) $ is bounded that means there are $ 2 $ real numbers $m$ and $q$ let's say so that $ m \leq (x_{n}) \leq q $
Is there a more simple way to approach this problem? , other than writing things like :
$ \frac{\sum_{k=1}^{n}\frac{1}{2k-1}-m}{\sum_{k=1}^{n}\frac{1}{k}} \geq a \geq \frac{\sum_{k=1}^{n}\frac{1}{2k-1}-q}{\sum_{k=1}^{n}\frac{1}{k}}$
The correct answer should be $ ln2 $
Let
$$x_n(a)=\left(1+{1\over3}+{1\over5}+\cdots+{1\over2n-1}\right)-a\left(1+{1\over2}+{1\over3}+\cdots+{1\over n}\right)$$
If $|x_n(a)|$ and $|x_n(b)|$ are both bounded as $n\to\infty$, then so is
$$|x_n(a)-x_n(b)|=|a-b|\left(1+{1\over2}+{1\over3}+\cdots+{1\over n}\right)$$
which is not true if $a\not=b$. Hence there can be at most one $a\in\mathbb{R}$ for which $|x_n(a)|$ is bounded as $n\to\infty$.
It turns out that $|x_n(1/2)|$ is bounded: As in Nick Peterson's answer,
$$\left(1+{1\over3}+{1\over5}+\cdots+{1\over2n-1}\right)-{1\over2}\left(1+{1\over2}+{1\over3}+\cdots+{1\over n}\right)\\ =\left(1+{1\over2}+{1\over3}+\cdots+{1\over2n}\right)-\left(1+{1\over2}+{1\over3}+\cdots+{1\over n}\right)\\ ={1\over n+1}+{1\over n+2}+\cdots+{1\over n+n}\\ ={1\over n}\sum_{k=1}^n{1\over1+k/n}\to\int_0^1{dx\over1+x}=\ln2$$
The final step(s) require knowing the natural logarithm as an integral, and that an integral is a limit of Riemann sums.