How do you find the asymptotes for #f(x) = (2x^2 + 1) / (x^2 - 4)#?

1 Answer
Oct 2, 2016

The vertical asymptotes are #x=2# and #x=-2#. The horizontal asymptote is #y=2#. There are no oblique asymptotes.

Explanation:

Vertical asymptotes occur where #x# is undefined, i.e. the denominator equals zero.

#x^2-4=0#
#(x+2)(x-2)=0color(white)(aaaaaaa)# Factor
#x+2=0color(white)(aaa)x-2=0color(white)(aaa)# Set each factor equal to zero
#x=-2color(white)(aaa)x=2color(white)(aaaaaaa)# Solve for x

The vertical asymptotes are #x=-2# and #x=2#

Horizontal asymptotes are found by comparing the degree of the denominator to the degree of the numerator.

If the degree of the denominator is greater than the degree of the numerator, the horizontal asymptote is #y=0#.

If the degree of the denominator is equal to the degree of the numerator, the horizontal asymptote is the leading coefficient of the numerator divided by the leading coefficient of the denominator.

#f(x)=(color(blue)2x^color(red)2+1)/(color(blue)1x^color(red)2-4)#

In this example, the #color(red)(degree)# is #color(red)2# in both the denominator and numerator, so the horizontal asymptote is the leading coefficient of the numerator over the leading coefficient of the denominator
#y=color(blue)2/color(blue)1=2#

If the degree of the denominator is less than the degree of the numerator, there is an oblique asymptote. This example does not have an oblique asymptote.