Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

6.2 Asymptotes and Limits

( \newcommand{\kernel}{\mathrm{null}\,}\)

Learning Objectives

By the end of this section, you will be able to:

  • intuitively understand the concept of the limit of a function
  • understand limit notation
  • describe asymptotic behavior using limits
  • intuitively evaluate limits of rational functions to assess vertical, horizontal, and slant asymptotes

It's highly possible that you will spend the first chunk of your Calculus I course talking about limits, as they're a vital tool building up to the definition of a derivative, which is an elusive mythical Pokemon that perhaps you've heard of and are excited to meet. I want to give you a sneak peek at the intuitive and graphical conception of a limit, and along the way be a little more precise about vertical, horizontal, and slant asymptotes as pertains to rational functions.

Limit of a Function (by ~vibes~)

When looking at a graph of y=f(x), the limit of f at x=a is the y-value that the function appears to be heading toward as you move towards a particular x-value of interest, a, from both the left and the right. The existence of a limit does depend on the function actually approaching a value from both directions.

In other words, nicknaming the limit "L" if it exists, we're saying that as xa, f(x)L, in the arrow notation we've used before for end behavior. NOTE: the limit does not care what the actual function value f(a) is, or even whether it's defined! It's all about where the function ACTS like it's going.

We use the limit notation

limxaf(x)=L

if the limit exists properly. If a function tends toward ± when approaching x=a from both directions, the limit is infinite, and although is not a number, we still use the notation

limxaf(x)=(±)

Sometimes we are interested in one-sided limits, looking at the behavior of the function as we come in from only one side. In this case, we use a "+" decoration to indicate approaching from the right, and a "" to indicate approaching from the left.

approaching x=a from the right only: limxa+f(x)=L, approaching from the left only: limxaf(x)=L

The information above will make a lot more sense after looking at some pictures. Study the examples below carefully to interpret the definition.

limit3.png
limit1.png
limit4.png
limit2.png

You can see that to find the limit as xa, just find a on the x-axis, track it up to the function, and then track the height over to find the y-value at that point. This works great with the functions above because they're not very chaotic, there are no holes or jumps, etc. We need to make sure we grasp the fringe cases when looking for limits graphically. Study the table below.

The limit exists and agrees with the function value at that location. The limit exists even though the function is not defined at that location.
limit5.png limit6.png
The one-sided limits exist, but do not agree, so the limit as a whole does not exist. The one-sided limits are infinite, but do not agree, so the limit as a whole does not exist.
limit7.png limit8.png
The function goes up forever, so the "limit at infinity" is infinite. The function goes down forever, so the "limit at negative infinity" is negative infinity.
limit10.png limit9.png
The one-sided limits are infinite, but they do agree, so we say the limit is infinity. The "limit at infinity" is leveling out, hugging a certain horizontal line, so it is finite.
limit11.png limit12.png

You can practice reading limits off of a graph below.

Exercise 1

Using the graph of y=f(x) below, find the limits or tell if they do not exist.

limitex.png

limx3f(x),limx0f(x),limx0+f(x),limx0f(x),

limx1f(x),limx4+f(x),limx4f(x),limxf(x)

Answer
  1. limx3f(x)=1
  2. limx0f(x)=4
  3. limx0+f(x)=
  4. limx0f(x) DNE.
  5. limx1f(x)=1
  6. limx4+f(x)=3
  7. limx4f(x) DNE.
  8. limxf(x)=

Now let's connect these ideas to the asymptotes we were learning about.

Vertical Asymptotes

The vertical line x=a is a vertical asymptote of a function f(x) if ANY of the following are true:

limxaf(x)= limxa+f(x)= limxaf(x)=
limxaf(x)= limxa+f(x)= limxaf(x)=
Horizontal Asymptotes

The horizontal line y=L is a horizontal asymptote of a function f(x) if

limxf(x)=L and/or limxf(x)=L

I want to do a little bit of intuitive limit-finding using algebra, which will be made more rigorous in Calc I.

Example 1

Find the horizontal asymptotes of the functions by using logic and algebra to analyze limx±f(x).

1. f(x)=1x

2. f(x)=xx+1

3. f(x)=x2+12x2+x+3

Solution

1. To find H.A.s, we are interested in what happens as x and x. Let's think about this... if x is getting bigger and bigger, what happens to 1x? Think about things like 12,14,110,110000... what's happening? It's getting smaller and smaller, getting close to zero but never exactly zero. It doesn't matter that it never quite hits zero. It's always heading towards zero, so that's what we report as the limit.

limx1x=0

The same thing happens as x. Think about 12,110,110000... Still getting closer and closer to zero forever! We have a horizontal asymptote y=0.

2. This is a little trickier. If x, the numerator x will blow up forever, but so will the denominator x+1! Let's imagine some possibilities as x blows up...

23...56...2021...1,0001,001...1,000,0001,000,001

Do you agree that as x gets bigger, the +1 happening in the denominator becomes basically irrelevant? These fractions are all getting closer and closer to the number 1. We have a horizontal asymptote y=1. Here's a trick to see this easily... Multiply top and bottom by 1x:

x(x+1)1x1x=11+1x

Now think about what happens when x. The 1x term will head towards 0, making the whole fraction head towards 11+0=1.

3. Let's try the same trick on this one. The highest power of x in the denominator is x2, so multiply top and bottom by the reciprocal of that.

(x2+1)(2x2+x+3)1x21x2=1+1x22+1x+3x2

As x, the 1x2 heads to zero real quick. So does 1x as we saw before. And convince yourself that even though there's a 3 in 3x2, it will quickly be dominated by the denominator blowing up. So our whole function is heading towards

1+02+0+0=12

We have a horizontal asymptote y=12.

Exercise 2

Find the horizontal asymptotes of the rational functions by analyzing limx±f(x).

1. f(x)=2x2

2. f(x)=4x22x29

3. f(x)=1(x2+1)2

Answer
  1. H.A. y=0
  2. H.A. y=4
  3. H.A. y=0
Example 2

Tell whether x=3 is a vertical asymptote of the functions by analyzing limx3f(x).

1. f(x)=1x3

2. f(x)=x+2x+3

3. f(x)=x3x29

Solution

1. Let's think about what happens to f(x) if x gets close to 3. Consider the denominator and imagine plugging in options for x coming in from the right, numbers bigger than 3...

x-value near 3 4 3.5 3.1 3.01
denominator x3 43=1 3.53=0.5 3.13=0.1 3.013=0.01

Okay, we can see that the denominator is getting super tiny, heading towards 0 as x heads towards 3. If the denominator of a fraction gets smaller, the fraction as a whole blows up! So we have x=3 as a V.A. because

limx3+f(x)=

2. Thinking about x becoming 3, we see the numerator will head towards 3+2=5 and the denominator will head towards 3+3=6. Nothing special happening here, the fraction as a whole is heading towards 56. That's a finite number, not ±, so we do not have a vertical asymptote here.

3. If x3, we see that both our numerator and denominator are heading towards 0, so we don't know what the fraction is doing as a whole... Let's try simplifying this expression to see if anything becomes clearer.

x3x29=x3(x+3)(x3)=1x+3

Aha! This function f isn't defined at x=3, but it behaves exactly like 1x+3. When x3, that expression heads toward 19. In this case, x=3 is a hole in the graph, but not a vertical asymptote!

Exercise 3

Tell whether x=0 is a vertical asymptote of the functions by analyzing limx0f(x).

  1. f(x)=1x2
  2. f(x)=xx+1
  3. f(x)=x2+xx
  4. f(x)=x+1x2
Answer
  1. Yes, because limx0f(x)=.
  2. No, limx0xx+1=01=0.
  3. Simplifying the expression, f behaves like x+1, and limx0(x+1)=1, so no.
  4. Yes, as x0, the numerator heads to 1, but the denominator gets very tiny very quickly, making the whole fraction blow up to .

Slant Asymptotes

I want to use limits to talk about one final concept relating to rational functions. Sometimes a rational function appears to do some crazy stuff, but then hug a straight line going off forever to infinity, like the pictures below:

slant1.png slant2.png

What's going on here is that, as x±, the function ends up behaving like a linear function. Look at the first example. Notice what happens if I start trying to analyze the limit as x.

limx(x2+2x+1x)=limx(x2x+2xx+1x)=limx(x+2+1x)

Hmm... As x blows up, that 1x term is going to contribute less and less to the behavior of the function. My graph will end up acting just like the first piece, a straight line, y=x+2.

Slant Asymptote

A rational function f(x)=p(x)d(x) has a slant asymptote when the degree of the numerator is exactly one more than the degree of the denominator. To find the equation of the slant asymptote line, perform polynomial long division on p(x)d(x), writing p(x)d(x)=q(x)+r(x)d(x). The quotient q(x) will be a linear function, and the r(x)d(x) will become irrelevant as x. Then the slant asymptote is y=q(x).

Example 3

Find the slant asymptote of the second example above, f(x)=2x3+2x+1x21.

Solution

Polynomial long division yields f(x)=(2x)+4x1x21. That second term will eventually become tiny as x, which we can see by doing that trick for analyzing infinite limits:

(4x1)(x21)1x21x2=4x1x211x2

The numerator heads to 0, while the denominator heads to 1. Well, 01=0, so we see that term will become so tiny it's irrelevant! Thus f will act like q(x)=2x, a line.

Exercise 4

Find the slant asymptotes of the rational functions below. Confirm afterwards by looking at the graph.

f(x)=x2x+1 f(x)=x3+x2+x+1x2
slant3.png slant4.png
Answer
  1. Long division yields (x1)+1x+1. The slant asymptote is y=x1.
  2. Long division (or just splitting the fraction and cancelling) yields (x+1+1x+1x2). The last two terms approach zero as x, so the function hugs the slant asymptote y=x1.

This page titled 6.2 Asymptotes and Limits is shared under a CC BY-NC-SA license and was authored, remixed, and/or curated by Lydia de Wolf.

Support Center

How can we help?