Compute the limit x→∞ [e^x + e^(-x)] / [e^x - e^(-x)]

hndalama

Junior Member
Joined
Sep 26, 2016
Messages
74
lim x→∞ [ex + e-x] / [ex - e-x]

LHopital's rule doesn't seem to work. i still end up with
∞/∞
 
lim x→∞ [ex + e-x] / [ex - e-x]
LHopital's rule doesn't seem to work. i still end up with
∞/∞

ex+exexex=e2x+1e2x1\displaystyle \dfrac{e^x+e^{-x}}{e^x-e^{-x}}=\dfrac{e^{2x}+1}{e^{2x}-1} now use LHopital's rule.
 

Oh thank you ;)
 
Or, another way you could have tackled this problem is to use hyperbolic sine and cosine. Recall that they are defined thusly:

sinh(x)=exex2\displaystyle sinh(x)=\dfrac{e^x-e^{-x}}{2} and cosh(x)=ex+ex2\displaystyle \dfrac{cosh(x)=e^x+e^{-x}}{2}

From these definitions it follows that:

2sinh(x)=exex\displaystyle 2sinh(x)=e^x-e^{-x} and 2cosh(x)=ex+ex\displaystyle 2cosh(x)=e^x+e^{-x}

So your limit is then:

limx(ex+exexex)=limx(2cosh(x)2sinh(x))=limx(cosh(x)sinh(x))\displaystyle \displaystyle \lim _{x\to \infty }\left(\frac{e^x+e^{-x}}{e^x-e^{-x}}\right) = \lim _{x\to \infty }\left(\frac{2cosh(x)}{2sinh(x)}\right) = \lim _{x\to \infty }\left(\frac{cosh(x)}{sinh(x)}\right)

Since hyperbolic sine and cosine obey many of the same relationships as do regular sine and cosine, we can see that the above is equal to the hyperbolic cotangent. And that limit has a known value, namely 1.

Incidentally, the nature of hyperbolic sine and cosine is why L'Hopital's rule wouldn't work without rewriting the equation: The derivative of sinh(x) is cosh(x) and the derivative of cosh(x) is sinh(x). They don't even oscillate negative signs, like regular sine and cosine do. So all L'Hopital's Rule was doing was switching between coth(x) and tanh(x).
 
Top