If $(x_n) \to 2$ then $\left(\frac{1}{x_n}\right) \to \frac{1}{2}$

164 Views Asked by At

I'm having some trouble figuring out how to do this problem. I understand that I have the assumption: for all $\epsilon >0$, $\exists N \in \mathbb{N}$ such that $\forall n \geq N$ we have $$|x_n-2|<\epsilon$$ And I know I should be trying to show that $$\left| \frac{1}{x} - \frac{1}{2} \right| < \epsilon.$$ Now I see that $$\left| \frac{1}{x_n} - \frac{1}{2} \right|=\left| \frac{2-x_n}{2x_n} \right| = \frac{|2-x_n|}{|2x_n|}=\frac{|x_n-2|}{|2x_n|}$$ but I'm unsure how to progress from here. I want to go and say something like "$|2x_n|\leq 2M$", where $M$ is the bound of $(x_n)$ since it converges, so we have $$\frac{|x_n-2|}{2M} \leq \frac{|x_n-2|}{|2x_n|}$$ but this doesn't seem to help since the inequality is facing the opposite direction I'd want it to.

Could someone provide a hint on how to progress? Please don't provide any full solutions, thank you.

1

There are 1 best solutions below

2
On BEST ANSWER

Hint:

As $x_n \to 2$, there is $W>0$ such that if $n >W$ then $|x_n -2|< 1$, that is

$1<x_n<3$ and from there you can get a bound on $\frac1{x_n}$ when $n > W$.