How to give an Epsilon Delta proof of the following limit:
$$ \lim_{x\to 1} \frac{1-\sqrt{x}}{1-x} = \frac{1}{2} $$
Thanks for your help in advance!
How to give an Epsilon Delta proof of the following limit:
$$ \lim_{x\to 1} \frac{1-\sqrt{x}}{1-x} = \frac{1}{2} $$
Thanks for your help in advance!
On
$\dfrac{1-\sqrt x}{1-x}-\dfrac12=\dfrac{1-2\sqrt x+x}{2(1-x)}$
$\dfrac{1-2\sqrt x+x}{2(1-x)}=\dfrac{1-\sqrt x}{2(1+\sqrt x)}=\dfrac{1-x}{2(1+\sqrt x)^2}$
$\delta=2\epsilon$. You may find a somewhat larger $\delta$ is allowed if you can sharpen the bound on the denominator in Step 3.
observe $$ \dfrac{1-\sqrt{x}}{1-x} = \dfrac{1}{1+\sqrt{x}} $$ and you can now guess that the limit is 0.5 to prove find $$\begin{align*} \left| \dfrac{1}{1+\sqrt{x}} - \dfrac{1}{2} \right| &= \left| \dfrac{1-\sqrt{x}}{2(1+\sqrt{x})} \right|\\ &= \left| \dfrac{x-1}{2(1+\sqrt{x})^2} \right|\\ &< \dfrac{|x-1|}{2} \end{align*} $$ Now just take $\delta = 2\varepsilon$