6

When proving $\lim_{x\to a} x^2 = a^2$ we need to show that for all $\epsilon > 0$ there is some $\delta > 0$ so that if $0<|x-a|<\delta$ then $|x^2-a^2|< \epsilon$. Now writing $|x^2-a^2|$ as $|x-a||x+a|$ why can't we just pick $\delta = \frac{\epsilon}{|x+a|}$. Why is the reason that $\delta$ must be independent of $x$?

  • 2
  • Because this is how limits are defined. 2. Because the phrase $$\forall\epsilon\ \exists\delta(x)\ \forall x\ |x-x_0|<\delta(x)\implies |f(x)-\ell|<\epsilon$$ introducing $\delta(x)$ before $x$, makes no sense. 3. Because every function defined at $x_0$ fulfills the condition $$\forall\epsilon\ \forall x\ \exists\delta(x)\ |x-x_0|<\delta(x)\implies |f(x)-f(x_0)|<\epsilon$$ (Item 3. is slightly subtler than 1. and 2.)
  • – Did Mar 11 '18 at 08:47
  • @spkakkar Hmmm... no. – Did Mar 11 '18 at 08:51
  • @spkakkar how exactly is this a duplicate. These questions are asking two different things. – user500668 Mar 11 '18 at 08:55
  • You are right. I was too early to comment :P Sorry. I am deleting it. – spkakkar Mar 11 '18 at 08:59
  • Well it is the other way round. Your $x$ depends on $\delta$. Based on $\epsilon$ some $\delta $ is chosen such that all $x$ lying in the range $(a-\delta, a+\delta) $ fulfill some specific condition. So the $\delta$ gives you the range of $x$ for the which some condition needs to be verified. – Paramanand Singh Mar 11 '18 at 17:41
  • Moreover the way you are trying to find $\delta$ looks more like algebraic manipulation of inequalities. Proceeding in this manner is equivalent to missing the whole point of limit concept. By definition of limit if some $\delta$ works for a given $\epsilon $ then any smaller $\delta$ also works for that $\epsilon$. Thus one is not supposed to solve for $\delta $ in terms of $\epsilon $ like solving some algebraic equation.. – Paramanand Singh Mar 11 '18 at 17:47