How can I find the limit of the following sequence:
$$\frac{1}{2} . \frac {3}{4} ....... \frac {2n - 1}{2n} $$
The problem for me is that they are multiplied and not added, also I can see that the numerator is the set of odd numbers and the denominator is the set of even numbers but then what?
Write $a_n$ for $\frac 1 2 \cdot \frac 3 4 \cdots \frac{2n-1}{2n}$ and $b_n$ for $\frac 2 3 \cdot \frac 4 5 \cdots \frac{2n}{2n+1}$. Then clearly $a_n < b_n$; but $a_n \cdot b_n = \frac 1 {2n+1}$ so $a_n \cdot b_n \to 0$ as $n \to \infty$. And $a_n^2 < a_n \cdot b_n$, so it must also be that $a_n \to 0$. That's your limit.