The exact solution of the integral $$ I(t) = \int_0^\infty x^{1/2} e^{-x t} \sin (a x^{1/2})dx$$ according to mathematica is $$ \frac{a \sqrt{t}-\left(a^2-2 t\right) F\left(\frac{a}{2 \sqrt{t}}\right)}{2 t^{5/2}}.$$ At large $t$ this result is dominated by the slowest-to-decay term: $I(t) \sim t^{-2}$.
Is there a means by which I can derive this asymptotic result directly? Is it also possible to access the $t \rightarrow 0$ form approximately? This is a rapidly oscillating integral, so I believe the method of stationary phase should be applicable. I know the critical points of the oscillating term are at $$ x = \Big(\frac{\pi}{2a}\Big)^2(2n+1)^2,$$ where $n$ is a positive integer, so I guess I can write the integrand as a sum of the integrand expanded around these critical points, as in something like $$ I(t) \approx \sum_{n=0}^\infty (-)^n \int_0^\infty dx \exp[a + b(x-x_n) + c (x-x_n)^2], $$ but I am unsure how to achieve this. Can anyone offer some guidance?
By the power series expansion of the sine function, $$ x^{1/2} \sin (ax^{1/2} ) = \sum\limits_{n = 0}^\infty {( - 1)^n \frac{{a^{2n + 1} }}{{(2n + 1)!}}x^{n + 1} } $$ for any $x\geq 0$. Substitution into the integral and integrating term-by-term gives $$ I(t) = \frac{a}{{t^2 }}\sum\limits_{n = 0}^\infty {( - 1)^n \frac{{(n + 1)!}}{{(2n + 1)!}}\left( {\frac{{a^2 }}{t}} \right)^n } . $$ This series converges for any $a\in \mathbb{R}$ and $t>0$ since $$ \frac{{(n + 1)!}}{{(2n + 1)!}} \sim \frac{{\sqrt {\pi n} }}{{2^{2n + 1} n!}},\quad n\to +\infty. $$ To justify the term-wise integration, one can use the fact that the absolute value of the remainder in the series for the sine is at most the absolute value of the first omitted term.
Note that the series in fact converges for all $t\in \mathbb C \setminus \left\{0\right\}$ and $a \in \mathbb{C}$, and $I(t)$ has an essential singularity at $t=0$ (if $a\neq 0$).
Addendum. Elaboration on what I said about the justification of interchanging the order of summation and integration. Using the known properties of the Maclaurin series of the sine, we have, for any $N\geq 0$, $a\in \mathbb{R}$ and $x>0$, $$ x^{1/2} \sin (ax^{1/2} ) = \sum\limits_{n = 0}^{N - 1} {( - 1)^n \frac{{a^{2n + 1} }}{{(2n + 1)!}}x^{n + 1} } + ( - 1)^N \frac{{a^{2N + 1} }}{{(2N + 1)!}}x^{N + 1} \theta _N (x,a) $$ with a suitable $0 < \theta _N (x,a) < 1$. Thus, employing the mean value theorem for improper integrals, we find, for any $N\geq 0$, $a\in \mathbb{R}$ and $t>0$, $$ I(t) = \frac{a}{{t^2 }}\left( {\sum\limits_{n = 0}^{N - 1} {( - 1)^n \frac{{(n + 1)!}}{{(2n + 1)!}}\left( {\frac{{a^2 }}{t}} \right)^n } + ( - 1)^N \frac{{(N + 1)!}}{{(2N + 1)!}}\left( {\frac{{a^2 }}{t}} \right)^N \Theta _N (t,a)} \right) $$ with an appropriate $0 < \Theta _N (t,a) < 1$. Letting $N\to +\infty$ and applying the above estimate for the ratio of factorials yields the desired series expansion.