๐Ÿ”ŸElementary Algebra

Key Concepts of Rational Expressions

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

Rational expressions are the bridge between basic algebra and the more complex functions you'll encounter throughout mathematics. When you work with these polynomial fractions, you're building skills that directly apply to limits in calculus, solving real-world rate problems, and analyzing function behavior. The ability to manipulate rational expressions fluently will determine how quickly you can tackle equations, graph rational functions, and interpret asymptotic behavior.

What you're really being tested on: domain restrictions, equivalent forms through simplification, and function behavior at boundaries. Don't just memorize the steps for adding fractions or finding asymptotes. Know why certain values break the expression and how the structure of a rational expression predicts its graph. Master the underlying logic, and the procedures become intuitive.


Building Blocks: What Rational Expressions Are

Before manipulating rational expressions, you need to understand their fundamental structure. A rational expression is a ratio of two polynomials, and its behavior is governed by what makes the denominator zero.

Definition of Rational Expressions

  • A rational expression is a fraction where both numerator and denominator are polynomials. Examples include x2+3xโˆ’1\frac{x^2 + 3}{x - 1} or 2xx2โˆ’4\frac{2x}{x^2 - 4}
  • The denominator cannot equal zero, since division by zero is undefined. This creates restrictions on the variable.
  • Rational expressions can represent rates, proportions, and relationships that appear throughout applied mathematics and science

Domain of Rational Expressions

The domain tells you which values of xx you're actually allowed to plug in. To find it, set the denominator equal to zero and solve. Those solutions are your excluded values.

  • The domain includes all real numbers except those making the denominator zero. For 1xโˆ’2\frac{1}{x-2}, set xโˆ’2=0x - 2 = 0, so x=2x = 2 is excluded. The domain is (โˆ’โˆž,2)โˆช(2,โˆž)(-\infty, 2) \cup (2, \infty).
  • Multiple restrictions are possible when the denominator factors into several terms. For 3x(xโˆ’1)(x+5)\frac{3x}{(x-1)(x+5)}, both x=1x = 1 and x=โˆ’5x = -5 are excluded.

Compare: Definition vs. Domain: both concepts center on denominator restrictions, but definition asks "what makes this valid?" while domain asks "for which inputs does this work?" Exam questions often require you to state domain restrictions even when not explicitly asked.


Simplification: Creating Equivalent Forms

Simplifying rational expressions relies on the fundamental principle that multiplying or dividing both numerator and denominator by the same nonzero quantity produces an equivalent expression.

Simplifying Rational Expressions

The process always starts with factoring. You can only cancel factors (things being multiplied), never terms (things being added or subtracted).

  1. Factor both numerator and denominator completely. Look for GCF, difference of squares, and trinomial patterns.
  2. Cancel common factors that appear in both. For example, x2โˆ’4xโˆ’2\frac{x^2 - 4}{x - 2} factors to (x+2)(xโˆ’2)xโˆ’2\frac{(x+2)(x-2)}{x-2}, and the (xโˆ’2)(x-2) cancels, leaving (x+2)(x+2).
  3. Keep the original restrictions. If x=2x = 2 was excluded before canceling, it stays excluded in the simplified form. The simplified expression looks different but must represent the same function.

A common mistake: trying to cancel terms instead of factors. In x2+4x+2\frac{x^2 + 4}{x + 2}, you cannot cancel anything because the numerator doesn't factor into something containing (x+2)(x + 2).

Finding the Least Common Denominator (LCD)

The LCD is the smallest expression that every denominator divides into evenly. You need it whenever you add or subtract rational expressions.

  1. Factor each denominator completely. For instance, x2โˆ’1x^2 - 1 factors to (xโˆ’1)(x+1)(x-1)(x+1).
  2. List every distinct factor. Take each factor at its highest power across all denominators.
  3. Multiply those factors together to get the LCD.

For example, if your denominators are x2โˆ’1=(xโˆ’1)(x+1)x^2 - 1 = (x-1)(x+1) and x+1x + 1, the LCD is (xโˆ’1)(x+1)(x-1)(x+1) because it already contains (x+1)(x+1).

Compare: Simplifying vs. Finding LCD: simplification reduces factors by canceling, while finding the LCD builds up factors to create common ground. Both require complete factoring as the essential first step.


Operations: Multiplying and Dividing

Multiplication and division of rational expressions follow the same rules as numeric fractions, but factoring before multiplying saves significant simplification work.

Multiplying Rational Expressions

  1. Factor all numerators and denominators completely.
  2. Cancel common factors across the expressions before multiplying. In x+1xโˆ’2โ‹…xโˆ’2x+3\frac{x+1}{x-2} \cdot \frac{x-2}{x+3}, the (xโˆ’2)(x-2) terms cancel immediately.
  3. Multiply the remaining numerators together and denominators together.
  4. Combine all restrictions from both original expressions. Any value excluded in either fraction remains excluded in the product.

Dividing Rational Expressions

  1. Rewrite as multiplication by flipping the second fraction. abรทcd\frac{a}{b} \div \frac{c}{d} becomes abโ‹…dc\frac{a}{b} \cdot \frac{d}{c}
  2. Note the new restriction. When you flip cd\frac{c}{d}, the original numerator cc moves to the denominator, so any value making c=0c = 0 is now excluded too.
  3. Factor and cancel using the same strategy as multiplication.

Compare: Multiplication vs. Division: both use the "factor first, cancel across" strategy, but division adds an extra restriction check because flipping the second fraction puts new terms in the denominator.


Operations: Adding and Subtracting

Addition and subtraction require a common denominator because you can only combine fractions that represent parts of the same whole.

Adding and Subtracting Rational Expressions

  1. Find the LCD of all the fractions involved.
  2. Rewrite each fraction with the LCD by multiplying its numerator and denominator by the missing factors.
  3. Combine the numerators over the common denominator. For subtraction, distribute the negative sign carefully across the entire second numerator. This is where most errors happen.
  4. Simplify the result by factoring the new numerator and canceling any common factors with the denominator. Keep all original restrictions.

For example, to add 2xโˆ’1+3x+1\frac{2}{x-1} + \frac{3}{x+1}: the LCD is (xโˆ’1)(x+1)(x-1)(x+1). Rewrite as 2(x+1)(xโˆ’1)(x+1)+3(xโˆ’1)(xโˆ’1)(x+1)\frac{2(x+1)}{(x-1)(x+1)} + \frac{3(x-1)}{(x-1)(x+1)}, then combine to get 2(x+1)+3(xโˆ’1)(xโˆ’1)(x+1)=5xโˆ’1(xโˆ’1)(x+1)\frac{2(x+1) + 3(x-1)}{(x-1)(x+1)} = \frac{5x - 1}{(x-1)(x+1)}.

Compare: Adding/Subtracting vs. Multiplying: addition requires building up to a common denominator first, while multiplication works directly across. This is why addition problems typically take more steps and offer more opportunities for errors.


Solving: Working with Rational Equations

Solving rational equations transforms fraction problems into polynomial problems by eliminating denominators through multiplication. But this process can introduce false solutions.

Solving Rational Equations

  1. Identify all domain restrictions by finding values that make any denominator zero. Write these down before you start solving.
  2. Multiply every term on both sides by the LCD to clear all fractions. This transforms the equation into a polynomial equation.
  3. Solve the resulting equation using factoring, the quadratic formula, or other appropriate methods.
  4. Check every solution against your restrictions. Any solution that makes a denominator zero is extraneous and must be rejected. It's not a real solution; it was introduced by the multiplication step.

For example, solving xxโˆ’3=3xโˆ’3+2\frac{x}{x-3} = \frac{3}{x-3} + 2: the restriction is xโ‰ 3x \neq 3. Multiply through by (xโˆ’3)(x-3) to get x=3+2(xโˆ’3)x = 3 + 2(x-3), which simplifies to x=3x = 3. But x=3x = 3 is excluded, so this equation has no solution.

Compare: Simplifying Expressions vs. Solving Equations: when simplifying, you maintain equivalent forms; when solving, you can multiply both sides by the LCD because you're working with an equation. Extraneous solutions only appear in equation-solving, not simplification.


Graphing: Visualizing Rational Functions

Graphing rational functions reveals how algebraic structure translates to visual behavior. The denominator controls where the function is undefined, while the relationship between numerator and denominator degrees controls end behavior.

Graphing Rational Functions

  1. Find intercepts first. X-intercepts occur where the numerator equals zero (and the denominator doesn't). The y-intercept is f(0)f(0), if defined.
  2. Identify asymptotes and holes to establish the function's boundaries. Holes occur where a factor cancels between numerator and denominator; vertical asymptotes occur where denominator factors don't cancel.
  3. Plot additional points near the asymptotes and use asymptote behavior to sketch curves that approach but never cross vertical asymptotes.

Asymptotes of Rational Functions

Vertical asymptotes occur at zeros of the denominator where the numerator isn't also zero. Near these values, the function shoots toward +โˆž+\infty or โˆ’โˆž-\infty.

Horizontal asymptotes depend on comparing the degree of the numerator (nn) to the degree of the denominator (dd):

  • If n<dn < d: horizontal asymptote at y=0y = 0
  • If n=dn = d: horizontal asymptote at y=leadingย coefficientย ofย numeratorleadingย coefficientย ofย denominatory = \frac{\text{leading coefficient of numerator}}{\text{leading coefficient of denominator}}
  • If n>dn > d: no horizontal asymptote

Oblique (slant) asymptotes appear when the numerator degree exceeds the denominator degree by exactly one. Find them using polynomial long division; the quotient (ignoring the remainder) gives the equation of the slant asymptote.

Compare: Vertical vs. Horizontal Asymptotes: vertical asymptotes come from denominator zeros (domain restrictions), while horizontal asymptotes describe end behavior as xโ†’ยฑโˆžx \to \pm\infty. Vertical asymptotes are never crossed; horizontal asymptotes can be crossed in the middle of the graph.


Quick Reference Table

ConceptKey Procedures
Domain RestrictionsSet denominator = 0, solve, exclude those values
SimplificationFactor completely, cancel common factors, keep original restrictions
MultiplicationFactor first, cancel across, multiply what remains
DivisionFlip second fraction, then multiply; add new restrictions
Addition/SubtractionFind LCD, rewrite fractions, combine numerators
Solving EquationsMultiply by LCD, solve polynomial, check for extraneous solutions
Vertical AsymptotesZeros of denominator (where numerator โ‰  0)
Horizontal AsymptotesCompare degrees: n<dโ†’y=0n < d \to y=0, n=dโ†’n = d \to ratio of leading coefficients

Self-Check Questions

  1. What do simplifying rational expressions and finding the LCD have in common, and how do their goals differ?

  2. If you solve a rational equation and get x=3x = 3, but x=3x = 3 makes the original denominator zero, what do you conclude and why?

  3. Compare vertical asymptotes and holes in a rational function graph. What algebraic feature determines which one occurs?

  4. A rational function has numerator degree 2 and denominator degree 3. What type of horizontal asymptote does it have, and what does this tell you about the graph's end behavior?

  5. When dividing x+1xโˆ’4รทx+1x+2\frac{x+1}{x-4} \div \frac{x+1}{x+2}, why does x=โˆ’1x = -1 become a new domain restriction even though it wasn't restricted in either original expression?