I am working on a scaling problem in biology. I came across the following equation:
$$\frac{e^{x/80} - 1}{e^{x/4} - 1} = \epsilon.$$
According to wolfram, left-hand side does not have a root, but the function seems to become arbitrarily small. I was wondering if there is some standard way that, given any $\epsilon > 0$, I can find some $x \in \mathbb{R}$ such that this equation is true.
If the question is about finding an approximation to the root, we can construct the Puiseux series solution for $u - 1 = \epsilon (u^{20} - 1)$. The first-order approximation comes from $u = \epsilon u^{20}$, giving $$x \sim -\frac {80} {19} \ln \epsilon, \quad \epsilon \to 0^+.$$