Sunday, September 15, 2019

real analysis - Prove that the function $f(x)=frac{sin(x^3)}{x}$ is uniformly continuous.


Continuous function in the interval $(0,\infty)$ $f(x)=\frac{\sin(x^3)}{x}$. To prove that the function is uniformly continuous. The function is clearly continuous. Now $|f(x)-f(y)|=|\frac{\sin(x^3)}{x}-\frac{\sin(y^3)}{y}|\leq |\frac{1}{x}|+|\frac{1}{y}|$. But I don't think whether this will work.


I was trying in the other way, using Lagrange Mean Value theorem so that we can apply any Lipschitz condition or not!! but $f'(x)=3x^2\frac{\cos(x^3)}x-\frac{\sin(x^3)}{x^2}$


Any hint...


Answer



Hint:


Any bounded, continuous function $f:(0,\infty) \to \mathbb{R}$ where $f(x) \to 0$ as $x \to 0,\infty$ is uniformly continuous. The derivative if it exists does not have to be bounded.



Note that $\sin(x^3)/x = x^2 \sin(x^3)/x^3 \to 0\cdot 1 = 0$ as $x \to 0$.


This is also a great example of a uniformly continuous function with an unbounded derivative.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...