I have just started with the epsilon-delta definition of limits. For the function f(x) = $x^2$, I do not understand why the following delta was chosen, how it was derived and why it is the right one. $δ=\min\left(1,\frac{ϵ}{2|x_0|+1}\right)$
My mathematical maturity is at a very primitive level and I would be very grateful if you can give a very detailed explanation that doesn't assume anything more than algebra and the basic definition of a function approaching a limit. That's all I know. Verbose answers are also welcome.
Let $\epsilon>0$ and assume that $0<\delta\leq 1$. Note that if $|x-x_0|<\delta$ then, by the triangle inequality, $|x|\leq |x_0|+|x-x_0|< |x_0|+\delta\leq |x_0|+1$. Moreover $$|f(x)-f(x_0)|=|x^2-x_0^2|=|x+x_0||x-x_0|\leq |x+x_0|\delta\leq (|x|+|x_0|)\delta< (2|x_0|+1)\delta.$$ How can you define $\delta>0$ in such a way that $(2|x_0|+1)\delta\leq \epsilon$?
P.S. Note that the bound $1$ is arbitrary. We can also replace it with any positive constant $r$. Then we define $$\delta=\min\left(r,\frac{\epsilon}{2|x_0|+r}\right).$$