| home | contents | previous | next page | send comment | send link | add bookmark |

12.2. Horizontal asymptotes

Given the rational function in which P(x) and Q(x) are polynomial functions:

        P(x)     anxn + an-1xn-1 + . . . + ao
f(x) = ------ = ---------------------------
        Q(x)     bmxm + bm-1xm-1 + . . . + bo
The horizontal asymptote is the limiting value of f(x) as x -> ∞ or x -> -∞. There are three possibilities:

  1. If n > m there is no horizontal asymptote, f(x) is unbounded.
  2. If n < m then the horizontal asymptote is the x-axis: y = 0
  3. If n = m then the horizontal asymptote is: y = an/bm

An example, find the horizontal asymptote of:

        2
f(x) = ---
        x

lim f(x) = lim 2/x = 2/∞ = 0
x -> ∞       x -> ∞
That is, since n < m, the horizontal asymptote is given by: y = 0.

Another example, graph the function:

          2x2
f(x) = --------
        x2 + 2

                    2          2
lim f(x) = lim --------- = --------- = 2
x -> ∞      x -> ∞  1 + 2/x2    1 + 2/∞
That is, since n = m, the horizontal asymptote is given by: y = an/bm = 2/1 = 2.

The graph is symmetrical about the y-axis because it is unchanged when x is replaced by -x:

         2(-x)2       2x2 
f(-x) = --------- = -------
        (-x)2 + 2    x2 + 2 
The x-intercept is found by solving:
0 = 2x2/(x2 + 2)

x = 0
The y-intercept is
f(0) = 2×02/(02 + 2) = 0

f(x) = 2x^2/(x^2 + 2)

Figure 12-2: Horizontal asymptote


| home | contents | previous | next page | send comment | send link | add bookmark |

Copyright © 2005, Stephen R. Schmitt