8
$\begingroup$

I read in a book that the condition $\int |f(x)|^2 dx <\infty$ is less restrictive than $\int |f(x)| dx <\infty$. That means whenever $\int |f(x)| dx$ is finite, $\int |f(x)|^2 dx$ is also finite, right?

My understanding is that $|f(x)|$ may have a thick tail to make the integral blow up, but $|f(x)|^2$ may decay quickly enough to have a finite integral. Can someone give me an example that $\int |f(x)| dx=\infty$ but $\int |f(x)|^2 dx <\infty$. Suppose $f(x)$ is an absolutely continous function and bounded on $(-\infty, \infty)$.

  • 0
    @kahen Yes, you are right. But I am interested in those $f$ which are bounded on $\mathbb{R}$. Maybe I should state that in the problem. Thank you for the good point.2012-11-02

7 Answers 7

19

$f(x)=\frac1{\sqrt{1+x^2}}{}$

11

You can think of the harmonic series:

$\sum_{n \geq 1} \frac{1}{n}=\infty$

but

$ \sum_{n\geq 1}\frac{1}{n^2}<\infty$.

Therefore you can choose $f(x) = \sum_{n \geq 1} \frac{1}{n} \chi_{[n,n+1)}$ where $\chi_X$ is the characteristic function of the set $X$.

5

For example take $f(x)=1/\lfloor x\rfloor$. Then $\int_1^\infty|f(x)|dx=\sum_{n=1}^\infty \frac1n=\infty$ But $\int_1^\infty|f(x)|^2dx=\sum_{n=1}^\infty \frac1{n^2}=\frac{\pi^2}{6}<\infty$

  • 0
    Oh, that what happens when you start answering before finishing reading the question :(2012-11-01
4

How about: $f(x) = \left\{ \begin{array}{ccc} \frac{1}{|x|} && |x| > 1 \\ 1 && |x| \leq 1 \end{array} \right.$

  • 0
    @kahen - thanks for the tip!2012-11-01
3

Let $f(x)=\begin{cases}\frac1{|x|} & |x|\geq 1\\1 & |x|<1.\end{cases}$

0

The most noticeable one I think is the sinc function $\mathrm{sinc}(x)=\frac{\sin(\pi x)}{\pi x}$

  • 0
    @kahen That'$s$ why $\int |\mathrm{$s$inc}($x$)|dx=\inft$y$$2012-11-02
0

Firstly, i'm presuming you mean an integral over all space?

The first answer that comes to mind, for a continuous function is going to be annoying simple;

$ \int_{-\infty}^{\infty} x dx = 0 $

while

$ \int_{-\infty}^{\infty} x^2 dx = 0 $

So any odd function will always satisfy $\int f(x) dx < \infty$, but not necessarily $\int f^2(x) dx < \infty$. That's a whole class of functions that always fit one of the conditions but not always the other.