Horizontal Asymptotes

172 Views Asked by At

Find all asymptotes of: $$f(x) = \frac{a + be^x}{ae^x+b}$$

The way I've been taught is that the $+a$ and $+b$ in the numerator and denominator respectively do not contribute when x tends to infinity, therefore are negligible. Left with $f(x) = \frac{be^x}{ae^x} = \frac{b}{a}$, $y = \frac{b}{a}$ is the only asymptote I was able to identify (through this method).

However, plotting the function with $a = 3$ and $b = 2$, there is clearly another horizontal asymptote, where $y = \frac{a}{b}$:

enter image description here

Is there any way I could've known about the second asymptote without graphing?

2

There are 2 best solutions below

1
On

Note that $\displaystyle f(x)=\frac{1}{f(-x)}$. So if $\displaystyle\lim_{x\to+\infty} f(x)=L\not=0$ then $\displaystyle\lim_{x\to-\infty} f(x)=\frac{1}{L}$.

0
On

The line $y = L$ is a horizontal asymptote of a function $f$ if $$\lim_{x \to \infty} f(x) = L$$ or $$\lim_{x \to -\infty} f(x) = L$$ While rational functions have at most one horizontal asymptote, a function may have two different horizontal asymptotes.

Note that $$\lim_{x \to -\infty} e^x = 0$$ Hence, $$\lim_{x \to \infty} \frac{a + be^x}{ae^x + b} = \lim_{x \to \infty} \frac{a + be^x}{ae^x + b} \cdot \frac{e^{-x}}{e^{-x}} = \lim_{x \to \infty} = \frac{ae^{-x} + b}{a + be^{-x}} = \lim_{x \to -\infty} \frac{ae^x + b}{a + be^x} = \frac{b}{a}$$ provided that $a \neq 0$, and $$\lim_{x \to -\infty} \frac{a + be^x}{ae^x + b} = \frac{a}{b}$$ provided that $b \neq 0$.