Example of a function $f(x)$ such that the integral of $f(x^2)$ converges but the integral of $f(x)$ diverges?

614 Views Asked by At

Does anybody know an example of a function $f(x)$ such that the integral from $1$ to infinity of $f(x^2)$ converges but the integral of $f(x)$ from $1$ to infinity diverges? Thanks!

3

There are 3 best solutions below

0
On

Take $f(x)=\frac1x$ then

$$\int_1^\infty f(x)dx$$ is divergent and $$\int_1^\infty f(x^2)dx$$ converges.

0
On

Easiest example I can think of is, $f(x) = x^{-1}$, $\int_1^\infty x^{-1}dx$ diverges but $\int_1^\infty x^{-2}dx =1$

2
On

The integral $$\int_1^{\infty} x^p \,dx$$ converges (to $\frac{1}{p + 1}$) iff $p < -1$, so the integral $f(x) := x^p$ diverges and the integral of $f(x^2) := x^{2p}$ converges iff $-1 \leq p < -\frac{1}{2}$.