I have some trouble with this problem, I'll write what I did
Problem:
$ f(x) = x^2-2x $
Prove f continuous in $\Bbb R$.
My solution:
I need to prove that: $$\lim_{x \to x_0} f(x) = f(x_0)$$
Or more specifically,
To all $\epsilon>0$ exist $\delta>0$ so to $x\in\mathbb{R}$ (function is a polynomial), $$|x-x_0|<\delta\mbox{ then }|f(x)-f(x_0)|<\epsilon$$
So
$|f(x)-f(x_0)|$ =
$|x^2-2x-x_0^2+2x_0|$ =
$|-2(x-x_0)+(x-x_0)(x+x_0)|<\epsilon$
Now I got stuck. Any ideas?
Thanks