My Attempt: $|f(x)-f(y)| = |x^2$-$y^2| = |x-y| |x+y|<\delta = \epsilon$
2026-03-27 22:04:57.1774649097
Determine whether or not the function $f:(0,1) \to\mathbb R$ defined by $f(x)=x^2-2x$ is uniformly continuous
52 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
For any $\epsilon>0$, take $\delta=\epsilon/2$.
Now, whenever $x,y\in(0,1)$ such that $|x-y|<\delta$, we have
$$|f(x)-f(y)| =|(x^2-2x)-(y^2-2y)|= |x^2-y^2-2(x-y)|\\ = |x-y| (2-x-y)\leq 2|x-y|<2\delta = \epsilon.$$