How do you graph #f(x)=(x^2+x)/(-2x^2-2x+12)# using holes, vertical and horizontal asymptotes, x and y intercepts?

1 Answer
Dec 24, 2016

Start by factoring everything. If there are cancellations, than there will be a hole.

#f(x) = (x(x + 1))/(-2(x^2 + x - 6))#

#f(x) = (x(x + 1))/(-2(x + 3)(x - 2))#

There are no holes. There will be vertical asymptotes whenever the denominator is #0#.

#-2(x + 3)( x - 2) = 0 -> x = -3 and 2#.

#:.# There will be vertical asymptotes at #x = -3# and #x= 2#.

Horizontal asymptotes will depend on the degree of the numerator relative to that of the denominator. Since the numerator has an equal degree to the denominator, the horizontal asymptote will occur at the ratio between the coefficients of the terms of highest degree.

So, there is a horizontal asymptote at #y= -1/2#.

As for x-intercepts:

#0 = (x(x + 1))/(-2(x + 3)(x- 2))#

#0 = x(x + 1)#

#x = 0 and -1#

As for y-intercepts:

#y = (0(0 + 1))/(-2(0 + 3)(0 - 2))#

#y= 0/(12)#

#y = 0#

Finally, I recommend you would check the behaviour of the function near asymptotes by selecting test points increasingly close to the asymptote. End behaviour can also be checked in the same manner.

After doing all of this, you should end up with a graph similar to the following.

enter image source here

The red is the graph of the function itself, while all other colors are the asymptotes.

Hopefully this helps!