Finding constant to make intervals converge

539 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.

I posted before but I don't get it still some help

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

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

2

There are 2 best solutions below

1
On BEST ANSWER

Regardless of the value of $C$ we get a rational function for $$ \frac{x}{x^2+1} - \frac{C}{3x+1}, $$ namely $$ \frac{3x^2 + x - C x^2 - C}{3 x^3 + x^2 + 3x + 1} = \frac{(3 - C)x^2 + x - C}{3 x^3 + x^2 + 3x + 1} $$ If $C \neq 3$ the difference of degrees between denominator and numerator is $1$ and the integral diverges at $\infty.$ If $C=3$ the difference is $2$ and the integral converges; $$ \frac{ x - 3}{3 x^3 + x^2 + 3x + 1}. $$ This also converges at $0,$ the denominator is positive (at least $1$) for $x \geq 0.$

0
On

For large $x$ the first term behaves like $\sim \frac1x$, the second term as $\sim -\frac{C}{3x}$. So in order to cancel the divergence associated with integrating $1/x$ starting up to $x=\infty$, you need to set $C=3$.