US Trends

how to find slant asymptotes

To find slant (oblique) asymptotes of a function, you mainly use polynomial division on rational functions where the numerator’s degree is exactly one higher than the denominator’s degree.

How to Find Slant Asymptotes

(Quick Scoop style guide for students)

1. When do slant asymptotes happen?

For a rational function f(x)=P(x)Q(x)f(x)=\dfrac{P(x)}{Q(x)}f(x)=Q(x)P(x)​:

  • Let NNN = degree of the numerator P(x)P(x)P(x).
  • Let DDD = degree of the denominator Q(x)Q(x)Q(x).

You get a slant asymptote when:

  • N=D+1N=D+1N=D+1 (numerator’s degree is exactly one more than denominator’s).
  • In that case, there is no horizontal asymptote , but instead a slanted line the graph “leans along” for large ∣x∣|x|∣x∣.

Think of it as: the function doesn’t level off to a flat line, it “lines up” with a tilted line instead.

2. Core method: polynomial long division

If N=D+1N=D+1N=D+1, do this:

  1. Write the function f(x)=P(x)Q(x)f(x)=\dfrac{P(x)}{Q(x)}f(x)=Q(x)P(x)​.
  2. Divide the numerator by the denominator using polynomial long division (or synthetic division if it fits).
  1. You’ll get:

P(x)Q(x)=L(x)+R(x)Q(x)\frac{P(x)}{Q(x)}=L(x)+\frac{R(x)}{Q(x)}Q(x)P(x)​=L(x)+Q(x)R(x)​

where:

 * L(x)L(x)L(x) is a linear polynomial mx+bmx+bmx+b.
 * R(x)R(x)R(x) is the remainder.
  1. Ignore the remainder term R(x)Q(x)\dfrac{R(x)}{Q(x)}Q(x)R(x)​. The line

y=L(x)y=L(x)y=L(x)

is the slant asymptote.

Why this works: as x→±∞x\to \pm\infty x→±∞, the remainder fraction R(x)Q(x)\dfrac{R(x)}{Q(x)}Q(x)R(x)​ goes to 0, so the function gets closer and closer to the line y=L(x)y=L(x)y=L(x).

3. Step‑by‑step example (classic one)

Consider

f(x)=x2+x−1x−1f(x)=\frac{x^2+x-1}{x-1}f(x)=x−1x2+x−1​

Here:

  • Numerator degree N=2N=2N=2.
  • Denominator degree D=1D=1D=1.
  • N=D+1N=D+1N=D+1, so a slant asymptote exists.

Do the division: divide x2+x−1x^2+x-1x2+x−1 by x−1x-1x−1.

  1. x2÷x=xx^2÷x=xx2÷x=x. Multiply back: x(x−1)=x2−xx(x-1)=x^2-xx(x−1)=x2−x.
  2. Subtract: (x2+x−1)−(x2−x)=2x−1(x^2+x-1)-(x^2-x)=2x-1(x2+x−1)−(x2−x)=2x−1.
  3. 2x÷x=22x÷x=22x÷x=2. Multiply: 2(x−1)=2x−22(x-1)=2x-22(x−1)=2x−2.
  4. Subtract: (2x−1)−(2x−2)=1(2x-1)-(2x-2)=1(2x−1)−(2x−2)=1 (this 1 is the remainder).

So:

x2+x−1x−1=x+2+1x−1\frac{x^2+x-1}{x-1}=x+2+\frac{1}{x-1}x−1x2+x−1​=x+2+x−11​

  • Linear part: L(x)=x+2L(x)=x+2L(x)=x+2.
  • Remainder fraction: 1x−1\dfrac{1}{x-1}x−11​.

Slant asymptote:

y=x+2\boxed{y=x+2}y=x+2​

For very large positive or negative xxx, that little 1x−1\dfrac{1}{x-1}x−11​ term becomes tiny, so the graph hugs the line y=x+2y=x+2y=x+2.

4. Quick checklist (algorithm in your head)

When you’re given a rational function f(x)f(x)f(x):

  1. Check degrees.
    • If numerator degree = denominator degree + 1 → go on.
  1. Do polynomial long division (or synthetic).
  2. Take the linear quotient mx+bmx+bmx+b.
  3. Write the slant asymptote as y=mx+by=mx+by=mx+b.
  4. Ignore the remainder entirely for the asymptote.

5. Multiple viewpoints & extra notes

  • Graph viewpoint: On a graphing calculator or app, you’ll see the curve “shadow” a straight line as ∣x∣|x|∣x∣ grows large; that line is the slant asymptote.
  • Limits viewpoint: You can define the slant asymptote as the line y=mx+by=mx+by=mx+b such that

lim⁡x→±∞[f(x)−(mx+b)]=0\lim_{x\to \pm\infty}[f(x)-(mx+b)]=0x→±∞lim​[f(x)−(mx+b)]=0

which matches what division gives you.

  • Horizontal vs slant: On a given side (as x→+∞x\to +\infty x→+∞ or x→−∞x\to -\infty x→−∞), you don’t get both a horizontal and a slant asymptote; it’s one or the other.
  • Vertical asymptotes: These come from where the denominator is zero (and not cancelled), and are found separately from slant asymptotes.

6. Tiny HTML table for quick memory

Here’s a compact reference in HTML, as you requested:

html

<table>
  <tr>
    <th>Situation</th>
    <th>Condition</th>
    <th>Asymptote Type</th>
    <th>How to Find It</th>
  </tr>
  <tr>
    <td>Slant asymptote</td>
    <td>deg(numerator) = deg(denominator) + 1</td>
    <td>Line y = mx + b</td>
    <td>Divide numerator by denominator, take linear quotient, ignore remainder</td>
  </tr>
  <tr>
    <td>Horizontal asymptote</td>
    <td>deg(numerator) ≤ deg(denominator)</td>
    <td>Line y = constant</td>
    <td>Compare degrees and leading coefficients</td>
  </tr>
</table>

7. One‑line TL;DR

To find slant asymptotes, check that the numerator’s degree is one higher, divide, and take the linear quotient y=mx+by=mx+by=mx+b as the asymptote, ignoring the remainder.

Information gathered from public forums or data available on the internet and portrayed here.