Finding constant to make integrals converge

3.2k Views Asked by At

Find the value of the constant C for which the following integral $$\int_{0}^{\infty} \bigg(\frac{x}{x^2+1} - \frac{C}{3x+1}\bigg)dx$$

converges. Evaluate the integral for that value of C. Make sure to fully justify your answer. \

My solution:

$$\lim_{A\to\infty}\int_{0}^{A} \frac{x}{x^2+1} dx - \lim_{A\to\infty} \int_{0}^{A} \frac{C}{3x+1} dx$$

$$= \lim_{A\to\infty} \frac{1}{2} ln(x^2+1) \bigg|_{0}^{A} - \lim_{A\to\infty} \frac{C}{3} ln|3x+1| \bigg|_{0}^{A}$$

$$= \frac{1}{2}(\infty + 0) - \frac{C}{3} (\infty + 0)$$

Idk how to make it converge.

1

There are 1 best solutions below

1
On BEST ANSWER

The integral is $$I=\int_0^\infty \frac{(3-C)x^2+3x-C}{(x^2+1)(3x+1)}\,dx\ .$$ The integrand is continuous for $x\ge0$, so the only possible problem is the infinite interval. If $C=3$ then the integrand is of the order of $x^{-2}$ and the integral converges. If $C\ne3$ then it is of order $x^{-1}$ and the integral diverges.

Evaluating the integral by standard methods gives $$I=\lim_{A\to\infty}\ln\frac{\sqrt{A^2+1}}{3A+1} =\lim_{A\to\infty}\ln\frac{1+A^{-2}}{3+A^{-1}}=-\ln3\ .$$