How do you determine the limit: $$\frac{e^{-ax} - e^{-bx}}{b-a}$$ as $b$ tends to $a$. I've tried using L'hospitals by couldn't get the right answer.... Any help would be appreciated
2026-04-03 09:08:06.1775207286
Limit applied on a function
59 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
One way to solve it is to compare the expression with the definition of differentiation. For fixed $x$, define $f(t) = e^{-xt}$, then $$\frac{e^{-ax} - e^{-bx}}{b - a} = -\frac{f(b) - f(a)}{b - a} \to - f'(a)$$ as $b \to a$. Clearly, by the chain rule, $$f'(a) = -xe^{-xa}.$$ Hence the result is $xe^{-xa}$.