Determine if improper integral is convergent or divergent

1.5k Views Asked by At

Determine if $$\int_1 ^\infty \frac {dx}{x^2+x} $$ is divergent or convergent. If convergent: determine its value.

Tip: When $ x\ge1 $ is $ \frac 1 {x^2} \ge \frac 1 {x^2+x} = \frac 1 {x} - \frac {1} {x+1} $

Don't really know where to start here. Finding convergence/divergence really difficult so any tips on how to tackle questions like this one is appreciated.

3

There are 3 best solutions below

3
On BEST ANSWER

HINT

Note that for $x\to \infty$

$$\frac {1}{x^2+x}\sim \frac{1}{x^2}$$

then use limit comparison test with $\int_1 ^\infty \frac {1}{x^2}dx$.

0
On

use that $$\int\frac{1}{x^2+x}dx=\ln\left(\frac{x}{x+1}\right)+C$$

0
On

You know the integral:

$$\int_1^\infty {1\over x^2}dx$$

Is convergent due to the p-series test. Then using the comparison test, we know that for all $x \geq 0$:

$${1\over x^2+x} \leq {1\over x^2}$$

Thus, the integral converges.