Mathwords logoMathwords

Rational Expression Operations — Definition, Formula & Examples

Rational expression operations are the procedures for adding, subtracting, multiplying, and dividing fractions that contain polynomials in their numerators and denominators.

Given rational expressions P(x)Q(x)\frac{P(x)}{Q(x)} and R(x)S(x)\frac{R(x)}{S(x)} where Q(x)0Q(x) \neq 0 and S(x)0S(x) \neq 0, the four arithmetic operations follow the same rules as numeric fractions: multiplication combines numerators and denominators directly, division multiplies by the reciprocal, and addition or subtraction requires a common denominator before combining numerators.

How It Works

Multiply by multiplying straight across: numerator times numerator, denominator times denominator. Divide by flipping the second fraction and then multiplying. For addition and subtraction, find the least common denominator (LCD), rewrite each fraction with that LCD, then combine the numerators. After every operation, factor the result and cancel any common factors to simplify fully. Always state restrictions on the variable — values that make any denominator zero are excluded from the domain.

Worked Example

Problem: Subtract: 3x+21x1\dfrac{3}{x+2} - \dfrac{1}{x-1}
Find the LCD: The denominators are (x+2)(x+2) and (x1)(x-1), so the LCD is their product.
LCD=(x+2)(x1)\text{LCD} = (x+2)(x-1)
Rewrite each fraction: Multiply numerator and denominator of each fraction so both have the LCD.
3(x1)(x+2)(x1)1(x+2)(x1)(x+2)\frac{3(x-1)}{(x+2)(x-1)} - \frac{1(x+2)}{(x-1)(x+2)}
Combine and simplify: Subtract the numerators over the common denominator, then distribute and collect like terms.
3x3(x+2)(x+2)(x1)=2x5(x+2)(x1)\frac{3x-3 - (x+2)}{(x+2)(x-1)} = \frac{2x-5}{(x+2)(x-1)}
Answer: 2x5(x+2)(x1)\dfrac{2x-5}{(x+2)(x-1)}, where x2x \neq -2 and x1x \neq 1.

Why It Matters

These operations appear constantly in Algebra 2 and Precalculus when solving rational equations, simplifying complex formulas, or decomposing expressions into partial fractions. Engineers and scientists manipulate rational expressions whenever they model rates, electrical circuits, or proportional relationships.

Common Mistakes

Mistake: Adding fractions by adding numerators and denominators separately, e.g., writing ab+cd=a+cb+d\frac{a}{b} + \frac{c}{d} = \frac{a+c}{b+d}.
Correction: You must find a common denominator first. Rewrite both fractions over the LCD, then add only the numerators: ad+bcbd\frac{ad + bc}{bd}.