What are the asymptotes for #f(x) = (x^2 -1)/(2x^2 + 3x-2)#?

1 Answer
Jul 13, 2015

Vertical asymptotes: #x=-2# and #x=1/2#;
Horizontal asymptote: #y=1/2#

Explanation:

We can have:
1] Vertical asymptotes; which are vertical lines at #x# values that makes your denominator equal to zero. These are vertical lines that cannot be crossed by the graph of your function that instead get as near as possible to them.
To make the denominator equal to zero you can solve it as a 2nd degree equation:
#2x^2+3x-2=0#
using the Quadratic Formula you get:
#x=-2#
#x=1/2#
these two are the equation of your two vertical asymptotes.

2] Horizontal asymptote; which are horizontal lines that again cannot be crossed by the graph of your function. Your function instead tends to get as near as possible to them.

To find them you look at the behaviour of your function for #x# very large, using the Limit :
#lim_(x->oo)(x^2-1)/(2x^2+3x-2)=lim_(x->oo)(x^2(1-1/x^2))/(x^2(2+3/x-2/x^2))=# where I collected #x^2# in the numerator and denominator:
rearranging and taking the limit we get:
#lim_(x->oo)(cancel(x^2)(1-1/x^2))/(cancel(x^2)(2+3/x-2/x^2))=1/2#
(remember that as #x->oo# the fraction #1/x^n->0#)
Your horizontal asymptote will then be:
#y=1/2#

Graphically you can see them as:
graph{(x^2-1)/(2x^2+3x-2) [-10, 10, -5, 5]}