I'm interested in solving the differential equation
$$ a\frac{d y}{dx} = -\frac{1}{y(x)} e^{-\frac{1}{y(x)}} $$ where $a>0$.
$Mathematica$ can solve this but it gives the answer in terms of InverseFunctions of exponential integrals. I'm only interested in the asymptotic behavior of $y(x)$ as $x \to \infty$ but I'm not sure how to proceed with this sort of a problem.
Edit: The suggestion was to transform to $z(x) = \frac{1}{y(x)}$. In terms of this new variable, the problem becomes $$ a \frac{dz}{dx} = z(x)^3 e^{-z(x)} $$ As far as initial conditions are concerned, let's say $z(0) = 1$. Even in these new variables, I don't really know how to proceed.
Motivated by Felix Marin's response yesterday, I was able to figure this out for a more general class of problems. I am interested in solving $$ a \frac{dy}{dt} = - y(t)^\alpha e^{-1/y(t)} $$ for $\alpha \in \mathbb{Z}$, $a>0$, and in the limit $t\to \infty$. Let us also consider the initial condition $y(0) = y_0$. The solution proceeds as follows $$ a \frac{d y}{d t} = - y^\alpha e^{-1/y} \implies \int_{y(0)}^{y(t)} dz\,\frac{e^{1/z}}{z^\alpha} = -\frac{t}{a} $$ Change variables, $z = -\frac{1}{x}$ $$ (-1)^\alpha \int_{-\frac{1}{y_0}}^{-\frac{1}{y(t)}} dx\, x^{\alpha - 2} e^{-x} = - \frac{t}{a} \implies \int_{-\frac{1}{y_0}}^{\infty} dx\, x^{\alpha - 2} e^{-x} - \int_{-\frac{1}{y(t)}}^{\infty} dx\, x^{\alpha - 2} e^{-x} = (-1)^{\alpha + 1}\frac{t}{a} \implies \Gamma\left(\alpha - 1,-\frac{1}{y_0}\right) - \Gamma\left(\alpha - 1,-\frac{1}{y(t)}\right) = (-1)^{\alpha + 1}\frac{t}{a} $$
Now, we are interested in the behavior of $y(t)$ as $t\to \infty$. We note that $\forall n \in \mathbb{Z}$, $$ \Gamma(n,z) \sim \frac{e^{-z}}{z^{1-n}} \quad z \to -\infty $$
Since we want the LHS to blow up as well, we can then see that the appropriate limit is $y(t) \to 0^+$ so that $$ \Gamma\left(\alpha - 1, - \frac{-1}{y(t)} \right) \sim (-1)^{\alpha - 2} y(t)^{\alpha - 2} e^{1/y(t)} $$ So, asymptotically, $$ y(t)^{\alpha - 2} e^{1/y(t)} \sim \frac{t}{a} $$
We can invert this to find
$$ y(t) \sim \frac{-1}{W\left(- \frac{\left(\frac{t}{a} \right)^{\frac{1}{2 - \alpha}}}{\alpha - 2}\right)} $$
where $W(z)$ is the Lambert-W function. We can push this even further by considering that
$$ W(x) \sim \log(x) - \log(\log(x)) \quad x\to \infty $$
So, $$ y(t) \sim \frac{1}{\log(\frac{t}{a}) + (\alpha - 2)\log(\log(\frac{t}{a}))} $$