The problem is simple. But the solution is where I get my doubts. Also I would appreciate if anyone could fill me in with all the necessary points where I need to check for convergation for the procedure to correct.
$$\int_0^\infty \frac{\cos(bx)-\cos(cx)}x e^{-ax} \,dx $$ for all $a,b,c \in \rm I\!R ; a>0$
From here it's obvious that we can rewrite this as $$\frac d{dt} \left.\int_0^\infty \frac{cos(tx)}x e^{-ax}\right|_c^b \,dx =\int_0^\infty \int_c^b {\sin(tx)} e^{-ax} \,dx \,dt= \int_c^b I\,dt$$
Then via double per partes $$I=\int_0^\infty {\sin(tx)} e^{-ax}\,dx = \left.\frac{-1}{a}\sin(tx)e^{-ax}\right|_{t=0}^\infty + \frac ta \int_0^\infty {cos(tx)} e^{-ax}dx =$$ $$=\left. \frac{-\sin(tx)e^{-ax}}a \right|_{t=0}^\infty - \left. \frac t a {\cos(tx)e^{-ax}}\right|_{t=0}^\infty - \frac{t^2}{a^2}\int_0^\infty {\sin(tx)} e^{-ax}\,dx$$ $$I=\frac ta-\frac{t^2}{a^2}I$$ $$I=\frac{\frac ta}{1+\frac{t^2}{a^2}}$$ $$\int_c^b\frac{\frac ta}{1+\frac{t^2}{a^2}}=\int_{c/a}^{b/a}\frac{u}{1+u^2}=\frac12\ln(\frac dc)$$
I find it odd that my final result is not dependant at all of parameter $a$ Just does not sound right.
And I would appreciate filling out where covnergation or any other possible breaking points need to be checked.
EDIT: A typo...probably more to come.
On the last step I used another substitution of $ž=1+u^2$ but didnt adjust the integration interval correctly (what is the proper english term for this anyway...we call them integration limits)
I still need to prove the initial integral exists on $x=0$ and $\infty$ and is uniformly converging, right? (<- would also like to know the proper english term for this)
– Katpton Liamfuppinshire Nov 24 '16 at 10:02