let $a$ be a real number, $f: [a,\infty)\rightarrow \mathbb{R}$ be continuously differentiable, $f'(x)$ is bounded and $\int_{a}^{\infty}\left|f(x)\right|dx$ exists. Prove that $\lim_{x\rightarrow\infty}f(x)=0$. Hint: try using $\int_{a}^{\infty}f(x){f'(x)}dx$.
In order to solve this we can look at $\int_{a}^{M}f(x){f'(x)}dx$, and by using Integration by parts and the Newton-Leibniz formula we get that $\int_{a}^{M}f(x){f'(x)}dx = \frac{{f(M)}^2-{f(a)}^2}{2}$, thus $\lim_{M\rightarrow\infty}f(M)^2$ exists since $\int_{a}^{M}f(x){f'(x)}dx$ is bounded by $K \int_{a}^{M}\left|f(x)\right|dx$ which is given exists when $M\rightarrow \infty$ ($K$ is the bound of $|f'(x)|$).
Due to the continuity of $\sqrt{x}$ and limit rules, if we let $L^2$ be the limit of $f(x)^2$ then the limit of $|f(x)|$ is $|L|$.
We are left to prove that $L$ is $0$, what i tried was using the fact that $f(x)$ is Lipschitz continuous since $f'(x)$ is bounded, thus $f(x)$ is uniformly continous. We can then define $g(x)=|f(x)|$ and prove that $\lim_{x\rightarrow\infty}g(x)=0$.
In class we had proven that if $f(x)$ is non negative and uniformly continuous on $[1,\infty)$ and $\int_{1}^{\infty}f(x)dx<\infty$ then $\lim_{x\rightarrow\infty}f(x)=0$, and this fits the description of $g(x)$. (a proof can be also found here).
Is this proof correct and is there an easier way to prove this without having to use what i said we proved in class?
Thanks for the help!
$\int_{a}^{\infty}|f(x)f'(x)|dx \leq \int_{a}^{\infty}|f(x)||f'(x)|dx \leq \int_{a}^{\infty}|f(x)|Kdx = K\int_{a}^{\infty}|f(x)|dx$ thus the right side of the first equation converges (it is given that the last integral exists).
– Titan3 Feb 04 '20 at 20:35