COLLEGE ALGEBRA • RATIONAL EXPRESSIONS & FUNCTIONS

Solve Rational Equations

Master the technique of eliminating denominators to solve equations involving rational expressions.

Historical Context & Motivation

The study of rational equations — equations in which one or more terms involve a variable in the denominator — has its roots in the ancient mathematical traditions of Babylon and Greece. As early as 1800 BCE, Babylonian scribes worked with reciprocal tables that effectively encoded relationships equivalent to expressions of the form a/x = b, solving for unknown quantities in trade and surveying contexts. The Greeks, particularly Diophantus of Alexandria in the 3rd century CE, formalized algebraic methods for manipulating ratios and proportions, laying the groundwork for what we now recognize as rational expressions. Throughout the Renaissance and early modern period, European mathematicians refined these techniques into the systematic algebraic framework used in modern college algebra courses.

c. 1800 BCE
Babylonian Reciprocal Tables
Babylonian mathematicians created tables of reciprocals (1/x) inscribed on clay tablets, enabling the solution of equations that reduce to rational forms. These tables were used extensively in administrative calculations involving division of goods and land.
c. 250 CE
Diophantus and Arithmetica
Diophantus of Alexandria wrote Arithmetica, a treatise that systematically solved equations involving ratios and proportions. His work introduced symbolic abbreviations for unknowns and operations, prefiguring modern algebraic notation for rational expressions.
1591
Viète's Symbolic Algebra
François Viète introduced the use of letters for both known and unknown quantities, making it possible to write general rational equations such as a/x + b/y = c. His systematic notation enabled the development of general solution methods for classes of equations rather than individual problems.
1637
Descartes' La Géométrie
René Descartes unified algebra and geometry, establishing the coordinate framework in which rational functions could be graphed and their equations analyzed visually. The concept of extraneous solutions — values that satisfy a transformed equation but not the original — emerged naturally from geometric considerations of discontinuities.
19th–20th Century
Formalization and Pedagogy
The rigorous definition of the domain of rational functions and the systematic classification of equation-solving techniques became standard in university curricula. The modern algorithmic approach — find the LCD, multiply, solve, and check for extraneous solutions — was codified in textbooks that continue to shape how the subject is taught today.

The central question that rational equations address is: how do we solve an equation when the unknown appears in one or more denominators? Unlike polynomial equations, rational equations carry the additional complication that certain values of the variable make the expression undefined, creating the possibility of extraneous solutions — algebraically valid results that must be discarded because they violate the domain. Understanding why and how this occurs is a hallmark of mathematical maturity and a gateway to more advanced topics in real analysis and complex variables.

Core Principles & Definitions

A rational equation is any equation that contains at least one rational expression — a quotient of two polynomials P(x)/Q(x) where Q(x) ≠ 0. The solution strategy hinges on transforming the rational equation into a polynomial equation by eliminating all denominators, then solving the resulting polynomial, and finally verifying that none of the solutions are excluded from the domain. Several foundational concepts underpin this process.

1

Rational Expression

An expression of the form P(x)/Q(x) where P and Q are polynomials and Q(x) ≠ 0. The domain excludes all values of x that make Q(x) = 0. Identifying these excluded values before solving is essential.
2

Least Common Denominator (LCD)

The LCD is the simplest polynomial expression that each denominator in the equation divides evenly. Multiplying every term by the LCD clears all fractions simultaneously, converting the rational equation into a polynomial equation.
3

Extraneous Solutions

When both sides of an equation are multiplied by a variable expression, the new equation may have solutions that make the original denominators zero. These extraneous solutions must be identified and rejected during the verification step.
4

Domain Restrictions

Before any algebraic manipulation, set each denominator equal to zero and solve. These restricted values define the values the variable cannot take. Any candidate solution matching a restricted value is automatically extraneous.
5

Verification Step

After solving the resulting polynomial equation, substitute each candidate solution back into the original rational equation. Only solutions that produce true statements and avoid zero denominators are valid. This step is not optional — it is integral to the method.
KEY TAKEAWAY
Think of solving a rational equation like clearing a path through a minefield. The LCD multiplication is your mine-sweeper — it clears all the fractional "mines" from the equation, leaving you with a clean polynomial to solve. But some of the solutions you find might point you right back into the minefield (the excluded domain values). The verification step is your final safety check: you must walk back through the original equation with each candidate solution to confirm it doesn't trigger a division-by-zero "explosion." Skipping this check is the single most common error students make with rational equations.

Visual Explanation: The Solution Process

The flowchart above illustrates the five-step algorithm for solving any rational equation. Note that the process begins and ends with domain considerations: Step 1 identifies restricted values before any algebra begins, and Step 5 verifies that candidate solutions respect those restrictions. The red dashed arrow represents the rejection path for extraneous solutions.

The flowchart encapsulates the core algorithm that applies to virtually every rational equation encountered in college algebra. Each step serves a distinct algebraic purpose. Identifying domain restrictions at the outset prevents wasted effort on solutions that will ultimately be discarded. Finding the LCD requires factoring each denominator completely — a skill that draws on your prior work with polynomial factorization. The multiplication step transforms the equation from a rational form into a polynomial form, at which point standard techniques (factoring, the quadratic formula, or polynomial division) take over. The verification step closes the loop, ensuring that the algebraic manipulations have not introduced spurious solutions.

Mathematical Framework

Let us formalize the procedure. Consider a general rational equation in which every term is either a rational expression or a constant. The objective is to find all values of x in the domain that satisfy the equation. We present the framework through a sequence of key equations and definitions.

GENERAL FORM
P₁(x)/Q₁(x) + P₂(x)/Q₂(x) + ⋯ + Pₙ(x)/Qₙ(x) = 0
Each Pᵢ(x) and Qᵢ(x) are polynomials. The equation may be rearranged so that one side is zero, or it may have rational expressions on both sides. The domain is ℝ \ {x : Qᵢ(x) = 0 for some i}.
LCD CONSTRUCTION
LCD = ∏ (irreducible factors of Q₁, Q₂, …, Qₙ, each raised to its highest occurring power)
Factor each denominator Qᵢ(x) completely. The LCD is the product of every distinct irreducible factor, each taken to the maximum exponent with which it appears in any single denominator. For example, if Q₁ = (x − 1)²(x + 3) and Q₂ = (x − 1)(x + 3)², then LCD = (x − 1)²(x + 3)².
CLEARING DENOMINATORS
LCD · [P₁(x)/Q₁(x)] + LCD · [P₂(x)/Q₂(x)] + ⋯ = LCD · 0
Multiplying every term on both sides by the LCD cancels each denominator Qᵢ(x), yielding a polynomial equation. Crucially, this step is not an equivalence transformation when the LCD contains the variable — it may introduce extraneous roots corresponding to the zeros of the LCD itself.
VERIFICATION CRITERION
x = c is valid ⟺ c ∈ Domain AND substituting c satisfies the original equation
A candidate solution c must pass two tests: (1) every denominator Qᵢ(c) ≠ 0, and (2) the left- and right-hand sides of the original equation evaluate to equal quantities at x = c. Both conditions must hold.
⚠️ Why Extraneous Solutions Arise
Multiplying both sides of an equation by an expression that can equal zero is analogous to multiplying both sides by zero in arithmetic — it can make a false statement appear true. When you multiply by the LCD and the LCD contains the variable x, you are potentially introducing solutions where the LCD equals zero. These are precisely the domain restrictions identified in Step 1. This is why the verification step is logically necessary, not merely a recommended precaution.

Types of Rational Equations & Common Patterns

Rational equations encountered in college algebra fall into several recognizable patterns. Classifying an equation by its structure helps you anticipate the degree of the resulting polynomial, the number of candidate solutions, and the likelihood of extraneous roots. The diagram below organizes these types visually, and the subsequent table provides algorithmic guidance for each category.

The classification tree shows three major types of rational equations. Proportions are the simplest, amenable to cross-multiplication. Multi-term equations require finding the LCD explicitly. Factorable-denominator equations carry the highest risk of extraneous solutions because the denominators share common factors that may cancel during multiplication.
Summary of rational equation types, strategies, and extraneous solution risk
TypeGeneral FormStrategyExtraneous Risk
ProportionA(x)/B(x) = C(x)/D(x)Cross-multiply: A·D = B·C. Solve the resulting polynomial.Moderate — check that B(c) ≠ 0 and D(c) ≠ 0.
Multi-term, distinct denominatorsa/f(x) + b/g(x) = cLCD = f(x)·g(x). Multiply all terms by LCD. Expand and solve.Low to moderate — denominators are coprime, so extraneous roots are less likely.
Factorable shared denominatorsa/(x−r) + b/[(x−r)(x−s)] = c/(x−s)Factor all denominators first. LCD = (x−r)(x−s). Multiply and simplify carefully.High — shared factors mean x = r or x = s are both restricted and likely to appear as candidate solutions.

Worked Example

We solve the equation 2/(x − 3) + 1/(x + 2) = 10/((x − 3)(x + 2)) step by step, demonstrating the full algorithm including the critical verification step.

Solve: 2/(x − 3) + 1/(x + 2) = 10/[(x − 3)(x + 2)]
1
Step 1 — Identify Domain RestrictionsSet each denominator equal to zero. From x − 3 = 0, we get x = 3. From x + 2 = 0, we get x = −2. Therefore, the domain restrictions are x ≠ 3 and x ≠ −2. Any candidate solution equal to 3 or −2 must be rejected as extraneous.
Restricted values: x ≠ 3, x ≠ −2
2
Step 2 — Determine the LCDThe three denominators are (x − 3), (x + 2), and (x − 3)(x + 2). The LCD must contain each factor at its highest power. Since (x − 3)(x + 2) already contains both factors at first power, the LCD = (x − 3)(x + 2).
LCD = (x − 3)(x + 2)
3
Step 3 — Multiply Every Term by the LCDMultiply each term on both sides by (x − 3)(x + 2): (x − 3)(x + 2) · [2/(x − 3)] + (x − 3)(x + 2) · [1/(x + 2)] = (x − 3)(x + 2) · [10/((x − 3)(x + 2))] Cancel common factors in each term: • First term: (x − 3) cancels with the denominator, leaving the factor (x + 2) multiplied by 2 → 2(x + 2) • Second term: (x + 2) cancels with the denominator → 1(x − 3) • Right side: the entire LCD cancels → 10 This yields: 2(x + 2) + (x − 3) = 10
2(x + 2) + (x − 3) = 10
4
Step 4 — Solve the Polynomial EquationExpand: 2x + 4 + x − 3 = 10. Combine like terms: 3x + 1 = 10. Subtract 1: 3x = 9. Divide by 3: x = 3.
Candidate solution: x = 3
5
Step 5 — Verify Against Domain RestrictionsThe candidate x = 3 is one of our restricted values (it makes x − 3 = 0, rendering the first and third denominators zero). Therefore x = 3 is extraneous and must be rejected. Since this was the only candidate, the equation has no solution. The solution set is ∅.
No solution (∅)
💡 Why This Example Matters
This problem demonstrates the most dramatic outcome possible: an equation whose only algebraic solution is extraneous. Many students find it surprising that a rational equation can have no solution at all. The key insight is that the LCD multiplication step enlarges the solution set of the equation, and the verification step restores it. Without verification, you would incorrectly report x = 3 as a solution — but substituting x = 3 into the original equation produces undefined expressions (division by zero), confirming it cannot be valid.

Common Errors & How to Avoid Them

Even students with strong algebraic skills make predictable errors when solving rational equations. The table below catalogs the most frequent mistakes, explains why they occur, and provides corrective strategies. Awareness of these pitfalls is often the difference between consistent accuracy and frustrating careless errors on exams.

Common errors in solving rational equations and their corrections
ErrorWhy It HappensCorrection
Skipping verificationStudents treat the polynomial equation as equivalent to the original, forgetting that multiplying by the LCD can introduce roots.Always substitute candidates into the original equation. Compare both sides. If any denominator equals zero, reject that candidate immediately.
Incorrect LCDFailing to factor denominators before constructing the LCD. Using a product of all denominators instead of the least common multiple.Factor every denominator completely first. Include each irreducible factor at its highest power. A correct but unnecessarily large common denominator still works but increases computational complexity.
Partial multiplicationMultiplying only the fraction terms by the LCD but forgetting to multiply constant or polynomial terms on the other side.Every term on both sides must be multiplied by the LCD. Write out the multiplication explicitly for each term before canceling.
Sign errors during distributionDistributing a negative sign incorrectly after LCD multiplication, especially with subtraction between rational terms.Use parentheses around each numerator after clearing denominators: write +(numerator) or −(numerator), then distribute carefully.
Confusing 'no solution' with 'zero'If all candidates are extraneous, students may write x = 0 instead of ∅, or they may doubt their algebra and re-solve unnecessarily.x = 0 is a valid solution only if 0 is not a restricted value and satisfies the equation. 'No solution' (∅) means the solution set is empty — there is no value that works.
KEY TAKEAWAY
Think of solving rational equations as a contract negotiation. When you multiply by the LCD, you're signing a contract that says, "I'll accept any solution the polynomial gives me." But the fine print (the domain restrictions) was established before the negotiation began. The verification step is your legal review — it ensures that the solutions you've agreed to actually comply with the original terms. In professional mathematics and engineering, failing to verify is equivalent to deploying untested code: it might work, but you have no guarantee.

Connections to Advanced Topics

Solving rational equations is not an isolated algebraic skill; it serves as a foundational technique for several areas of advanced mathematics and applied science. The logical structure of the solution process — clearing denominators, solving, and checking for extraneous results — recurs in contexts ranging from calculus to differential equations to mathematical modeling. Understanding where rational equations connect to more advanced material provides motivation and reinforces the importance of mastering the technique thoroughly.

How skills from solving rational equations extend into advanced coursework
College Algebra ContextAdvanced Extension
Solving equations with polynomial denominators using the LCD methodPartial fraction decomposition in Calculus II — decomposing rational expressions into simpler fractions for integration
Identifying vertical asymptotes from domain restrictions (denominator zeros)Analysis of singularities and poles in complex analysis; behavior of rational functions near discontinuities in real analysis
Checking for extraneous solutions after algebraic manipulationIn differential equations, verifying that solutions satisfy initial/boundary conditions and remain in the domain of the ODE
Rational equations in applied word problems (rate, work, mixture)Mathematical modeling with rational functions in economics (cost/benefit analysis), pharmacokinetics (drug concentration models), and physics (lens equations)
Cross-multiplication of proportions as a special caseProportional reasoning in similar triangles (trigonometry), dimensional analysis (physics), and scaling laws (engineering)

Perhaps the most immediate connection is to the study of rational functions and their graphs. When you solve a rational equation of the form f(x) = k, you are geometrically finding the x-coordinates where the graph of the rational function y = f(x) intersects the horizontal line y = k. Domain restrictions correspond to vertical asymptotes — values where the function is undefined. This graphical perspective not only aids intuition but also explains why an equation can have no solution: the horizontal line y = k may never intersect the graph (or may only "touch" it at an asymptote, which is not a valid point on the curve). Students who develop comfort with both the algebraic and graphical approaches will find the transition to calculus-level analysis of rational functions substantially smoother.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why multiplying both sides of a rational equation by the LCD can introduce extraneous solutions. In your explanation, describe the mathematical relationship between the solution set of the original equation and the solution set of the transformed polynomial equation.
PROBLEM 2BASIC CALCULATION
Solve: 5/x + 3 = 7/x. State any domain restrictions and verify your answer.
PROBLEM 3INTERMEDIATE
Solve: 3/(x + 1) − 2/(x − 1) = 5/(x² − 1). Identify the LCD, solve, and determine whether any solutions are extraneous.
PROBLEM 4APPLIED
A chemist mixes two solutions. Pipe A fills a reaction vessel in (x + 2) hours and Pipe B fills it in (x − 2) hours. Together, they fill the vessel in 3 hours. Set up and solve the rational equation to find x, then determine how long each pipe takes individually. Reject any physically meaningless solutions.
PROBLEM 5CRITICAL THINKING
Consider the equation a/(x − k) + b/(x − k)² = c where a, b, c, k are real constants and c ≠ 0. (a) Determine the LCD and clear the denominators to obtain a polynomial equation. (b) What is the degree of the resulting polynomial? (c) Under what conditions on a, b, c, k does the original equation have exactly one valid solution, exactly two valid solutions, or no valid solution? Discuss the role of the discriminant and the restricted value x = k.

Summary

A rational equation contains at least one term with a variable in the denominator. The solution method follows a five-step algorithm: (1) identify domain restrictions by setting each denominator equal to zero; (2) compute the least common denominator (LCD) by factoring all denominators and taking each irreducible factor at its highest power; (3) multiply every term on both sides by the LCD to clear all fractions; (4) solve the resulting polynomial equation using standard techniques (factoring, quadratic formula, etc.); and (5) verify each candidate solution by substituting it back into the original equation to confirm it does not produce a zero denominator.

The verification step is essential because multiplying by the LCD — a variable expression — can introduce extraneous solutions that satisfy the transformed equation but violate the domain of the original. In some cases, every candidate solution is extraneous, yielding a solution set of ∅ (no solution). Rational equations appear in a wide range of applications — rate/work problems, mixture problems, and optimization models — and mastery of their solution technique provides a critical foundation for partial fraction decomposition in calculus, the analysis of rational functions and their graphs, and further studies in differential equations and mathematical modeling.

Varsity Tutors • College Algebra • Solve Rational Equations