I'm a student taking a real analysis course at university and I have been asked the following question. I'm still learning so if anyone has any tips they would be much appreciated!
I start by fixing $\epsilon > 0$ and find $\delta > 0$ such that.
$$0 < |x - 0| < \delta \implies \bigg| \frac{x^2}{|x|} - 0 \bigg| < \epsilon$$
$$0 < |x| < \delta \implies \bigg| \frac{x^2}{|x|} \bigg| < \epsilon$$
$$ \impliedby \frac{|x^2|}{|x|} < \epsilon$$
$$ \impliedby \frac{|x||x|}{|x|} < \epsilon$$
$$ \impliedby |x| < \epsilon$$
$$0 < |x| < \delta \implies |x| < \epsilon$$
Therefore take $\delta = \epsilon$.
Thanks for your time!
Fix $\epsilon > 0.$ Choose $\delta = \epsilon.$
Observe that if $0 < |x - 0| < \delta,$ then we have $\bigg| \frac{x^2}{|x|} - 0 \bigg|= \bigg| \frac{x^2}{|x|} \bigg |=|x| < \delta=\epsilon.$
Therefore, $\delta = \epsilon$ works, and we are done.
I just rephrased your work.