Given a convergent sequence $(x_n)\rightarrow 2$, I am asked to prove $(1/x_n)\rightarrow 1/2$ without the use of the algebraic limit theorem.
Here is what I have tried: Let $\epsilon>0$ be arbitrary. We must prove that $|1/x_n-1/2|<\epsilon$. Observe that $$|1/x_n-1/2|=\frac{|x_n-2|}{2|x_n|}$$ and we can make $|x_n-2|$ as small as we like. However, I'm not sure how to choose $N$, and what to do with the $|x_n|$ in the denominator.
Choose $N_{1}$ so that $|x_{n}-2|<1$ for all $n\geq N_{1}$. Then, $|x_{n}|>1$ for all $n\geq N_{1}$, so $1/|x_{n}|<1$.
Next, choose $N_{2}$ so that $|x_{n}-2|<2\epsilon$ for all $n\geq N_{2}$.
Then, take $N=\max\{N_{1},N_{2}\}$ and note that for $n\geq N$,
$$ \frac{|x_{n}-2|}{2|x_{n}|}<\frac{2\epsilon}{2}=\epsilon. $$