When $x$ is very large, the following expression (with $a>0$, $b>0$) $$\ln \frac{1+e^{ax}}{1+e^{-bx}}$$ Can be approximated using $$1+e^{ax}\approx e^{ax}$$ $$1+e^{-bx}\approx 1$$ Therefore $$\ln \frac{1+e^{ax}}{1+e^{-bx}}\approx \ln e^{ax}=ax$$ This is the leading term. How I can get the next term in the approximation? I mean $$\ln \frac{1+e^{ax}}{1+e^{-bx}}\approx ax +c+\frac{c_1}{x}+\dots$$ I want to know $c$.
2026-03-26 01:10:45.1774487445
Large $x$ expansion of $\ln \frac{1+e^{ax}}{1+e^{-bx}}$
252 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
$$ \lim_{x\to +\infty}\left[\log\left(\frac{1+e^{ax}}{1+e^{-bx}}\right)-ax\right]=\log\lim_{x\to +\infty}\frac{1+e^{-ax}}{1+e^{-bx}}=0 $$ gives $c=0$.