I have the general question: What is to check if an (improper) integral is convergent, semi-convergent or divergent?
That is: How can I see this?
For example, if I've the following integral:
$$ \int\limits_{0}^{\infty} \frac{1 + \arctan(\sin(x))}{x^3+2}\,\text{dx}$$
Thank you very much for your help.
Your integral is convergent if and only if $$\int_{0}^t \frac{1+\mathrm{arctan}(\sin(x))}{x^3 +2} \mathrm{dx}$$ admits a limit when $t \rightarrow +\infty$.
You have $$\int_{0}^t \left| \frac{1+\mathrm{arctan}(\sin(x))}{x^3 +2} \right| \mathrm{dx} \leq \left( 1+\frac{\pi}{2}\right)\int_{0}^t \frac{1}{x^3 +2} \mathrm{dx} $$
which is a convergent integral. So your integral is absolutely convergent, and therefore convergent.