Asymptotic behavior

35 Views Asked by At

I very much dislike the "Big Oh" notation. It just doesn't stick in my mind. Suppose $f$ is a continuous function and $f \in \text{O}( 1/|x|^{1+\epsilon})$ when $|x| \rightarrow \infty$ and for $0< \epsilon < 1$. Does this mean that $$ \int_{-\infty}^\infty |f(x)|\cdot |x|^\epsilon \; dx < \infty ?$$

1

There are 1 best solutions below

1
On BEST ANSWER

No. This only gives the trivial upper bound

$$\int_1^{\infty} |f(x)| |x|^{\epsilon} \, dx \le \int_1^{\infty} \frac{C}{|x|} \, dx = \infty$$

for some constant $C$.