Asymptote Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

hard
Find the oblique (slant) asymptote of g(x)=x2+xโˆ’1xโˆ’1g(x) = \dfrac{x^2 + x - 1}{x - 1}.

Solution

  1. 1
    Since the numerator degree (2) is exactly one more than the denominator degree (1), an oblique asymptote exists. Perform polynomial long division: x2+xโˆ’1รท(xโˆ’1)x^2 + x - 1 \div (x-1).
  2. 2
    First term: x2รทx=xx^2 \div x = x. Multiply: x(xโˆ’1)=x2โˆ’xx(x-1) = x^2-x. Subtract: (x2+xโˆ’1)โˆ’(x2โˆ’x)=2xโˆ’1(x^2+x-1)-(x^2-x) = 2x-1.
  3. 3
    Second term: 2xรทx=22x \div x = 2. Multiply: 2(xโˆ’1)=2xโˆ’22(x-1)=2x-2. Subtract: (2xโˆ’1)โˆ’(2xโˆ’2)=1(2x-1)-(2x-2)=1. So g(x)=x+2+1xโˆ’1g(x) = x + 2 + \frac{1}{x-1}. As xโ†’ยฑโˆžx \to \pm\infty, the remainder 1xโˆ’1โ†’0\frac{1}{x-1} \to 0, giving the oblique asymptote y=x+2y = x + 2.

Answer

Oblique asymptote: y=x+2y = x + 2
An oblique asymptote occurs when the numerator's degree exceeds the denominator's degree by exactly 1. Polynomial long division separates the rational function into a linear part (the asymptote) plus a remainder that vanishes at infinity.

About Asymptote

An asymptote is a line that a curve approaches arbitrarily closely as the input (or output) grows without bound, but typically never reaches.

Learn more about Asymptote โ†’

More Asymptote Examples