How can I solve the improper integral $\int_{1}^\infty {dx \over {(x+1)(x+2)}}$

79 Views Asked by At

$$\int_{1}^\infty {dx \over {(x+1)(x+2)}}$$

I have the indefinite integral solved for:

$$\ln(x+1)-\ln(x+2) + C$$

But I don't know how to finish with $[1, \infty]$.

7

There are 7 best solutions below

5
On BEST ANSWER

Note that $$\ln(x+1)-\ln(x+2)=\ln\frac{x+1}{x+2}=\ln\frac{1+\frac 1x}{1+\frac 2x}.$$

0
On

Hint: split the fraction in two, then use the improper integral

0
On

Use

$$\ln(x+1)-\ln(x+2)=\ln\left(\frac{x+1}{x+2}\right)$$

0
On

$$\ln (\frac{x+1}{x+2})=\ln(\frac{1+1/x}{1+2/x})$$

0
On

To find the "value" at $+ \infty$, notice that

$$\ln(x+1) - \ln(x+2) = \ln \left( \frac{x+1}{x+2} \right)$$

From here the limit is easy to calculate

2
On

$\ln(x+1)-\ln(x+2) + C = \ln(\frac{x+1}{x+2}) + C$ evaluated at 1 and $\infty$ gives $\ln(\frac{\infty}{\infty}) - \ln\frac{2}{3}=\ln\frac{3}{2}$

0
On

$$\int_{1}^{M}\frac{dx}{(x+1)(x+2)}=\int_{1}^{M}\frac{dx}{x+1}-\int_{1}^{M}\frac{dx}{x+2}=\int_{1}^{M}\frac{dx}{x+1}-\int_{2}^{M+1}\frac{dx}{x+1}$$ hence: $$\int_{1}^{M}\frac{dx}{(x+1)(x+2)}=\int_{1}^{2}\frac{dx}{x+1}-\int_{M}^{M+1}\frac{dx}{x+1}=\log\frac{3}{2}+O\left(\frac{1}{M}\right).$$