Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Rational Equations






Equations with Variables in the Denominator

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

3x1+2x+4=1\frac{3}{x - 1} + \frac{2}{x + 4} = 1


is rational because the variable xx sits inside two denominators. By contrast, the equation x+13=2\frac{x + 1}{3} = 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 33 is always nonzero and creates no restrictions. The moment xx 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 P(x)Q(x)\frac{P(x)}{Q(x)} where P(x)P(x) and Q(x)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 xx3=9x3+2\frac{x}{x - 3} = \frac{9}{x - 3} + 2. The denominator x3x - 3 equals zero when x=3x = 3, so x=3x = 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 1x+1x2=5x(x2)\frac{1}{x} + \frac{1}{x - 2} = \frac{5}{x(x - 2)} excludes both x=0x = 0 and x=2x = 2. Factoring is sometimes necessary to identify all restrictions: the denominator x24x^2 - 4 factors as (x2)(x+2)(x - 2)(x + 2), excluding both x=2x = 2 and x=2x = -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 3x1+2x+4=1\frac{3}{x - 1} + \frac{2}{x + 4} = 1, the LCD is (x1)(x+4)(x - 1)(x + 4). Multiplying every term by this product:

3(x+4)+2(x1)=(x1)(x+4)3(x + 4) + 2(x - 1) = (x - 1)(x + 4)


Expanding both sides:

3x+12+2x2=x2+3x43x + 12 + 2x - 2 = x^2 + 3x - 4


5x+10=x2+3x45x + 10 = x^2 + 3x - 4


Rearranging into standard form:

x22x14=0x^2 - 2x - 14 = 0


The quadratic formula gives x=1±15x = 1 \pm \sqrt{15}. Neither value equals 11 or 4-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 xx, 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 xx3=9x3+2\frac{x}{x - 3} = \frac{9}{x - 3} + 2. The domain excludes x=3x = 3. Multiply both sides by (x3)(x - 3):

x=9+2(x3)x = 9 + 2(x - 3)


x=9+2x6x = 9 + 2x - 6


x=2x+3x = 2x + 3


x=3-x = 3


x=3x = -3


Checking: 333=36=12\frac{-3}{-3 - 3} = \frac{-3}{-6} = \frac{1}{2} and 933+2=96+2=32+2=12\frac{9}{-3 - 3} + 2 = \frac{9}{-6} + 2 = -\frac{3}{2} + 2 = \frac{1}{2}. The value x=3x = -3 checks out.

Now consider xx33x3=1\frac{x}{x - 3} - \frac{3}{x - 3} = 1. Multiply by (x3)(x - 3): x3=x3x - 3 = x - 3, which simplifies to 0=00 = 0. This is an identity — yet x=3x = 3 is not a valid solution because it was excluded from the domain. Every real number except 33 satisfies the original equation. Without the domain check, x=3x = 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 xx, x2x^2, or 3x3x. The LCD is easy to identify, and the resulting polynomial equation is typically low in degree.

Consider 5x+3=7x\frac{5}{x} + 3 = \frac{7}{x}. The only denominator is xx, so the domain excludes x=0x = 0. Multiplying every term by xx:

5+3x=75 + 3x = 7


3x=23x = 2


x=23x = \frac{2}{3}


Since 230\frac{2}{3} \neq 0, the solution is valid.

When different powers of xx appear in the denominators, the LCD uses the highest power. The equation 1x+1x2=34\frac{1}{x} + \frac{1}{x^2} = \frac{3}{4} has LCD 4x24x^2. Multiplying through:

4x+4=3x24x + 4 = 3x^2


3x24x4=03x^2 - 4x - 4 = 0


The quadratic formula yields x=4±16+486=4±86x = \frac{4 \pm \sqrt{16 + 48}}{6} = \frac{4 \pm 8}{6}, giving x=2x = 2 or x=23x = -\frac{2}{3}. 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 2x21=1x1\frac{2}{x^2 - 1} = \frac{1}{x - 1}. The left denominator factors as (x1)(x+1)(x - 1)(x + 1), so the domain excludes x=1x = 1 and x=1x = -1. The LCD is (x1)(x+1)(x - 1)(x + 1). Multiplying:

2=x+12 = x + 1


x=1x = 1


But x=1x = 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

3x2+5x+6+1x+2=2x+3\frac{3}{x^2 + 5x + 6} + \frac{1}{x + 2} = \frac{2}{x + 3}


factor the quadratic: x2+5x+6=(x+2)(x+3)x^2 + 5x + 6 = (x + 2)(x + 3). The domain excludes x=2x = -2 and x=3x = -3. The LCD is (x+2)(x+3)(x + 2)(x + 3). Multiplying every term:

3+(x+3)=2(x+2)3 + (x + 3) = 2(x + 2)


3+x+3=2x+43 + x + 3 = 2x + 4


6+x=2x+46 + x = 2x + 4


x=2x = 2


Since 222 \neq -2 and 232 \neq -3, the solution x=2x = 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:

AB=CD\frac{A}{B} = \frac{C}{D}


Cross-multiplication converts this into the polynomial equation AD=BCAD = BC, provided B0B \neq 0 and D0D \neq 0. This is a special case of clearing denominators — the LCD is BDBD, and multiplying both sides by BDBD produces AD=BCAD = BC directly.

For example, x+1x2=34\frac{x + 1}{x - 2} = \frac{3}{4} becomes 4(x+1)=3(x2)4(x + 1) = 3(x - 2), which simplifies to 4x+4=3x64x + 4 = 3x - 6, giving x=10x = -10. Since 102-10 \neq 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 BB or DD, 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 x1+x2=6x^{-1} + x^{-2} = 6 is equivalent to 1x+1x2=6\frac{1}{x} + \frac{1}{x^2} = 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+1x=52x + \frac{1}{x} = \frac{5}{2} can be treated directly as a rational equation by clearing xx from the denominator: x2+1=5x2x^2 + 1 = \frac{5x}{2}, then 2x25x+2=02x^2 - 5x + 2 = 0. Alternatively, the substitution u=x+1xu = x + \frac{1}{x} 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.