How do you find the Vertical, Horizontal, and Oblique Asymptote given #f (x ) = (3x^2 - 2x - 1) / (x + 4 )?#?

1 Answer
May 29, 2016

Beware!!

Extremely long answer!!

Explanation:

First, you must make sure to understand the situations where the different types of asymptotes appear.

Vertical Asymptotes:

All rational expressions will have a vertical asymptote. Quite simply put, a vertical asymptote occurs when the denominator is equal to 0. An asymptote is simply an undefined point of the function; division by 0 in mathematics is undefined.

Horizontal Asymptotes:

There are two possible scenarios in a rational function for there to be a horizontal asymptote. Both depend on the maximum degrees of the numerator and of the denominator.

1) If the degree of the denominator is higher than that of the numerator, there will be a horizontal asymptote at #y = 0#. If you don't already know, the degree of any function is the highest power that belongs to x. For example, in the polynomial function #f(x) = 3x^6 + 4x^3 - 2x + 1#, the degree is #6#, since the highest power is #x^6#.

2) If the degree of the denominator is equal to the degree of the numerator, there will be a horizontal asymptote at the ratio between the coefficients of the highest degree of the function. Take the example of the rational function #g(x) = (2x + 1)/(x - 7)#. The degrees of the numerator and the denominator are equal (they are both of degree 1). The ratio of their coefficients are #2/1 = 2#. This means there will be a horizontal asymptote at #y = 2#

Oblique asymptotes:

Oblique asymptotes occur when the degree of denominator is lower than that of the numerator. In the rational function #h(x) = (ax^2 + bx + c)/(dx + n)#, there will be an oblique asymptote at the answer to the division of the denominator and the numerator. Therefore, to determine oblique asymptotes, you must understand how to divide polynomials either using long division or synthetic division.

#---------------------#

Now that we have a solid understanding of the different types of asymptotes and the situations where they are found, we can inspect our rational function, #f(x) = (3x^2 - 2x - 1)/(x + 4)#, and find all of the asymptotes there.

Let's attack the easiest one to find first: the vertical asymptote. This one can be found by setting the denominator to #0# and solving for x.

#x + 4 = 0#

#x = -4#

Therefore, there is a vertical asymptote at #x = -4#

In this function, there will be no horizontal asymptote, since the denominator is neither of equal or of larger degree than the numerator. However, there will be an oblique asymptote. Let's preform our polynomial division to find its equation.

By synthetic division (this is an image, since formatting polynomial divisions on Socratic is not something I'm good at)

enter image source here

The answer to our division (without considering the rest) is #3x - 14#. Therefore, the equation of our oblique asymptote is #y = 3x - 14#

In summary:

The rational function #f(x) = (3x^2 - 2x - 1)/(x + 4)# has a vertical asymptote at #x = -4# and an oblique asymptote at #y = 3x - 14#. Here is the graph of #f(x)#:

graph{y = (3x^2 - 2x - 1)/(x + 4 [-204.2, 204.2, -102, 102.2]}

Practice exercises:

  1. Given the following rational functions determine all asymptotes, horizontal, vertical and oblique, if they exist.

a) #f(x) = (x^2 - 1)/x#

b) #g(x) = 3/(x^2 - 2x + 1)#

c) #h(x) = (x^4 - 5x^2 - 36)/(x^4 + 6x^2 + 8)#

Good luck, and hopefully this helps!