I've tried to figure out if this improper integral convergse or diverges: $$\int_1^\infty\frac{\sin(x) +1}{x^2}.$$
I want to use the "direct comparison" (sorry but I'm italian and in my book it's called "Confronto Diretto"). My integrand function $f(x)$ is always equal/bigger than zero, because $\sin(x)\in [-1,1]$, so I can apply the method. I have to find a function always bigger/equal than mine like: $$g(x)=\frac{2}{x^2}$$ $G(x)$ converges and therefore also $F(x)$ converges. Is it right?
Thanks for the help
Yes, it is correct. For $x\geq 1$, $$0\leq\frac{\sin(x) +1}{x^2}\leq \frac{2}{x^2}.$$ which implies that $F(t)=\int_1^t\frac{\sin(x) +1}{x^2}dx$ is an increasing in $[2,+\infty)$ with a finite upper bound $$F(t)\leq 2\int_1^{+\infty}\frac{1}{x^2}dx=2.$$ Therefore the limit $\lim_{t\to+ \infty}F(t)=\int_1^{+\infty}\frac{\sin(x) +1}{x^2}dx$ exists and it is finite.
P.S. We may say that we are using the direct comparison test for integrals.