Integral involving sine and root

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
zandria
Messages
15
Reaction score
0

Homework Statement



\int_0^{\infty} sin(ax) / sqrt(x) dx

Homework Equations





The Attempt at a Solution


I thought of using integration by parts, but that gets me nowhere. I'm not sure how to go about this problem.
 
Physics news on Phys.org
I have found a way of solving it but I don't know if you will be able to follow, because I don't know what integration techniques you have learned. It's perhaps a bit over-complicated, as well. But I did the integration in Mathematica, and what I got reminded me very much of a Gaussian integral.

If you first do a substitution to u = x1/2 you get an integral over something like sin(a u2). By symmetry you can extend this integral to the entire real axis. Then note that what you want is precisely the imaginary part of ei a u2. Then you can use the result that the integral of exp(-a y2) over the real line is sqrt(pi / a) as long as Re(a) > 0 (technically, you will get Re(a) = 0 so you might need to take some limit, or perform a Wick rotation to make things rigorous) and you will get your answer.

Anyone for an easier approach?
 
Thanks. That's exactly what I needed.