I'm having some trouble with the logic of delta-epsilon arguments. Consider the following:
Prove that $\lim \limits_{x \to a} \sqrt{|x|}$ exists
$$\begin{equation} \begin{split} |x - a| < \delta &\Rightarrow \left | \sqrt{|x|} - \sqrt{|a|} \right | \\[10pt] &\Rightarrow \left | \frac{|x| - |a|}{\sqrt{|x|} + \sqrt{|a|}} \right | \end{split} \end{equation} $$
Suppose $\delta = \epsilon \sqrt{|a|} $
$$\begin{equation} \begin{split} &|x - a| < \epsilon \sqrt{|a|} \\[10pt] &\Rightarrow |x| - |a| < \epsilon \sqrt{a} \\[10pt] &\Rightarrow \frac{|x| - |a|}{\sqrt{|a|}} < \epsilon \\[10pt] &\Rightarrow \frac{|x| - |a|}{\sqrt{x} + \sqrt{|a|}} < \frac{|x| - |a|}{\sqrt{|a|}} < \epsilon \\[10pt] &\Rightarrow \frac{|x| - |a|}{\sqrt{x} + \sqrt{|a|}} < \epsilon \end{split} \end{equation}$$
The problem is
$$ \frac{|x| - |a|}{\sqrt{x} + \sqrt{|a|}} < \epsilon \not \Rightarrow \left | \frac{|x| - |a|}{\sqrt{|x|} + \sqrt{|a|}} \right | < \epsilon $$
Edit: I have a separate proof for when a = 0
In this particular case, you just need to do the lower inequality as well. However, I'm going to give an overview of how to answer these sorts of questions in a way that makes sense, always works, and doesn't give people a headache when they're trying to mark it. I'll write out the proof as I'd write it in Then
and write my commentary outside of them.
So, first, we notice that it's pretty obvious that the limit is going to be $\sqrt{|a|}$. Now, we'll write down some boilerplate that's identical for any such proof:
We don't know what $\delta$ needs to be, yet, but we'll figure it out as we go, and just leave a space. Now, on with the boilerplate:
And now we'll start with the actual work, and try to fiddle with $|\sqrt{|x|} - \sqrt{|a|}|$ to get something that looks like $|x - a|$, so we can get a $\delta$ out, then use whatever conditions we're going to put on $\delta$ to turn that into an $\varepsilon$. First off, we'll try to use a difference of two squares to neaten things up a bit.
Now, that thing on the top looks almost like $|x-a|$, but not quite. The reverse triangle inequality can fix that, though, and then we can get our $\delta$ in there:
Now, we're nearly done: just need to get rid of the $x$ at the bottom, but that's easy: $\sqrt{|x|} \geq 0$, so $\left|\sqrt{|x|} + \sqrt{|a|}\right| \geq \sqrt{|a|}$. Since it's in the denominator, we'll flip that around:
So, if we just chose $\delta = \sqrt{|a|}\varepsilon$, we'll be done:
Now, we'll go back and fill in our definition of $\delta$ at the top:
and add some more boilerplate at the end:
Putting that all together, the proof ends up as: