You're staring at a homework problem. On the flip side, the textbook doesn't help. Or maybe it's 2/(x-10) - 3/(x+4). It says "find the difference" and shows something like 2/x - 10 - 3/x + 4. The notation is messy. And you're wondering: *wait, what am I actually supposed to do here?
Yeah. Been there.
"Find the difference" is just math-speak for subtract. But when variables live in denominators, the rules shift. You can't just subtract top numbers and bottom numbers. That's the trap.
Let's clear this up once and for all.
What Is "Find the Difference" in Algebra?
In arithmetic, difference means subtraction. 8 minus 3. Done.
In algebra — especially with rational expressions — it means subtract one fraction from another and simplify the result. The catch? The denominators usually don't match. And they often contain variables Most people skip this — try not to..
So when you see something like:
2/(x - 10) - 3/(x + 4)
...you're being asked to combine these into a single, simplified fraction.
That's it. That's the whole job The details matter here..
But the notation in your problem — "2/x 10-3/x 4" — is ambiguous. It could mean:
- 2/(x - 10) - 3/(x + 4) ← most likely for a "difference" problem
- 2/x - 10 - 3/x + 4 ← possible but weirdly written
- (2/x) - (10 - 3/x) + 4 ← unlikely without parentheses
I'll walk through the first interpretation — subtracting two rational expressions with binomial denominators — because that's the standard Algebra 1/Algebra 2 skill. If your problem is different, the same principles apply.
Why This Skill Actually Matters
You're not learning this to torture yourself. Rational expression subtraction shows up in:
- Calculus: Limits, derivatives, and integrals of rational functions
- Physics: Combining resistances in parallel circuits, lens formulas
- Economics: Average cost functions, marginal analysis
- Engineering: Transfer functions, signal processing
More immediately: it's on every standardized test. SAT, ACT, ACCUPLACER, placement exams. They will give you something like:
Simplify: 5/(x+2) - 3/(x-2)
And if you freeze, you lose points. Not because the math is hard — because the process has steps you have to execute in order Practical, not theoretical..
How to Subtract Rational Expressions: Step by Step
Here's the reliable workflow. Every time.
1. Factor every denominator completely
Before you do anything else, factor. Always And it works..
If you have 2/(x² - 16) - 3/(x + 4), notice that x² - 16 = (x - 4)(x + 4).
Miss this step, and you'll either get the wrong common denominator or miss a cancellation later.
2. Find the least common denominator (LCD)
The LCD is the product of all distinct factors, each raised to the highest power it appears in any denominator.
Example:
- Denominator 1: (x - 10)
- Denominator 2: (x + 4)
LCD = (x - 10)(x + 4)
If one denominator was (x - 10)² and the other was (x - 10)(x + 4), the LCD would be (x - 10)²(x + 4) Nothing fancy..
3. Rewrite each fraction with the LCD
Multiply numerator and denominator of each fraction by whatever factor(s) it's missing.
For 2/(x - 10) - 3/(x + 4):
First fraction needs (x + 4): 2(x + 4) / (x - 10)(x + 4)
Second fraction needs (x - 10): 3(x - 10) / (x - 10)(x + 4)
4. Subtract the numerators — distribute the minus sign
This is where most errors happen.
2(x + 4) - 3(x - 10)
= 2x + 8 - 3x + 30
= -x + 38
Put it over the common denominator: (-x + 38) / (x - 10)(x + 4)
5. Simplify if possible
Factor the numerator. Cancel any common factors with the denominator.
-x + 38 = -(x - 38)
No common factors with (x - 10)(x + 4). So we're done.
Final answer: (38 - x) / (x - 10)(x + 4) or -(x - 38) / (x - 10)(x + 4)
Both are correct. Pick the form your teacher prefers Simple, but easy to overlook. Took long enough..
Let's do another one with more moving parts.
Example: (x + 2)/(x² - 4) - 1/(x + 2)
Step 1: Factor denominators.
x² - 4 = (x - 2)(x + 2)
Step 2: LCD = (x - 2)(x + 2)
Step 3: Rewrite.
First fraction already has LCD.
Second fraction needs (x - 2):
1(x - 2) / (x - 2)(x + 2)
Step 4: Subtract numerators.
(x + 2) - (x - 2)
= x + 2 - x + 2
= 4
Step 5: Result = 4 / (x - 2)(x + 2)
No cancellation. Done Practical, not theoretical..
Notice how the x terms canceled? On the flip side, that happens a lot. It's satisfying when it does.
Common Mistakes (And How to Avoid Them)
Mistake 1: Forgetting to distribute the negative
Wrong: (x + 2) - (x - 2) = x + 2 - x - 2 = 0
Right: (x + 2) - (x - 2) = x + 2 - x + 2 = 4
Put parentheses around the second numerator. That's why always. Then distribute the minus Simple, but easy to overlook..
Mistake 2: Canceling terms instead of factors
Wrong: (x + 2)/(x + 2) → "cancel the