333,095 views
16 votes
16 votes
Finding horizontal and vertical asymptotes of a rational function: Quadratic numerator or denominator

Finding horizontal and vertical asymptotes of a rational function: Quadratic numerator-example-1
User Thurman
by
2.6k points

1 Answer

27 votes
27 votes

Given the function:


f(x)=(2x^2+10x+12)/(-2x+1)

You know that it is a Rational Function because it has the following form:


f(x)=(p(x))/(q(x))

Where the numerator and the denominator are polynomials and:


q(x)\\e0

By definition, an Asymptote is a line that the function approaches but it does not touch it and it does not intersect.

To find the Vertical Asymptote, you can follow these steps:

1. Take the denominator of the function and make it equal to zero.

2. Solve for "x".

Then, the Vertical Asymptote is:


\begin{gathered} -2x+1=0 \\ -2x=-1 \\ \\ x=(-1)/(-2) \\ \\ x=(1)/(2) \end{gathered}

To find the Horizontal Asymptote, you can follow these steps:

1. Identify the numerator of the function:


2x^2+10x+12

2. Identify its denominator:


-2x+1

3. Identify the degree of the numerator and the degree of the denominator:

- Since the highest exponent of the numerator is 2:


Degree=2

- Since the highest exponent of the denominator is 1:


Degree\colon1

4. Since the degree of the numerator is greater than the degree of the denominator by 1, you can determine that there is no Horizontal Asymptote.

Then, the steps to graph the function are:

• Draw the Vertical Asymptote on the Coordinate Plane (this must be a dotted line or a dashed line).

,

• Find the x-intercept as follows:

Substitute this value of "y" into the function and solve for "x":


f(x)=y=0

Then:


\begin{gathered} (0)(-2x+1)=2x^2+10x+12 \\ 0=2x^2+10x+12 \end{gathered}

Notice that you need to use the Quadratic Formula to find the x-values:


x=\frac{-b\pm\sqrt[]{b^2-4ac}}{2a}

Then:


\begin{gathered} x=\frac{-10\pm\sqrt[]{(10)^2-(4)(2)(12)}}{2\cdot2} \\ \\ x_1=-2 \\ x_2=-3 \end{gathered}

Now you know the x-intercepts.

• Find the y-intercept by substituting this value of "x" into the function and evaluating:


x=0

Then, you get:


\begin{gathered} y=\frac{2(0)^2^{}+10(0)+12}{-2(0)+1} \\ \\ y=(12)/(1) \\ \\ y=12 \end{gathered}

• Now you can find different points on the function by substituting several values of "x" and finding the corresponding y-values.

Then:


\text{For }x=4\rightarrow y=(2(4)^2+10(4)+12)/(-2(4)+1)\approx-12


\text{For }x=5\rightarrow y=(2(5)^2+10(5)+12)/(-2(5)+1)\approx-12.44
\text{For }x=10\rightarrow y=(2(10)^2+10(10)+12)/(-2(10)+1)\approx-16.42
\text{For }x=20\rightarrow y=(2(20)^2+10(20)+12)/(-2(20)+1)\approx-25.95


\text{For }x=-10\rightarrow y=(2(-10)^2+10(-10)+12)/(-2(-10)+1)\approx5.33
\text{For }x=-20\rightarrow y=(2(-20)^2+10(-20)+12)/(-2(-20)+1)\approx14.93

• Finally, plot the points on the Coordinate Plane and graph the function by connecting the points (remember that they must be connected with curves).

Therefore, the answer is (The dashed line is the Vertical Asymptote. There is no Horizontal Asymptote):

Finding horizontal and vertical asymptotes of a rational function: Quadratic numerator-example-1
User Paul Siegel
by
2.1k points