Let $x > 0$ and let $c < 1$ be some constant. I am wondering: can I find an upper bound on $x$ such that $$ e^{-x} + (1 - c)x < 1$$ which is a function of $c$? For instance, something like $$x < 2c, \quad \text{ if } \quad c < \frac{1}{2}.$$ More generally, could people please point to relevant readings or places to learn more about this problem -- I am quite stuck.
2026-04-01 05:41:50.1775022110
Taylor expansion upper bound
57 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You can solve analytically the equation $$e^{-x} + (1 - c)x = 1$$ Its solution is given in terms of Lambert function. Skipping the steps, the solution is $$x_*=\frac{1}{1-c}+W\left(\frac{e^{\frac{1}{c-1}}}{c-1}\right)$$ and the inequality holds for any $x < x_*$.
Close to $c=0$, using Taylor series, we have $$x_*=2 c+\frac{4 c^2}{3}+\frac{10 c^3}{9}+\frac{136 c^4}{135}+O\left(c^5\right)$$
For almost the whole range, the Padé approximant $$x_* \sim c \,\frac{2-\frac{16 }{11}c+\frac{32 }{495}c^2 } {1-\frac{46 }{33}c+\frac{67 }{165}c^2 }$$ seems to be quite good.