How to correctly calculate the integral: $$\int_0^\infty \frac{1}{x^2 +x + \sqrt x}dx$$
Edit: I tried to figure out if the limit exists:
Step 1: break the integral to two parts: from 0 to 1, from 1 to infinity.
Step 2: use limit comparison test for both of the integral: the first integral compared at 1 to 1/sqrt(x) and the second is compared at infinity to 1/x^2.
Step 3: conclude that both converge, hence the original integral also converges.
Step 4: (this is the one im trying to figure out, how to actually calculate it, because the limit exists).