I'm trying to estimate the following integral: $$\int_{0}^{t}e^{-xa^2}a(t-x)^{-b}\,dx$$ where constants $t,a>0$ and $0<b<1/2$. I want to get a bound for this integral. The preferred bound is like:$f(t)/a$, with $f(t)\rightarrow C$ as $t\rightarrow \infty$, where C is a constant. For example, $f(t)=1-e^{-ta^2}$ is good enough.
I tried integration by parts but failed.
(Edit: This doesn't solve the problem!)
This is a crude approximation, but it gives what you ask for.
We have $(t-x)^{-b} \ge 1$ for $x\ge t-1$ and $(t-x)^{-b}<1$ for $x < t-1$. Therefore: $$ \begin{split} \int_0^t e^{-xa^2}a(t-x)^{-b}\, dx &\le \int_0^{t-1} ae^{-xa^2} \, dx + \int_{t-1}^{t}a(t-x)^{-b} \, dx \\ &= \frac{1}{a}\left(1-e^{(1-t)a^2}\right) + \frac{a}{1-b} \end{split} $$ which has limit $\frac1a + \frac{a}{1-b}$.