I'm trying to upper bound the quantity $\int_t^{\infty} e^{-x^2} dx$ as a function of $t$. I came up with two ways of doing this:
We have that $(x-t)^2 = x^2 -2tx + t^2 \ge 0 \implies -x^2 \le -2tx + t^2$, so that $\int_t^{\infty} e^{-x^2} dx \le \int_t^{\infty} e^{-2tx}e^{t^2} dx= e^{t^2} \int_t^{\infty} e^{-2tx} dx = e^{t^2} \left(-\frac{1}{2t} e^{-2tx}\bigg\rvert_{x=t}^{x=\infty}\right) = \frac{1}{2t}e^{-t^2}$.
We have, on the domain $x \in [t, \infty)$, that $x \ge t \implies 1 \le \frac{x}{t}$, so that $\int_t^{\infty}e^{-x^2} dx \le \int_t^{\infty} \frac{x}{t} e^{-x^2} dx = \frac{1}{t} \left(-\frac{1}{2}e^{-x^2} \bigg \rvert_{x=t}^{x=\infty}\right) = \frac{1}{2t} e^{-t^2}$.
Is it a coincidence that these two totally different methods give the same upper bounds? Or is there a connection between these two estimates that I'm not realizing?
You could also try and use the gaussian integral and taylor series to get that: $$\int_t^\infty e^{-x^2}dx=\frac{\sqrt{\pi}}{2}+\sum_{n=0}^\infty\frac{(-1)^{n+1}t^{2n+1}}{(2n+1)n!}$$ or if you take the first few terms you get: $$I\approx\frac{\sqrt{\pi}}{2}+\frac{t^3}{3}-t+O(-t^5)$$