They appear often in scientific and technical contexts where quantities combine "in parts" (for example, shared electrical current, combined rates, or inverse relationships).
Solving them relies on the same logic you already use with numerical fractions, but with one extra layer: some values of the variable are not allowed.
Definition
Rational equation
An equation that includes one or more rational algebraic expressions.
Because denominators can become zero, rational equations often produce extraneous solutions (answers that come from algebraic steps but do not satisfy the original equation).
Definition
Extraneous solution
A value found while solving an equation algebraically that does not satisfy the original equation (often because it makes a denominator zero).
Domain Restrictions Must Be Checked First And Last
Before doing any algebra, identify domain restrictions (values that make any denominator zero).
These values can never be solutions.
Example
For example, in $$\frac{3}{x}=\frac{8}{x-2}$$
the restrictions are $x\neq 0$ and $x\neq 2$.
You should think of these restrictions as part of the problem statement: you are solving the equation only for allowable $x$ values.
Common Mistake
A very common mistake is to solve, obtain answers, and stop.
You must reject any answer that makes a denominator zero, and you should check remaining answers by substitution.
Two Equivalent Core Methods: Clear Denominators Or Match Denominators
Most rational equations are solved using equivalence transformations (operations that keep the solution set the same, as long as you respect restrictions).
Two closely related strategies dominate.
Method A: Multiply Through By The LCM (Clear Denominators)
This is often the fastest general approach.
Factor each denominator completely.
Find the least common multiple (LCM) of all denominators.
Multiply every term on both sides by the LCM.
Simplify to a polynomial equation (often linear or quadratic).
Solve, then check in the original equation and reject extraneous solutions.
Method B: Rewrite Everything With A Common Denominator
This method makes the "fraction logic" very explicit.
Factor denominators and determine the LCM.
Rewrite each term so all fractions share the LCM as denominator.
If you reach $\frac{A(x)}{D(x)}=\frac{B(x)}{D(x)}$ (with $D(x)\neq 0$), set numerators equal: $A(x)=B(x)$.
Solve, then check.
Note
Method B can feel "cleaner" when the equation naturally becomes "same denominator on both sides," but Method A is often quicker when there are many terms.
Cross-Multiplication Works Only In A Specific Situation
If your equation is exactly one fraction equals one fraction, you may cross-multiply: $$\frac{a}{b}=\frac{c}{d}\quad \Rightarrow\quad ad=bc,$$ provided $b\neq 0$ and $d\neq 0$.
This is not a separate trick, it is just Method A applied with LCM $bd$.
Common Mistake
Do not cross-multiply across addition or subtraction.
For example, $$\frac{1}{x}+\frac{1}{x+1}=\frac{2}{x}$$ cannot be solved by multiplying "diagonally." You must use an LCM.
Example
Modelling With A Rational Equation
Two appliances share a total electrical current of 16 amps, modelled by $$\frac{x}{10}+\frac{x}{30}=16,$$ where $x$ is the voltage (in volts) used by each appliance.
The denominators are numbers, so there are no variable restrictions here.
Clear denominators by multiplying by the LCM of 10 and 30, which is 30: $$30\left(\frac{x}{10}+\frac{x}{30}\right)=30\cdot 16.$$
For example, define $$f(x)=\frac{1}{x-6}+\frac{x}{x-2},\qquad g(x)=\frac{4}{x^2-8x+12}$$
The solutions to the original equation are the $x$-values where the graphs of $f$ and $g$ intersect, subject to the same restrictions ($x\neq 2,6$).
Common Mistake
A graph may appear to "meet" near a vertical asymptote, but points where a function is undefined can never be solutions.
Confirm solutions algebraically.
Modelling With Rational Equations: Interpret Restrictions In Context
Many real situations create rational equations because of inverse relationships.
Electrical models often include terms like $\frac{V}{R}$ (current contribution when voltage is $V$ and resistance is $R$).
Rate problems often involve terms like $\frac{1}{t}$, and adding these terms represents combined work or flow rates.
In modelling, restrictions such as $x\neq 0$ often have a real meaning (a time cannot be zero, a resistance cannot be zero in the model, a length cannot take a value that makes the formula undefined).
Case study
Mains electricity varies by region, but the same rational relationships are used in circuit modelling.
Solving rational equations lets engineers test whether proposed voltage and resistance values are consistent with a desired current.
Common Mistake
Here is the list of common pitfalls you should avoid:
Not factoring first, leading to an incorrect LCM.
Forgetting restrictions, so an invalid value is kept.
Algebra errors when expanding after multiplying by the LCM.
Misusing cross-multiplication, which only applies to "one fraction equals one fraction."
Tip
After solving, check by substitution like this: compute LHS and RHS separately at your candidate $x$.
If both are defined and equal, the solution is valid.
Active recall
In $\frac{10}{x+4}=\frac{15}{4(x+1)}$, what values of $x$ are not allowed?
Why can clearing denominators introduce extraneous solutions?
For $\frac{2}{x^2-x}=\frac{1}{x-1}$, what is a sensible first step before multiplying by an LCM?