When the unknown appears below a fraction bar, the equation acquires a feature that no polynomial equation possesses: certain values of the variable are forbidden outright, excluded from the domain before any solving begins. A rational equation is defined by this presence of the variable in at least one denominator. The standard solving technique — clearing all denominators by multiplying through — converts the equation into a polynomial one, but the conversion is not always reversible. Values that zero out a denominator may survive the algebra and masquerade as solutions, making verification against the original domain restrictions an unavoidable final step.
Definition
A rational equation is any equation containing at least one fraction in which the variable appears in the denominator. The equation
x−13+x+42=1
is rational because the variable x sits inside two denominators. By contrast, the equation 3x+1=2 is not rational — its denominator is a constant, and the equation is simply a linear equation with a fractional coefficient.
The distinction matters because a variable denominator can equal zero, and division by zero is undefined. A constant denominator like 3 is always nonzero and creates no restrictions. The moment x appears below the fraction bar, the equation inherits domain constraints that must be identified and enforced throughout the solving process.
Rational equations arise naturally from rates, proportions, and any setting where a quantity is expressed as a ratio of two variable expressions. Algebraically, they are equations involving rational expressions — quotients Q(x)P(x) where P(x) and Q(x) are polynomials.
Domain Restrictions
Before manipulating a rational equation in any way, the values that make any denominator zero must be identified and excluded from the domain. These excluded values are never solutions, regardless of what subsequent algebra might suggest.
Consider the equation x−3x=x−39+2. The denominator x−3 equals zero when x=3, so x=3 is excluded from the domain. This restriction is declared at the outset and carries through every step of the solution.
When multiple fractions appear, each denominator contributes its own restrictions. The equation x1+x−21=x(x−2)5 excludes both x=0 and x=2. Factoring is sometimes necessary to identify all restrictions: the denominator x2−4 factors as (x−2)(x+2), excluding both x=2 and x=−2.
The domain is the set of all real numbers minus the excluded values. Only candidates that survive within this domain qualify as solutions. Stating the domain explicitly at the start of the solution is not a formality — it is the safeguard against accepting extraneous results.
Solving by Clearing Denominators
The standard method for solving a rational equation is to multiply every term on both sides by the least common denominator of all fractions. This eliminates every fraction in a single step, converting the rational equation into a polynomial equation that can be solved with familiar techniques.
For the equation x−13+x+42=1, the LCD is (x−1)(x+4). Multiplying every term by this product:
3(x+4)+2(x−1)=(x−1)(x+4)
Expanding both sides:
3x+12+2x−2=x2+3x−4
5x+10=x2+3x−4
Rearranging into standard form:
x2−2x−14=0
The quadratic formula gives x=1±15. Neither value equals 1 or −4, so both lie within the domain and both are genuine solutions.
The LCD must include every distinct factor that appears in any denominator, each raised to the highest power at which it occurs. Identifying the LCD accurately is essential — using a smaller common multiple leaves some fractions uncleared, while using an unnecessarily large one introduces extra factors that complicate the resulting polynomial without benefit.
Extraneous Solutions
Multiplying both sides of an equation by an expression containing the variable is not a reversible operation. When that expression equals zero for some value of x, the multiplication maps a false statement to a true one, potentially creating solutions that do not satisfy the original equation. These are extraneous solutions.
Return to the equation x−3x=x−39+2. The domain excludes x=3. Multiply both sides by (x−3):
x=9+2(x−3)
x=9+2x−6
x=2x+3
−x=3
x=−3
Checking: −3−3−3=−6−3=21 and −3−39+2=−69+2=−23+2=21. The value x=−3 checks out.
Now consider x−3x−x−33=1. Multiply by (x−3): x−3=x−3, which simplifies to 0=0. This is an identity — yet x=3 is not a valid solution because it was excluded from the domain. Every real number except 3 satisfies the original equation. Without the domain check, x=3 would appear to be among the solutions.
The rule is absolute: every candidate obtained after clearing denominators must be substituted back into the original equation to confirm it does not violate any domain restriction.
Equations with Monomial Denominators
The simplest rational equations have denominators that are single terms — monomials like x, x2, or 3x. The LCD is easy to identify, and the resulting polynomial equation is typically low in degree.
Consider x5+3=x7. The only denominator is x, so the domain excludes x=0. Multiplying every term by x:
5+3x=7
3x=2
x=32
Since 32=0, the solution is valid.
When different powers of x appear in the denominators, the LCD uses the highest power. The equation x1+x21=43 has LCD 4x2. Multiplying through:
4x+4=3x2
3x2−4x−4=0
The quadratic formula yields x=64±16+48=64±8, giving x=2 or x=−32. Neither is zero, so both are valid solutions.
Monomial-denominator equations serve as the natural entry point for the technique of clearing denominators because the LCD is always a single power of the variable, making the multiplication step transparent.
Equations with Polynomial Denominators
When denominators are polynomials of degree two or higher, they must be factored completely before the LCD can be determined. Factoring reveals both the domain restrictions and the structure of the LCD.
Consider the equation x2−12=x−11. The left denominator factors as (x−1)(x+1), so the domain excludes x=1 and x=−1. The LCD is (x−1)(x+1). Multiplying:
2=x+1
x=1
But x=1 is excluded from the domain. The candidate is extraneous, and the equation has no solution.
More complex denominators require careful bookkeeping. For the equation
x2+5x+63+x+21=x+32
factor the quadratic: x2+5x+6=(x+2)(x+3). The domain excludes x=−2 and x=−3. The LCD is (x+2)(x+3). Multiplying every term:
3+(x+3)=2(x+2)
3+x+3=2x+4
6+x=2x+4
x=2
Since 2=−2 and 2=−3, the solution x=2 is valid.
The factoring step is not optional. Attempting to clear unfactored denominators leads to an LCD that is larger than necessary, inflating the degree of the resulting polynomial and creating more opportunities for error.
Proportions and Cross-Multiplication
A proportion is a rational equation in which a single fraction on the left equals a single fraction on the right:
BA=DC
Cross-multiplication converts this into the polynomial equation AD=BC, provided B=0 and D=0. This is a special case of clearing denominators — the LCD is BD, and multiplying both sides by BD produces AD=BC directly.
For example, x−2x+1=43 becomes 4(x+1)=3(x−2), which simplifies to 4x+4=3x−6, giving x=−10. Since −10=2, the solution is valid.
Cross-multiplication is fast but limited to equations already in the form of two equal fractions. When more than two fractions appear, or when fractions are added or subtracted, the general LCD method is required. Even in the proportional case, domain restrictions must be stated and checked: if the variable appears in B or D, any value that zeros out either denominator is excluded.
A common structural clue that an equation is a proportion in disguise: if every term can be combined so that exactly one fraction appears on each side, cross-multiplication applies.
Equations Reducible to Rational Form
Several equation types that do not initially look like rational equations can be rewritten as such, inheriting the full domain-restriction and clearing-denominator framework.
Negative exponents are the most direct case. The equation x−1+x−2=6 is equivalent to x1+x21=6, which is a standard rational equation with monomial denominators. Rewriting negative exponents as fractions is not a choice of style — it is a recognition of what the equation actually is.
Certain symmetric expressions become rational under substitution. The equation x+x1=25 can be treated directly as a rational equation by clearing x from the denominator: x2+1=25x, then 2x2−5x+2=0. Alternatively, the substitution u=x+x1 captures a structure that appears in many competition and textbook problems.
Equations involving rates, reciprocals of linear expressions, or differences of fractions often reduce to rational equations after algebraic manipulation. In every case, the same discipline applies: identify domain restrictions from any variable denominator, clear denominators systematically, solve the resulting polynomial, and verify all candidates against the original equation.