For each $n$ define the sequence $y_n= \int_{0}^\infty (1-e^{-\frac{x^2}{4}})^n e^{-x}dx$. By dominated convergence theorem, it is clear that $y_n$ converges to $0$. I am interested in finding the rate at which $y_n$ decays. Mainly I am interested to know if the decay is exponential in $n$ or not i.e $y_n$ is roughly $c^n$ for some n ?
I have encountered this in a physics problem. I am unsure how to study the asymptotic behaviour. Any help is appreciated.
EDIT. After reading @Zarrax's answer, I realized that my original, heuristic guess cannot hold true. Below is a new answer.
Performing integration by parts,
$$ y_n = \frac{n}{2} \int_{0}^{\infty} x e^{-x^2/4} (1 - e^{-x^2/4})^{n-1} e^{-x} \, \mathrm{d}x. $$
Then, applying the substitution $y = e^{-x^2/4}$ (i.e., $x = 2\sqrt{\log(1/y)}$) followed by $y = t/n$, we get
\begin{align*} y_n &= n \int_{0}^{1} (1-y)^{n-1} e^{-2\sqrt{\log(1/y)}} \, \mathrm{d}y\\ &= \int_{0}^{n} \left( 1 - \frac{t}{n} \right)^{n-1} e^{-2\sqrt{\log n - \log t}} \, \mathrm{d}t. \end{align*}
Using this, we prove:
Lower bound. Assume that $n \geq 2$. Noting that $\sqrt{1+x} \leq 1 + \frac{x}{2}$ for all $x \geq -1$, we get
\begin{align*} y_n &\geq \int_{0}^{n} \left( 1 - \frac{t}{n} \right)^{n-1} e^{-2\sqrt{\log n} + \frac{\log t}{\sqrt{\log n}}} \, \mathrm{d}t \\ &= e^{-2\sqrt{\log n}} \biggl( \int_{0}^{n} t^{1/\sqrt{\log n}} \left( 1 - \frac{t}{n} \right)^{n-1} \, \mathrm{d}t \biggr) \end{align*}
To analyze the asymptotic behavior of this lower bound, we use the inequality $1 + x \leq e^{-x}$ to find that
$$ t^{1/\sqrt{\log n}} \left( 1 - \frac{t}{n} \right)_+^{n-1} \leq (1 + t) e^{-t/2} $$
for all $t \in [0, n]$ and $n \geq 2$. So by the dominated convergence theorem,
$$ \int_{0}^{n} t^{1/\sqrt{\log n}} \left( 1 - \frac{t}{n} \right)^{n-1} \, \mathrm{d}t \to \int_{0}^{\infty} e^{-t} \, \mathrm{d}t = 1. $$
This shows that
$$ \color{blue}{ y_n \geq e^{-2\sqrt{\log n}}(1 + o(1)). } $$
Upper bound. Noting that $\sqrt{1+x} \geq 1 + \frac{x}{2+x}$ for all $x \geq -1$, we get
\begin{align*} y_n &\leq \int_{0}^{n} \left( 1 - \frac{t}{n} \right)^{n-1} e^{-2\sqrt{\log n} ( 1 - \frac{\log t}{2\log n - \log t})} \, \mathrm{d}t \\ &= e^{-2\sqrt{\log n}} \biggl( \int_{0}^{n} t^{\frac{2\sqrt{\log n}}{2\log n - \log t}} \left( 1 - \frac{t}{n} \right)^{n-1} \, \mathrm{d}t \biggr) \end{align*}
Arguing similarly as before, we find that
$$ t^{\frac{2\sqrt{\log n}}{2\log n - \log t}} \left( 1 - \frac{t}{n} \right)^{n-1} \leq (1 + t)e^{-t/2} $$
for all $t \in [0, n]$ and $n \geq 2$, hence by the dominated convergence theorem
$$\int_{0}^{n} t^{\frac{2\sqrt{\log n}}{2\log n - \log t}} \left( 1 - \frac{t}{n} \right)^{n-1} \, \mathrm{d}t \to \int_{0}^{\infty} e^{-t} \, \mathrm{d}t = 1. $$
Therefore
$$ \color{blue}{ y_n \leq e^{-2\sqrt{\log n}}(1 + o(1)). } $$