Show using the $\epsilon - \delta $ criterion:
$f: \mathbb R \backslash \{0\} \rightarrow$ with $f(x)= \frac{x^2}{|x|}$ has the limit: $\lim_{x\rightarrow 0} f(x) = 0$.
Question: Is my proof correct and valid?
Let $x_0=0.0001, \quad L=0, \quad x \in [-\infty, \infty] \backslash \{0\}, \quad\delta < \frac{\epsilon}{x^2}, \quad \epsilon > 0$
\begin{align} |f(x)-0| = \left| \frac{x^2}{|x|} - 0 \right| = \left| \frac{x^2}{|x|} \right| = \frac{|x^2|}{|x|} = \frac{x^2}{|x|} < x^2 < x^2 \delta = x^2 \frac{\epsilon}{x^2} = \epsilon, \forall x \in D: 0 < |x - 0.0001| < \delta \end{align}
In this kind of questions I like to separate the function in two functions.
For $x>0$ you have $f1(x)=x^2/x=x$,
and for $x<0$ you have $f2(x)=x^2/(-x)=-x$.
Then you observe $f(0+d)=f1(0+d)=d, d>0$.
And also $f(0-d)=f2(0-d)=-(-d)=d, d>0$.
From https://en.wikipedia.org/wiki/(%CE%B5,_%CE%B4)-definition_of_limit#Precise_statement_for_real_valued_functions. You have c=0 and L=0.
You have to prove that for every $e>0$ there exists $d$ such that for all x, $0<|x|<d$ means $|f(x)|<e$.
for $x>0$ $f(x)=x$ so $|f(x)|=|x|=x$.
for $x<0$ $f(x)=-x$ so $|f(x)|=|-x|=-x$ (not $-x$ as $x$ is negative).
Take e=d:
for $x>0$ if $0<|x|<d$ then $|f(x)|=x<d=e$
for $x<0$ if $0<|x|<d$ then $|f(x)|=-x<d=e$