Regarding the integral $\int^\infty_0\frac{x^2+1-\cos x}{(x^2+1)x^p} dx$ where $p$ is a real number. When does it converge and why? I am guessing that the necessary and sufficient condition be $1
Regarding the integral $\int^\infty_0\frac{x^2+1-\cos x}{(x^2+1)x^p} dx$ where $p$ is a real number. When does it converge and why? I am guessing that the necessary and sufficient condition be $1
I find that the easiest way to do these problems is to argue non-rigorously. All of the following $\approx$ signs can be made rigorous, but morally, this is the correct argument:
As $x \to \infty$, we see $x^2 + 1 - \cos(x) \approx x^2$ and $(x^2+1)x^p \approx x^{p+2}$. Thus $$\frac{x^2 + 1 - \cos(x)}{(x^{2}+1)x^p} \approx \frac{1}{x^p}.$$ Thus for convergence as $x \to \infty$, we need $p > 1$.
As $x \to 0^+$, we see $\cos(x) \approx 1$ so $x^2 + 1 - \cos(x) \approx x^2$ and similarly $(x^2+1)x^p \approx x^p$. Thus $$\frac{x^2 + 1 - \cos(x)}{(x^{2}+1)x^p} \approx x^{2-p}.$$ For convergence near $x = 0$, we need $2-p > -1$ which is the same as $p < 3$.
Thus the integral converges for $1 < p < 3$.
Let $f(x)=\cos x-x^2-1+x^p$ on $[0,\infty)$. $f'(x)>0$ for $1
f(0)=0$ this means $x^p>x^2+1-\cos x$ or $$\frac{x^2+1-\cos x}{x^p}<1$$ With the integral $$\int^\infty_0\frac{x^2+1-\cos x}{(x^2+1)x^p} dx<\int^\infty_0\frac{1}{x^2+1} dx=\arctan x\Big|^\infty_0=\frac{\pi}{2}$$ so the integral converge for $1
– 2017-01-24