supposed I wish to prove this limit via the epsilon delta definition of limits:
$$\lim_{x \to -1}\frac{1}{\sqrt{x^2+3}}=\frac{1}{2}.$$
This means I have to show that:
$$\bigg|\frac{1}{\sqrt{x^2+3}} - \frac{1}{2}\bigg| < \epsilon$$ whenever $0<\big|x +1\big|<\delta$.
How can I proceed to choose $\delta$ in a way such that my proof will be simple? So far I have tried to work "backwards" but ended up all messy because of the squareroot.
Any hint or help would be appreciated. Thanks!
Let $\varepsilon > 0$; then $$ \begin{split} \left| \frac{1}{(x^{2}+3)^{1/2}} - \frac{1}{2}\right| &= \left| \frac{2 - (x^{2}+3)^{1/2}}{2(x^{2}+3)^{1/2}}\right| \\ &= \frac{|x-1||x+1|}{4(x^{2}+3)^{1/2} + 2(x^{2}+3)} \\ &< |x-1||x+1| \\ &< |x+1| \\ &< \varepsilon \end{split}$$ if $|x+1| < 3$ and $< \varepsilon$, so taking $\delta := \min \{ 3, \varepsilon \}$ suffices.