So, I need to determine if the integral $ \intop_{0}^{\infty}\left(\frac{1}{\sqrt{x^{2}+4}}-\frac{C}{x+2}\right)dx $ convergent, for any $ C\in \mathbb{R} $.
I found that for C=1 the integral convergent. I think its easy to show that for $ C\leq 0 $ the integral will diverge, but I dont know how to determine for the rest of the real values.
Here's what I've done:
for any $ 0<t $
$ \intop_{0}^{t}\left(\frac{1}{\sqrt{x^{2}+4}}-\frac{C}{x+2}\right)dx=\intop_{0}^{t}\frac{1}{\sqrt{x^{2}+4}}dx-\intop_{0}^{t}\frac{C}{x+2}dx=\intop_{0}^{t}\frac{1}{\sqrt{x^{2}+4}}dx-C\ln\left(t+2\right)+C\ln2 $
Now, we'll calculate the integral $ \intop_{0}^{t}\frac{1}{\sqrt{x^{2}+4}}dx $
$ \intop_{0}^{t}\frac{1}{\sqrt{x^{2}+4}}dx=\intop_{0}^{t}\frac{1}{2\sqrt{\left(\frac{x}{2}\right)^{2}+1}}dx $
And let $ \frac{x}{2}=\sinh u $
so $ dx=2\cosh udu $
and we get
$ \intop_{0}^{t}\frac{1}{2\sqrt{\left(\frac{x}{2}\right)^{2}+1}}dx=\intop_{0}^{aricsinh\left(\frac{t}{2}\right)}1du=arcsinh\left(\frac{t}{2}\right)=\ln\left(\frac{t}{2}+\sqrt{1+\left(\frac{t}{2}\right)^{2}}\right) $
In order to determine if the integal converges, its enough to calculate the limit :
$ \lim_{t\to\infty}\left(\ln\left(\frac{t}{2}+\sqrt{1+\left(\frac{t}{2}\right)^{2}}\right)-c\ln\left(t+2\right)\right) $
If c=1 then the limit will be 0, and thus the integral converge, because we'll have:
$ \lim_{t\to\infty}\ln\left(\frac{\frac{t}{2}+\sqrt{1+\left(\frac{t}{2}\right)^{2}}}{t+2}\right)=\ln\left(1\right)=0 $
How can I determine for $ C\neq1 $ ?
Is there a way to calculate the limit for $ C\neq 1 $ ?
Thanks in advacnce
$$I(p)=\int_{0}^{p}\left(\frac{1}{\sqrt{x^{2}+4}}-\frac{C}{x+2}\right)dx=\sinh ^{-1}\left(\frac{p}{2}\right)-C (\log (p+2)-\log (2))$$ Using Taylor expansion $$I(p)=(1-C) \log (p)+C \log (2)-\frac{2 C}{p}+O\left(\frac{1}{p^2}\right)$$ Then ... ??