Rational Functions and Limits- Complete Guide

What Are Rational Functions?

A rational function is simply one polynomial divided by another polynomial. That's it. Nothing fancy.

The basic form looks like this:

R(x) = P(x) / Q(x)

Where P(x) and Q(x) are polynomials, and Q(x) ≠ 0. If Q(x) = 0, you've got problems — those x-values aren't in the domain.

Examples:

The Domain Problem

Finding the domain is straightforward. Exclude any x-value that makes the denominator zero.

Take f(x) = 1/(x-3). The denominator is zero when x = 3. So the domain is all real numbers except x = 3.

When you factor numerator and denominator, you can spot holes and vertical asymptotes before you ever touch a graph.

Asymptotes: The Skeleton of Rational Functions

Asymptotes tell you where the function goes as it approaches certain x-values or infinity. There are three types.

Vertical Asymptotes

These appear at x-values where the denominator equals zero and the numerator doesn't also equal zero at that point.

Rule: If (x - a) is a factor of the denominator but not a factor of the numerator, then x = a is a vertical asymptote.

Example: f(x) = 1/(x-2). Vertical asymptote at x = 2.

Horizontal Asymptotes

Horizontal asymptotes describe end behavior — what happens as x approaches infinity or negative infinity.

How to find them:

Oblique (Slant) Asymptotes

When the numerator's degree is exactly one higher than the denominator's degree, you get a slant asymptote.

Find it by polynomial long division. The quotient (ignoring the remainder) is your oblique asymptote.

Holes in the Graph

A hole appears when the same factor exists in both numerator and denominator.

Example: f(x) = (x² - 4)/(x - 2)

Factor the numerator: (x - 2)(x + 2)/(x - 2). Cancel (x - 2) and you get x + 2.

But that canceled factor means there's a hole at x = 2. Plug x = 2 into x + 2 and you get 4. So the point (2, 4) is missing from the graph.

Limits and Rational Functions

Limits matter when direct substitution gives you 0/0 — the indeterminate form.

When you see 0/0, don't panic. Factor and cancel. Then try substitution again.

Example: Find lim(x→2) of (x² - 4)/(x - 2)

Direct substitution: (4 - 4)/(2 - 2) = 0/0. Useless.

Factor: (x - 2)(x + 2)/(x - 2) = x + 2

Now substitute: 2 + 2 = 4

The limit exists and equals 4.

Limits at Infinity

As x → ∞, rational functions behave predictably:

Comparing Asymptote Types

Asymptote Type Condition Found Using
Vertical Denominator = 0, numerator ≠ 0 Set denominator = 0
Horizontal Degree numerator ≤ Degree denominator Compare degrees and leading coefficients
Oblique Degree numerator = Degree denominator + 1 Polynomial long division
None Degree numerator > Degree denominator + 1 Check end behavior directly

Graphing Rational Functions: Getting Started

Here's the actual process:

Step 1: Find the Domain

Set denominator ≠ 0. Write down all excluded x-values.

Step 2: Simplify First

Factor numerator and denominator. Cancel any common factors. Note any holes.

Step 3: Find Vertical Asymptotes

At each x-value excluded from the domain, check if it's a hole or a vertical asymptote. Holes come from canceled factors. Vertical asymptotes come from factors that remain in the denominator.

Step 4: Find Horizontal or Oblique Asymptotes

Compare degrees. Use the rules from the table above.

Step 5: Find Y-Intercept

Plug x = 0 into the simplified function. If 0 is in the domain.

Step 6: Find X-Intercepts

Set the numerator equal to zero (in the simplified function). These are your x-intercepts.

Step 7: Plot Key Points and Draw

Sketch the asymptotes. Plot holes, intercepts. Determine sign between critical points to know where the graph sits above or below the x-axis.

Common Mistakes to Avoid

Quick Reference: What to Do When

Situation Action
Denominator is zero Check numerator — hole or vertical asymptote?
Get 0/0 when substituting Factor and cancel, then substitute again
Degree numerator < denominator Horizontal asymptote at y = 0
Degree numerator > denominator + 1 No asymptote — check end behavior directly
Same factor in num and denom Hole at that x-value