Rational Equation Solver
Step-by-step LCD method · excluded values · extraneous solution detection · work rate problems
Select Equation Type
How to Use This Solver
-
1
Choose equation type — pick the tab that matches your equation's structure: single fraction, fraction equals fraction, sum, quadratic result, or work rate.
-
2
Enter coefficients — fill each field according to the labeled form. Decimals and negative values are accepted. Click "Try Example" to see a pre-filled sample.
-
3
Click Solve — the solver identifies the LCD, clears all fractions, expands, and solves step by step.
-
4
Review excluded values — values that make any denominator zero are flagged before solving begins.
-
5
Check verification step — each candidate answer is substituted back into the original equation and checked for extraneous status automatically.
What Are Rational Equations?
A rational equation is any equation that contains at least one rational expression — a fraction whose numerator or denominator (or both) contains a variable. Examples include 3/(x+2) = 5, 1/x + 2/(x-1) = 3, and the classic work-rate formula 1/a + 1/b = 1/t. The defining feature is that the unknown variable appears in at least one denominator, making the expression undefined at certain values.
Rational equations arise naturally across science and everyday life: calculating the combined speed of two workers sharing a task, finding the time for parallel pipes to fill a tank, determining mixture concentrations, and modeling electrical circuits with parallel resistors (1/R_total = 1/R1 + 1/R2). Mastering their solution connects arithmetic fraction skills to full polynomial algebra and is a gateway to advanced algebraic reasoning.
This solver handles five common structural forms, walks through every algebraic transformation, flags excluded values before any computation, and automatically detects extraneous solutions — going well beyond simple cross-multiplication tools.
The LCD Method — The Standard Approach
The most systematic way to solve rational equations is the Least Common Denominator (LCD) method. The strategy: identify the LCD of every fraction in the equation, then multiply every term on both sides by that LCD. This "clears" all fractions in one step, leaving a standard polynomial equation (linear or quadratic) which is straightforward to solve. The LCD must include every distinct factor from every denominator, each raised to its highest occurring power.
Excluded Values and Extraneous Solutions
A critical step unique to rational equations is identifying excluded values — numbers that make any denominator equal zero. These must be excluded from the solution set because division by zero is undefined. After solving, each candidate solution must be tested: if it equals an excluded value, it is an extraneous solution and must be discarded. Forgetting this final check is one of the most common algebra errors at every level.
Formulas Reference
Cross Multiplication
a/b = c/d → ad = bc
Works only when one fraction equals one fraction (no sums).
LCD Method
Multiply all terms by LCD
Use when adding/subtracting fractions or more than 2 fraction terms.
Work Rate Formula
1/a + 1/b = 1/t
Combined rate = sum of individual rates. Solved: t = ab/(a+b).
Quadratic Formula
x = (-b ± √(b²‑4ac)) / 2a
Applied when clearing fractions yields a degree-2 polynomial.
Worked Example 1 — Single Fraction Equals a Number
Problem: Solve 6 / (2x − 4) = 3
- Excluded values: Set denominator = 0: 2x − 4 = 0 → x = 2. Domain restriction: x ≠ 2.
- LCD = (2x − 4). Multiply both sides: 6 = 3(2x − 4)
- Expand: 6 = 6x − 12
- Solve: 6x = 18 → x = 3
- Check: x = 3 ≠ 2, so it is not excluded. Substitute: 6/(2·3−4) = 6/2 = 3 ✓ Valid solution.
Worked Example 2 — Sum of Fractions Equals a Number
Problem: Solve 2/(x+3) + 3/(x−2) = 2
- Excluded values: x ≠ −3 and x ≠ 2
- LCD = (x+3)(x−2). Multiply each term by LCD.
- Expand LHS: 2(x−2) + 3(x+3) = 2x−4 + 3x+9 = 5x+5
- Expand RHS: 2(x+3)(x−2) = 2(x²+x−6) = 2x²+2x−12
- Rearrange: 2x²+2x−12 − 5x−5 = 0 → 2x²−3x−17 = 0
- Quadratic formula gives two candidates; check both against excluded values x ≠ −3, x ≠ 2.