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 At

My Attempt: $|f(x)-f(y)| = |x^2$-$y^2| = |x-y| |x+y|<\delta = \epsilon$

3

There are 3 best solutions below

0
On

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.$$

0
On

For $x\in (0,1)$ we have $|f'(x)|=|2x-2| \le 2$, thus, by the mean value theorem:

$$|f(x)-f(y)| \le 2|x-y|$$

for all $x,y \in (0,1).$

This shows that $f$ is Lipschitz- continuous on $(0,1)$, hence uniformly continuous on $(0,1).$

0
On

Or:

$x,y \in (0,1)$:

$|f(x)-f(y)|=$

$|(x-1)^2-1-(y-1)^2+1|=$

$|x-y||x+y-2|\lt 2|x-y|.$