Operations on rational expressions (Precalc-level)
Theory
A rational expression is a fraction of polynomials. You combine them with the same rules as numerical fractions — but the key move is always to factor first.
- Multiply: factor, cancel common factors, multiply across.
- Divide: multiply by the reciprocal of the second expression, then simplify.
- Add / subtract: rewrite over the least common denominator (LCD), then combine numerators.
- Complex fraction: simplify the top and bottom separately, then divide.
The four operations on \(\dfrac{a}{b}\) and \(\dfrac{c}{d}\):
How to combine rational expressions
- Factor every numerator and denominator completely.
- For \(\times/\div\): turn division into multiplication by the reciprocal, then cancel common factors.
- For \(+/-\): find the LCD, rewrite each fraction over it, and combine numerators.
- Simplify the result and state the excluded values.
Factor everything, then cancel common factors before multiplying.
| \(=\) | \(\dfrac{(x+2)(x-1)}{x-1}\cdot\dfrac{x}{x+2}\) | |
| \(=\) | \(\dfrac{\cancel{(x+2)}\,\cancel{(x-1)}}{\cancel{(x-1)}}\cdot\dfrac{x}{\cancel{(x+2)}}\) | |
| \(=\) | \(x\) |
(with \(x\neq 1,-2\)).
Dividing is multiplying by the reciprocal of the second fraction.
| \(=\) | \(\dfrac{x^2-9}{x}\cdot\dfrac{x^2}{x+3}\) | |
| \(=\) | \(\dfrac{(x-3)(x+3)}{x}\cdot\dfrac{x^2}{x+3}\) | |
| \(=\) | \((x-3)\cdot x\) | |
| \(=\) | \(x(x-3)\) |
The least common denominator is \(x(x+1)\). Rewrite each fraction over it, then add numerators.
| \(=\) | \(\dfrac{(x+1)}{x(x+1)}+\dfrac{x}{x(x+1)}\) | |
| \(=\) | \(\dfrac{(x+1)+x}{x(x+1)}\) | |
| \(=\) | \(\dfrac{2x+1}{x(x+1)}\) |
Combine the top over its LCD \(2x\) first, then divide.
| \(\text{top}\) | \(=\) | \(\dfrac{2-x}{2x}\) |
| \(=\) | \(\dfrac{2-x}{2x}\cdot\dfrac{1}{x-2}\) | |
| \(=\) | \(\dfrac{-(x-2)}{2x(x-2)}\) | |
| \(=\) | \(-\dfrac{1}{2x}\) |
Common pitfalls
Frequently asked questions
How do you multiply rational expressions?
Factor every numerator and denominator, cancel any factor common to a top and a bottom, then multiply the remaining factors across.
How do you divide rational expressions?
Multiply the first expression by the reciprocal of the second, then factor and cancel as with multiplication.
How do you add or subtract rational expressions?
Rewrite each over the least common denominator, combine the numerators, then simplify.
Can you cancel terms across a fraction?
No — only whole factors. You may cancel \((x-1)\) from top and bottom, but not a lone \(x\) from \(\dfrac{x+2}{x}\).