A problem from an old qualifying exam:
Use a change of contour to show that
$$\int_0^\infty \frac{\cos{(\alpha x)}}{x+\beta}dx = \int_0^\infty \frac{te^{-\alpha \beta t}}{t^2 + 1}dt,$$
provided that $\alpha, \beta >0$. Define the LHS as the limit of proper integrals, and show it converges.
My attempt so far:
It seems fairly easy to tackle the last part of the question...$\cos{(\alpha x)}$ will keep picking up the same area in alternating signs, and $x$ will continue to grow, so we're basically summing up a constant times the alternating harmonic series.
I've never actually heard the phrase "change of contour". I assume what they mean is to choose a contour on one, and then use a change of variable (which will then change the contour...e.g. as $z$ traverses a certain path $z^2$ will traverse a different path).
The right hand side looks ripe for subbing $z^2$ somehow...but then that would screw up the exponential. We need something divided by $\beta$ to get rid of the $\beta$ in the exponential on the RHS, leaving $\cos{(\alpha x)}$ as the real part of the exponential.
I also thought of trying to use a keyhole contour on the RHS and multiplying by $\log$, but it seems we'd have problems with boundedness in the left half-plane.
Any ideas or hints? I don't need you to feed me the answer. Thanks
Yes, it really looks like you should go for $z^2$. Let's try $x = \beta t^2$. Then we have $ dx = 2\beta tdt$ and hence:
$$ \int_0^\infty\frac{\cos(\alpha x)}{x+\beta}dx = \int_0^\infty\frac{t\cos(\alpha \beta t^2)}{t^2+1}dt $$
Maybe you should note that $\cos(x) = \frac{e^{-ix} + e^{ix}}{2}$. This would also explain the "complex analysis" tag.