2

Suppose $A>0$,and let $f$ be function which is Lipschitz continuous in $[A,\infty)$. Prove that for all $\alpha \geq 1$, the function $\frac{f(x)}{x^{\alpha}}$ is uniformly continuous in $[A,\infty)$.

Could anyone help me with this problem? Thanks!

My try. When $\alpha=1$,then from the Lipschitz condition, we can get that $|f(x)|\leq |f(A)|+L|x-A|$. From this, we can claim there exists $L′$>0, such that $\frac{|f(x)|}{x} \leq L'$ and at last we get $$|\frac{f(y)}{y}-\frac{f(x)}{x}|\leq \frac {|f(y)-f(x)|}{y}+\frac{|x-y|}{y}\frac{|f(y)}{x}\leq L''|y-x|.$$

Robert Z
  • 145,942
  • What did you try? – Robert Z Dec 04 '17 at 12:12
  • when $\alpha=1$,then from the Lipschitz condition ,we can get that$|f(x)|\leq |f(x)|+L|x-A|$;From this, we can claim there exists $L'>0$,such that $\frac{|f(x)|}{x} \leq L'$ – user510013 Dec 04 '17 at 12:15
  • when $\alpha=1$,then from the Lipschitz condition ,we can get that$|f(x)|\leq |f(x)|+L|x-A|$;From this, we can claim there exists $L'>0$,such that $\frac{|f(x)|}{x} \leq L'$,at last we can get $|\frac{f(y)}{y}-\frac{f(x)}{x}|\leq \frac {|f(y)-f(x)|}{y}+\frac{|x-y|}{y}\frac{|f(y)}{x}\leq L''|y-x|$ – user510013 Dec 04 '17 at 12:22

2 Answers2

1

As regards the case $\alpha=1$, you are on the right track. See also Prove that $\frac{f(x)}{x}$ is uniformly continuous in $[1, +∞)$ if $f$ is Lipschitz

For $\alpha>1$, since $f(x)/x$ is bounded, it follows that $$\lim_{x\to +\infty}\frac{f(x)}{x^{\alpha}}=\lim_{x\to +\infty}\frac{f(x)/x}{x^{\alpha-1}}=0.$$ Then use Prove that $f$ is uniform continuous

Robert Z
  • 145,942
1

Let $0 < A \le x_1 < x_2$. Then $f(x)$ is Lipschitz continuous if and only if $$ \dfrac{|f(x_1)-f(x_2)|}{|x_1-x_2|} \le K $$ for some constant $K$. Now consider $$ \dfrac{|f(x_1)/x_1^\alpha-f(x_2)/x_2^\alpha|}{|x_1-x_2|} $$ Since $\alpha \ge 1$, we may write $$ \dfrac{|f(x_1)/x_1^\alpha-f(x_2)/x_2^\alpha|}{|x_1-x_2|} < \dfrac{|f(x_1)-f(x_2)|/A^\alpha}{|x_1-x_2|} $$ Hence if $g(x)=f(x)/x^\alpha$, then $$ \dfrac{|g(x_1)-g(x_2)|}{|x_1-x_2|} \le KA^\alpha $$ So $g(x)$ is Lipschitz continuous, and every such function is uniformly continuous.

Eric Fisher
  • 1,313