4.3 Rational Functions and Asymptotes

Key Takeaways

  • A rational function $f(x) = N(x)/D(x)$ is defined for all real numbers except where $D(x) = 0$.
  • Common factors canceled from $N(x)$ and $D(x)$ create removable discontinuities (holes) at $(c, f_{\text{simp}}(c))$, whereas uncanceled denominator factors create vertical asymptotes at $x = a$.
  • Horizontal asymptotes depend on polynomial degrees: $y = 0$ if $\deg(N) < \deg(D)$, $y = a_n/b_d$ if $\deg(N) = \deg(D)$, and no horizontal asymptote exists if $\deg(N) > \deg(D)$.
  • If $\deg(N) = \deg(D) + 1$, an oblique (slant) asymptote $y = mx + b$ exists and is determined by polynomial long division.
  • While graphs can never touch or cross vertical asymptotes, rational functions may cross horizontal or oblique asymptotes for small input values.
Last updated: August 2026

4.3 Rational Functions and Asymptotes

A rational function is a quotient of two polynomial functions. Rational functions introduce discontinuous features into precalculus—specifically vertical asymptotes, horizontal asymptotes, oblique (slant) asymptotes, and removable discontinuities (holes). Master candidate skills include identifying domain restrictions, determining asymptotic behavior, and executing complete function sketching.


1. Definition and Domain Restrictions

A rational function $f(x)$ is defined as: f(x)=N(x)D(x)f(x) = \frac{N(x)}{D(x)} where $N(x)$ and $D(x)$ are polynomials, and $D(x)$ is not the zero polynomial.

Finding the Domain

The domain of $f(x)$ consists of all real numbers except values of $x$ where the denominator equals zero: Domain: {xRD(x)0}\text{Domain: } \{x \in \mathbb{R} \mid D(x) \neq 0\}


2. Removable Discontinuities (Holes) vs. Vertical Asymptotes

Before finding asymptotes, factor $N(x)$ and $D(x)$ completely to simplify $f(x)$:

f(x)=p(x)(xc)mq(x)(xc)kf(x) = \frac{p(x)(x - c)^m}{q(x)(x - c)^k}

Removable Discontinuities (Holes)

If a linear factor $(x - c)$ appears in both the numerator and denominator, it cancels out.

  • A hole occurs at $x = c$.
  • To find the $y$-coordinate of the hole, evaluate $c$ in the simplified function $f_{\text{simp}}(c)$. The hole is located at the point $(c, f_{\text{simp}}(c))$.

Vertical Asymptotes (VA)

If a factor $(x - a)$ remains in the denominator after full simplification, the line $x = a$ is a vertical asymptote.

  • As $x \to a^+$ or $x \to a^-$, $f(x) \to \infty$ or $f(x) \to -\infty$.
  • Graphing Rule: A graph can never cross a vertical asymptote because the function is undefined at $x = a$.

Step-by-Step Worked Example: Distinguishing Holes from Vertical Asymptotes

Problem: Identify all vertical asymptotes and holes for $f(x) = \frac{x^2 - 4}{x^2 - x - 6}$.

Solution:

  1. Factor numerator and denominator completely: N(x)=x24=(x2)(x+2)N(x) = x^2 - 4 = (x - 2)(x + 2) D(x)=x2x6=(x3)(x+2)D(x) = x^2 - x - 6 = (x - 3)(x + 2) f(x)=(x2)(x+2)(x3)(x+2)f(x) = \frac{(x - 2)(x + 2)}{(x - 3)(x + 2)}

  2. Cancel common factors: The factor $(x + 2)$ appears in both numerator and denominator. For $x \neq -2$: fsimp(x)=x2x3f_{\text{simp}}(x) = \frac{x - 2}{x - 3}

  3. Identify Hole and Vertical Asymptote:

    • Hole: Set common factor to zero: $x + 2 = 0 \implies x = -2$. Evaluate simplified function at $x = -2$: fsimp(2)=2223=45=45f_{\text{simp}}(-2) = \frac{-2 - 2}{-2 - 3} = \frac{-4}{-5} = \frac{4}{5} There is a hole at $\left(-2, \frac{4}{5}\right)$.
    • Vertical Asymptote: Set remaining denominator factor to zero: $x - 3 = 0 \implies x = 3$. There is a vertical asymptote at $x = 3$.

3. Horizontal and Oblique (Slant) Asymptotes

Horizontal and oblique asymptotes describe the end behavior of $f(x)$ as $x \to \infty$ or $x \to -\infty$.

Let $n = \text{degree of numerator } N(x)$ with leading coefficient $a_n$, and $d = \text{degree of denominator } D(x)$ with leading coefficient $b_d$.

Degree RelationshipAsymptote TypeEquation of Asymptote
$n < d$ (Bottom heavy)Horizontal Asymptote$y = 0$ ($x$-axis)
$n = d$ (Equal degrees)Horizontal Asymptote$y = \frac{a_n}{b_d}$ (Ratio of leading coefficients)
$n = d + 1$ (Top heavy by 1)Oblique (Slant) Asymptote$y = mx + b$ (Quotient of $N(x) \div D(x)$)
$n > d + 1$ (Top heavy by $\ge 2$)No Horizontal or SlantEnd behavior mirrors polynomial of degree $n - d$

Important Concept: Unlike vertical asymptotes, a rational function may cross a horizontal or oblique asymptote for small values of $x$. The asymptote only governs end behavior ($x \to \pm\infty$).


Step-by-Step Worked Example: Finding Oblique (Slant) Asymptotes

Problem: Find the oblique asymptote of $f(x) = \frac{2x^2 + 5x - 1}{x + 2}$.

Solution:

  1. Compare degrees: Degree of numerator $n = 2$, degree of denominator $d = 1$. Since $n = d + 1 = 2$, an oblique asymptote exists.

  2. Perform Polynomial Long Division (or Synthetic Division): Divide $2x^2 + 5x - 1$ by $x + 2$ using synthetic division with $k = -2$: 2251-2 \quad \Big| \quad 2 \quad 5 \quad -1 42\quad \quad \quad \quad -4 \quad -2 213\quad \overline{\quad 2 \quad 1 \quad \Big| \quad -3} The quotient is $2x + 1$ with remainder $-3$. f(x)=2x+13x+2f(x) = 2x + 1 - \frac{3}{x + 2}

  3. Analyze end behavior as $x \to \pm\infty$: As $x \to \pm\infty$, the remainder fraction $-\frac{3}{x + 2} \to 0$. Therefore, $f(x) \to 2x + 1$. The oblique asymptote equation is $y = 2x + 1$.


4. Systematic Strategy for Graphing Rational Functions

When analyzing or graphing rational functions on the CLEP exam, follow this 6-step protocol:

  1. Find Domain: Set $D(x) = 0$ to identify all restricted $x$-values.
  2. Simplify & Locate Holes: Factor completely; cancel common terms to find hole coordinates $(c, f_{\text{simp}}(c))$.
  3. Find Intercepts:
    • $y$-intercept: Compute $f(0)$ (if $x = 0$ is in the domain).
    • $x$-intercepts: Set remaining numerator factors to zero: $N_{\text{simp}}(x) = 0$.
  4. Locate Vertical Asymptotes: Set remaining denominator factors to zero: $D_{\text{simp}}(x) = 0$.
  5. Locate Horizontal/Oblique Asymptotes: Apply degree comparison rules between $N(x)$ and $D(x)$.
  6. Construct Sign Chart & Plot: Test values in intervals bounded by $x$-intercepts and vertical asymptotes to determine where the graph lies above ($y > 0$) or below ($y < 0$) the $x$-axis.

5. Common CLEP Pitfalls & Exam Traps

Trap 1: Confusing Vertical Asymptotes with Holes. Always factor and cancel first! Setting $D(x) = 0$ before simplifying will mistakenly label holes as vertical asymptotes.

Trap 2: Believing a Graph Can Never Cross an Asymptote. A graph can never touch or cross a vertical asymptote, but it can cross a horizontal or oblique asymptote. To check if $f(x)$ crosses $y = L$, solve $f(x) = L$.

Trap 3: Division Errors in Slant Asymptotes. When extracting the slant asymptote $y = mx + b$ from polynomial division, drop the remainder fraction entirely—do NOT include the remainder in the linear equation of the line.

Test Your Knowledge

What are the vertical asymptote(s) and hole(s) for the rational function $f(x) = \frac{x^2 - 9}{x^2 - 5x + 6}$?

A
B
C
D
Test Your Knowledge

What is the horizontal asymptote of the rational function $f(x) = \frac{4x^2 - 7x + 2}{2x^2 + 3x - 5}$?

A
B
C
D
Test Your Knowledge

Find the equation of the slant (oblique) asymptote for $f(x) = \frac{x^2 - 3x + 5}{x - 2}$.

A
B
C
D
Test Your Knowledge

What are the $x$-intercepts of the rational function $f(x) = \frac{x^2 - 5x + 4}{x^2 - 16}$?

A
B
C
D