Im stuck on proving $\displaystyle \lim_{x\to9}\sqrt{x-5}=2.$
I start with let $e>0$ be given we need to find a $d>0$ such that whenever
$0<|x-9|<d$ we have $|f(x)-2|<e$
My method is to start with $|f(x)-2|<e$ isolate $x$ and then i think i end up with an unsymetrical interval about $9$ so i choose $d>0$ to be the distance to the shortest endpoint. Once i get my delta i attempt to show the implication but can't.
i expanded that inequality out to get
$9-4e+e^2 < x < 9 + 4e + e^2$
and from here i took $d$ to be $-e^2 + 4e$ and i can't show the impllication. Could someone tell me if i have done something wrong?
i also think i assumed $e<2$ during that process, is it ok to do this as becuase we can just use the delta given by say $e=1$ whenever we choose $e>2$?
Thanks for your help.
Let $\varepsilon > 0$,
$|\sqrt{x-5} - 2| = |(\sqrt{x-5} - 2) \frac{\sqrt{x-5}+2}{\sqrt{x-5}+2}| = |\frac{(\sqrt{x-5})^{2}-4}{\sqrt{x-5}+2}| = \frac{|x-5-4|}{|\sqrt{x-5}+2|} = \frac{|x-9|}{\sqrt{x-5}+2} \leq \frac{|x-9|}{2} < \frac{\delta}{2} < \varepsilon $
I use that $\sqrt{x-5} > 0 \implies$ $\sqrt{x-5} + 2 > 2 \implies$ $\frac{1}{\sqrt{x-5} + 2} < \frac{1}{2}$
And I take $\delta < 2\varepsilon$