0

Clearly, this problem requires applying epsilon, delta definition of uniform continuity. im having trouble finding values that will work here and hence, writing the proof in general.

2 Answers2

3

We say $f$ is uniformly continuous if

$ \forall \, \varepsilon > 0 \; \exists \, \delta > 0 \,$ such that $\forall x,y\in \mathbb{R}$ we have $|x-y|<\delta \Rightarrow |f(x) - f(y)| < \varepsilon$.

If $a=0$, then $|f(x)-f(y)| = |b-b| = 0 < \varepsilon$ for any $\varepsilon$, so any $\delta$ works.

Now let $\varepsilon>0$ and suppose $a \neq 0$. Let $\delta = \frac{\varepsilon}{|a|}$ and suppose $|x-y|<\delta$. Then

$$ |f(x) - f(y)| = |ax + b - (ay + b)| = |ax - ay| = |a||x-y| < |a|\delta = |a|\frac{\varepsilon}{|a|} = \varepsilon $$

and we're done.

ODF
  • 1,590
0

Here is what I came up with . Does this look correct?

I figured out two values that work but not sure if this proof makes sense here