Explanation
I want to prove this equation (1) using the $\epsilon-\delta$ definition for the function $f(x) = x^2$.
$$ \lim_{x \to a} f(x) = a^2 \tag{1} $$
I've read certain books and I don't agree with some of them.
In that book, $\delta$ was assumed as follows.
$$ \delta = \frac{\epsilon}{(1+2|a|+\epsilon)} $$
And the continuity can be proved by the following equation.
$$ \begin{aligned} |f(x) - f(a)| &= |x+a||x-a| \\ &< (|x|+|a|)\delta \\ &< (|a|+\delta + |a|)\delta \\ &= (\delta + 2|a|)\delta < \epsilon \end{aligned} \tag{2} $$
Questions
01
The first question is, why can this equation (2) prove that continuity holds?
There is no specific delta value for epsilon.
02
The first question is, why does equation (3) below hold?
$$ (\delta + 2|a|)\delta < \epsilon \tag{3} $$
The first expression from the book of $ \delta $ doesn't seem to be correct.
The inequality $ (2)$ does not prove continuity since it does not give the value of $ \delta $.
The inequality $ (3) $ comes from $$|x-a|<\delta \implies$$ $$-\delta<x-a<\delta \implies$$
$$-|a|-\delta\le a-\delta<x<a+\delta<|a|+\delta \implies$$
$$|x|<|a|+\delta\;\implies$$ $$|x|+|a|<2|a|+\delta \;\implies$$ $$|x^2-a^2|=|x+a||x-a|\le (|x|+|a|)|x-a|$$
$$\le (\delta+2|a|)|x-a|<(\delta+2|a|)\delta$$ So, to realise $|x^2-a^2|<\epsilon$, it is sufficient to have
$$(2|a|+\delta)\delta<\epsilon$$ but it does not give $\delta$.
You must add an other condition, like $|x-a|<\color{red}{1}$ .
With this addiitional condition, we will have
$$|x|+|a|<1+2|a|$$ and $$|x^2-a^2|<(1+2|a|)|x-a|$$ So, if you want that $$|x^2-a^2|<\epsilon$$ We will look for $ \delta$ such that
$$|x-a|<\delta\implies (1+2|a|)|x-a|<\epsilon$$ or $$|x-a|<\delta\implies |x-a|<\frac{\epsilon}{1+2|a|)}$$ thus, we can take $$\delta=\frac{\epsilon}{1+2|a|}$$ But, there is the additional condition $$|x-a|<\color{red}{1}$$ So, $\delta $ must be $\le 1$,
$$\delta=\min(\color{red}{1},\frac{\epsilon}{1+2|a|})$$ This choice, will prove continuity.