Connecting Limits at Infinity and Horizontal Asymptotes
students, imagine driving on a highway that stretches forever π. As you keep going, you may notice the road starts to flatten out, even if it never becomes perfectly flat. In calculus, this idea shows up when we study what happens to a function as the input gets larger and larger in the positive or negative direction. This lesson explains how limits at infinity connect to horizontal asymptotes, one of the most useful ideas in AP Calculus AB.
What you will learn
By the end of this lesson, students, you should be able to:
- explain what a limit at infinity means,
- identify when a function has a horizontal asymptote,
- use graphs, tables, and algebra to study end behavior,
- connect limits at infinity to the bigger unit of limits and continuity,
- use examples to justify your reasoning on AP Calculus AB problems.
This topic matters because many real-world quantities level off over time. A population may approach a stable size, the temperature of a liquid may move toward room temperature, or a companyβs average cost may settle near a fixed number. Limits at infinity help us describe that long-term behavior clearly π.
Limits at infinity: looking far to the left or right
A limit at infinity describes what a function approaches as $x$ becomes extremely large or extremely small. We write
$$\lim_{x\to\infty} f(x)$$
or
$$\lim_{x\to-\infty} f(x).$$
These do not mean that $x$ actually equals infinity. Infinity is not a number. Instead, the notation means $x$ is growing without bound in the positive or negative direction.
For example, suppose
$$f(x)=\frac{1}{x}.$$
As $x$ gets larger and larger, $\frac{1}{x}$ gets closer and closer to $0$. So
$$\lim_{x\to\infty} \frac{1}{x}=0.$$
Also, as $x$ becomes very large in the negative direction,
$$\lim_{x\to-\infty} \frac{1}{x}=0.$$
This means the graph of $y=\frac{1}{x}$ gets closer to the $x$-axis on both ends.
A limit at infinity can also fail to exist. For example, if a function keeps oscillating forever without settling near one value, then the limit at infinity does not exist. A classic example is
$$f(x)=\sin x,$$
because as $x\to\infty$, the values keep jumping between $-1$ and $1$.
Horizontal asymptotes: the line the graph approaches
A horizontal asymptote is a horizontal line that the graph approaches as $x$ goes to infinity or negative infinity. If
$$\lim_{x\to\infty} f(x)=L,$$
then the line
$$y=L$$
is a horizontal asymptote of the graph of $f$ on the right-hand end.
Similarly, if
$$\lim_{x\to-\infty} f(x)=L,$$
then the line
$$y=L$$
is a horizontal asymptote on the left-hand end.
Important idea: a function can have one horizontal asymptote, two different horizontal asymptotes, or none at all. For example, the function
$$f(x)=\frac{1}{x}$$
has the horizontal asymptote
$$y=0$$
on both ends. But the function
$$g(x)=\frac{1}{1+e^{-x}}$$
has different end behavior:
$$\lim_{x\to\infty} g(x)=1$$
and
$$\lim_{x\to-\infty} g(x)=0.$$
So it has two horizontal asymptotes: $y=1$ and $y=0$.
How to find limits at infinity with algebra
On AP Calculus AB, one common task is finding limits at infinity for rational functions. A rational function is a quotient of polynomials, such as
$$f(x)=\frac{3x^2-5x+1}{2x^2+7}.$$
To find
$$\lim_{x\to\infty} \frac{3x^2-5x+1}{2x^2+7},$$
compare the highest powers of $x$ in the numerator and denominator. Since both top and bottom have degree $2$, divide every term by $x^2$:
$$\frac{3x^2-5x+1}{2x^2+7}=\frac{3-\frac{5}{x}+\frac{1}{x^2}}{2+\frac{7}{x^2}}.$$
As $x\to\infty$, the terms $\frac{5}{x}$, $\frac{1}{x^2}$, and $\frac{7}{x^2}$ all approach $0$. So the limit is
$$\lim_{x\to\infty} \frac{3x^2-5x+1}{2x^2+7}=\frac{3}{2}.$$
Therefore, the horizontal asymptote is
$$y=\frac{3}{2}.$$
Here is a useful pattern for rational functions $\frac{P(x)}{Q(x)}$:
- If the degree of $P(x)$ is less than the degree of $Q(x)$, then the limit at infinity is $0$.
- If the degrees are equal, the limit is the ratio of the leading coefficients.
- If the degree of $P(x)$ is greater than the degree of $Q(x)$, the function does not have a horizontal asymptote, though it may have another kind of asymptote.
For example,
$$\lim_{x\to\infty} \frac{5x}{x^2+1}=0,$$
so $y=0$ is a horizontal asymptote.
But
$$\lim_{x\to\infty} \frac{x^2}{x+1}$$
does not approach a finite number, so there is no horizontal asymptote.
Graphs, tables, and real-world meaning
Sometimes the fastest way to understand end behavior is by using a table or graph. Suppose a function models the number of hours of daylight in a region over a long period. If the values increase at first but then level off near a fixed number, that tells you the limit at infinity may exist.
For example, consider a function with values like this:
- $f(10)=2.7$
- $f(20)=2.9$
- $f(50)=2.99$
- $f(100)=2.999$
These values suggest
$$\lim_{x\to\infty} f(x)=3.$$
Then the horizontal asymptote is
$$y=3.$$
A graph can show the same idea visually. If the graph gets closer and closer to a line without crossing it permanently, that line may be a horizontal asymptote. However, students, be careful: a graph approaching a line in a window is evidence, not proof. In AP Calculus AB, algebraic reasoning is often needed to justify the limit exactly.
Limits at infinity and continuity
This lesson belongs to the broader topic of limits and continuity because a function that has a limit at infinity is showing a type of long-term behavior. Continuity focuses on what happens near a point, while limits at infinity focus on what happens far away from a point.
A function may be continuous everywhere and still have a horizontal asymptote. For example,
$$f(x)=\frac{1}{x^2+1}$$
is continuous for all real $x$, and
$$\lim_{x\to\infty} \frac{1}{x^2+1}=0.$$
So its graph approaches the line
$$y=0.$$
A function may also fail to be continuous and still have a horizontal asymptote. For example,
$$f(x)=\frac{x^2-1}{x-1}$$
is not defined at $x=1$, but for values far from $1$, its end behavior is controlled by the polynomial quotient. Since
$$\frac{x^2-1}{x-1}=x+1 \quad \text{for } x\ne 1,$$
we have no horizontal asymptote because the function grows without bound. This shows that continuity at one point and horizontal asymptotes at infinity are related ideas, but they are not the same thing.
Common AP Calculus AB mistakes to avoid
One common mistake is thinking that a horizontal asymptote means the graph can never cross it. That is not true. A function can cross its horizontal asymptote many times and still approach it eventually.
Another mistake is confusing vertical asymptotes with horizontal asymptotes. A vertical asymptote is about $x$ approaching a number, like $x=2$, while a horizontal asymptote is about $x$ going to $\infty$ or $-\infty$.
A third mistake is believing every function has a horizontal asymptote. Some do not. For example,
$$f(x)=x^2$$
has no horizontal asymptote because
$$\lim_{x\to\infty} x^2=\infty.$$
The graph keeps rising without leveling off.
Conclusion
students, connecting limits at infinity and horizontal asymptotes helps you describe what a function does in the long run π. A limit like
$$\lim_{x\to
y$\infty$} f(x)=L$$
means the outputs of $f(x)$ get close to $L$ as $x$ gets very large, and the line
$$y=L$$
is a horizontal asymptote. This idea is important in AP Calculus AB because it combines graph reading, algebraic simplification, and clear limit reasoning. When you understand this connection, you can better analyze functions, interpret models, and explain behavior over time.
Study Notes
- A limit at infinity describes what happens to $f(x)$ as $x\to\infty$ or $x\to-\infty$.
- If $\lim_{x\to\infty} f(x)=L$ or $\lim_{x\to-\infty} f(x)=L,$ then $y=L$ is a horizontal asymptote.
- A function may have one, two, or no horizontal asymptotes.
- For rational functions, compare the degrees of the numerator and denominator.
- If the numerator degree is smaller than the denominator degree, the limit at infinity is $0$.
- If the degrees are equal, the limit is the ratio of leading coefficients.
- If the numerator degree is larger, there is no horizontal asymptote.
- Horizontal asymptotes describe end behavior, not what happens near a single point.
- A function can cross a horizontal asymptote and still have that asymptote.
- Limits at infinity are part of the larger AP Calculus AB unit on limits and continuity.
