-1

So, the objective is to determine if $$f(x)= \frac {\sin x}{x}$$ is Uniformly Continuous in the Interval $(0,\infty)$ or not.
What I tried is, that I decomposed the given interval into $(0,p]\cup[p,q]\cup[q,\infty)$ where $p,q\in (0,\infty)$. For $[p,q]$, it is known that $\sin x$ and $\frac1x$ are continuous for all finite values of $x$, so it is trivial to show that in the closed interval, $f(x)$ would be uniformly continuous.
The difficult part is for the other two intervals. For$(0,p)$, I took a sequence $$x_n=\frac1n$$ which converges to 0 as $n\to \infty$.
Then I tried simplifying $$\lvert f(x_m)-f(x_{m+1})\rvert$$ to get a product involving $\lvert x_m-x_m+1\rvert$ . But this does not work as I get stuck in $sinm$ terms. Now regarding $[q,\infty]$, I am not able to think in any direction.
Kindly provide a solution. Thanks!

Thomas Andrews
  • 186,215

1 Answers1

0

$f(x)=\frac{\sin x}x$ can be extended to $[0,\infty)$ by defining $f(0)=1,$ so that it is continuous on $[0,\infty).$

Any continuous function is uniformly continuous on any closed bounded interval, so $f$ is uniformly continuous on $[0,1].$

Now we will outline how to show that $f$ is uniformly continuous ion $[1,\infty).$

Use that:

$$f(x)-f(y)=\sin x\left(\frac1x-\frac1y\right)+\frac1y(\sin x-\sin y)$$

So for $x,y\in[1,\infty)$ $$\begin{align}|f(x)-f(y)|&\leq |\sin x|\left|\frac1x-\frac1y\right| +\frac{1}{y}|\sin x-\sin y|\\&\leq \left|\frac1x-\frac1y\right| +|\sin x-\sin y| \end{align}$$

Then show that $g(x)=\sin x$ and $h(x)=\frac1x$ are both uniformly continuous on $[1,\infty)$ to show that $f$ is uniformly continuous on $[1,\infty).$


More generally, you can use that $f(x)\to 0$ as $x\to\infty.$

Given any $\epsilon>0$ there is some $N$ such that $|f(x)|<\epsilon/4$ for all $x\geq N.$

Use that $f$ is uniformly continuous on $[0,N]$ to conclude that there is a $\delta>0$ that works for all of $[0,\infty).$

More generally you can show similarly:

If for some real $a,L,$ $f$ is continuous on $[a,\infty)$ and $f(x)\to L$ as $x\to\infty,$ then $f$ is uniformly continuous on $[a,\infty).$


A third approach is that if $f$ is differentiable on $[0,\infty)$ and $f’$ is bounded then $f$ is uniformly continuous.

This is because $f(x)-f(y)=(x-y)f’(z)$ for some $z$ between $x,y$ so:

$$|f(x)-f(y)|\leq B|x-y|$$ where $|f’(x)|<B.$

Thomas Andrews
  • 186,215