I want to find the asymptotic expansion of $e^{-x}$ as $x \rightarrow \infty$. I know that $\psi_n(x) = x^{-n}$ is an asymptotic sequence, and so I want my expansion to be in the form $\sum_{n=0}^{\infty} \frac{a_k}{x^k}$. I have no idea how to go about getting an expansion in this form. Taylor expansions are the only thing I can think of, but I'd need to be expanding $e^{\frac{-1}{x}}$ to get it in that form.
Taking the definition (below) is just giving me that all the coefficients must be zero.
That is, $\lim_{x \rightarrow \infty} \frac{e^{-x}-a_kx^{-k}}{x^{-(k+1)}} = -\infty$ unless $a_k = 0$. What am I doing wrong?
But I want an expansion for $e^{-x}$, not $e^{-\frac{1}{x}}$. And when I expanded $e^{-\frac{1}{x}}$. it gave me a series that wasn't consistent with my definition of asymptotic expansion.
– user112495 May 26 '17 at 21:00