We know that the Hilbert transform of cosine function is sine,see http://mathworld.wolfram.com/HilbertTransform.html.
Now, we don't integral from $-\infty \to \infty$. We integral from $a \to b(0<a<b)$. My question is:
For any $k\in N$,
$$p.v.\int_{a}^{b}\frac{\cos kx}{t-x}dx=?$$
where the Cauchy principal value is taken in the integrals.
The Maple command $$int(cos(k*x)/(t-x), x = a .. b, CauchyPrincipalValue)\,assuming \,t > a, t <b, k >0 $$ outputs $$-{\it Si} \left( ak-tk \right) \sin \left( tk \right) +\cos \left( tk \right) {\it Ci} \left( -ak+tk \right) +{\it Si} \left( bk-tk \right) \sin \left( tk \right) -{\it Ci} \left( bk-tk \right) \cos \left( tk \right) .$$ See Si for info.