Solving Rational Functions- Complete Study Guide

What Is a Rational Function?

A rational function is simply a fraction where both the numerator and denominator are polynomials. That's it. Nothing fancy.

The basic form looks like this:

f(x) = P(x) / Q(x)

Where P(x) and Q(x) are polynomials, and Q(x) ≠ 0. If the denominator equals zero at any point, that point is undefined.

Finding the Domain — Where You Can Actually Use the Function

The domain is every real number except where the denominator equals zero. This is not optional — you must exclude those points.

Example: Find the domain of f(x) = 1/(x-3)

Set the denominator equal to zero:

x - 3 = 0

x = 3

Domain: all real numbers except x = 3

Write it as: (-∞, 3) ∪ (3, ∞) or {x | x ≠ 3}

Simplifying Rational Expressions

Factor both the numerator and denominator, then cancel any common factors. This is basic fraction reduction — you're not changing the value, just writing it simpler.

Example: Simplify (x² - 9)/(x² - 6x + 9)

Step 1: Factor

(x + 3)(x - 3) / (x - 3)(x - 3)

Step 2: Cancel (x - 3)

= (x + 3)/(x - 3)

⚠️ Critical warning: If you cancel (x - 3), you're implicitly saying x ≠ 3. That value was never allowed anyway, but now you must remember it when using the simplified form.

Operations with Rational Expressions

Multiplying Rational Expressions

Multiply numerators together. Multiply denominators together. Simplify by canceling common factors.

Example: (x/4) · ((x+2)/5)

= x(x+2) / 4(5)

= x(x+2)/20

Factor and cancel if possible, then multiply.

Dividing Rational Expressions

Flip the second fraction (take the reciprocal), then multiply. Same process as multiplying — you're just adding one flip step.

Example: (x/4) ÷ ((x+2)/5)

= (x/4) · (5/(x+2))

= 5x / 4(x+2)

Adding and Subtracting Rational Expressions

This requires a common denominator. If the denominators match, just add or subtract the numerators. If they don't, find the LCD first.

Example: 1/x + 1/(x+2)

LCD = x(x+2)

= (x+2)/(x(x+2)) + x/(x(x+2))

= (x+2 + x) / x(x+2)

= (2x+2) / x(x+2)

= 2(x+1) / x(x+2)

Solving Rational Equations

This is where most students mess up. Do not cross-multiply blindly. The reliable method is to multiply everything by the LCD to clear the fractions.

Example: 2/x + 3 = 5/(x-1)

Step 1: Identify the LCD

The LCD is x(x-1)

Step 2: Multiply every term by the LCD

x(x-1) · (2/x) + x(x-1) · 3 = x(x-1) · (5/(x-1))

Step 3: Simplify each term

2(x-1) + 3x(x-1) = 5x

Step 4: Solve the resulting polynomial equation

2x - 2 + 3x² - 3x = 5x

3x² - 2 - 3x = 0

3x² - 3x - 2 = 0

(3x + 2)(x - 1) = 0

x = -2/3 or x = 1

Step 5: Check for extraneous solutions

Does x = -2/3 work? Yes — denominators aren't zero.

Does x = 1 work? No — x - 1 = 0 makes the second fraction undefined.

Solution: x = -2/3 only

Why Checking Matters

Any value that makes a denominator zero is automatically invalid. It doesn't matter if your algebra was perfect — those answers get eliminated.

Asymptotes — The Lines the Graph Approaches

Vertical Asymptotes

These occur at x-values where the denominator equals zero (and the numerator doesn't cancel that factor).

For f(x) = 1/(x-3), there's a vertical asymptote at x = 3.

The graph approaches this line but never crosses it.

Horizontal Asymptotes

These describe the behavior as x → ±∞. The rules are straightforward:

Oblique Asymptotes

When the numerator degree is exactly one more than the denominator degree, divide the polynomials. The quotient (ignoring the remainder) gives you the oblique asymptote line.

Graphing Rational Functions — Quick Method

Graph rational functions by following this checklist:

Draw the asymptotes first. Plot the intercepts. Sketch the curve approaching the asymptotes.

Common Mistakes to Avoid

Mistake What You Should Do
Forgetting to exclude values that make denominator = 0 Always state the domain
Canceling terms that aren't factors Only cancel factors — not terms being added
Not checking solutions in the original equation Plug answers back in every time
Cross-multiplying when denominators have multiple terms Use the LCD method instead
Confusing asymptotes with intercepts Asymptotes are lines; intercepts are points

How to Solve Rational Equations — Step by Step

Here's your reliable process:

1. Identify the LCD — factor all denominators and find what covers every factor.

2. Multiply both sides by the LCD. Every term gets multiplied.

3. Simplify — cancel factors, distribute, combine like terms.

4. Solve the resulting equation using standard algebra.

5. Check every answer in the original equation. Discard anything that makes a denominator zero.

This works every time. No guessing, no special cases, no headaches.

Word Problems with Rational Functions

These usually involve rates, work, or proportions. The setup is almost always the same: combine rates, then solve.

Work example: If one pipe fills a pool in 4 hours and another fills it in 6 hours, how long together?

Rate of pipe 1: 1/4 pool per hour

Rate of pipe 2: 1/6 pool per hour

Combined rate: 1/4 + 1/6 = 3/12 + 2/12 = 5/12

Time = 1 / (5/12) = 12/5 = 2.4 hours

The key is converting everything to rates first, then adding them.

When You See "Undefined" — What It Means

A rational expression is undefined whenever the denominator equals zero. That's the only reason. If a test question asks you to find when something is undefined, set the denominator equal to zero and solve.

Example: When is (x+2)/(x² - 4) undefined?

x² - 4 = 0

(x+2)(x-2) = 0

x = -2 or x = 2

The expression is undefined at both x = -2 and x = 2.

Bottom Line

Rational functions are just polynomials divided by polynomials. The rules are consistent:

Master these operations and rational functions stop being a problem entirely.