$$\lim_{x\to 9} \frac{1}{\sqrt{x}} = \frac{1}{3} $$
so the two statements are
$$0<|x-9|<\delta$$
$$\left|\frac{1}{\sqrt{x}}-\frac{1}{3}\right|<\epsilon$$
I've tried to multiply by the conjegate to get
$$\frac{\frac{1}{x}-\frac{1}{9}}{\sqrt{\frac{1}{x}}+\frac{1}{3}}<\epsilon$$
I'm unsure where to go from here to get that x-9 factor i need
Note that$$\left\lvert\frac1{\sqrt x}-\frac13\right\rvert=\frac{\left\lvert3-\sqrt x\right\rvert}{3\sqrt x}=\frac{\lvert9-x\rvert}{3\sqrt x\left(3+\sqrt x\right)}.$$Now, if $\lvert x-9\rvert<5$, then $x>4$ and therefore $\sqrt x>2$. Also, $3+\sqrt x>5$. So $3\sqrt x\left(3+\sqrt x\right)>30$. Therefore, if you take $\delta=\min\left\{5,30\varepsilon\right\}$, then$$\lvert x-9\rvert<\delta\implies\left\lvert\frac1{\sqrt x}-\frac13\right\rvert=\frac{\lvert9-x\rvert}{3\sqrt x\left(3+\sqrt x\right)}<\frac{\lvert9-x\rvert}{30}<\varepsilon.$$