Facebook Pixel
Mathos AI logo

Rational Expressions

Rational Expressions

A rational expression is simply an algebraic fraction where both the numerator and the denominator are polynomials. Just like regular numeric fractions, you can simplify, add, subtract, multiply, and divide rational expressions.

Simplifying Rational Expressions

To simplify a rational expression, you need to factor both the numerator and the denominator completely, and then cancel out any common factors.

Example: Simplify x29x2x6\frac{x^2 - 9}{x^2 - x - 6}

  1. Factor the numerator: x29x^2 - 9 is a difference of squares, which factors to (x3)(x+3)(x - 3)(x + 3).
  2. Factor the denominator: x2x6x^2 - x - 6 factors to (x3)(x+2)(x - 3)(x + 2).
  3. Rewrite and cancel: (x3)(x+3)(x3)(x+2)\frac{(x - 3)(x + 3)}{(x - 3)(x + 2)} Cancel the common factor of (x3)(x - 3): x+3x+2\frac{x + 3}{x + 2} (Note: x3x \neq 3 and x2x \neq -2 because the original denominator cannot be zero).

Multiplying and Dividing

Multiplying rational expressions works just like multiplying regular fractions: factor everything first, multiply the numerators together, multiply the denominators together, and cancel any common factors from the top and bottom.

Dividing rational expressions requires you to flip (find the reciprocal of) the second fraction and then follow the rules for multiplication.

Adding and Subtracting

To add or subtract rational expressions, they must have a Common Denominator.

Example: Add 2x1+3x+2\frac{2}{x - 1} + \frac{3}{x + 2}

  1. Find the Least Common Denominator (LCD): The denominators are (x1)(x - 1) and (x+2)(x + 2). Since they share no common factors, the LCD is their product: (x1)(x+2)(x - 1)(x + 2).
  2. Rewrite each fraction with the LCD: Multiply the top and bottom of the first fraction by (x+2)(x + 2) and the second by (x1)(x - 1): 2(x+2)(x1)(x+2)+3(x1)(x1)(x+2)\frac{2(x + 2)}{(x - 1)(x + 2)} + \frac{3(x - 1)}{(x - 1)(x + 2)}
  3. Combine the numerators over the common denominator: 2(x+2)+3(x1)(x1)(x+2)\frac{2(x + 2) + 3(x - 1)}{(x - 1)(x + 2)}
  4. Distribute and simplify the numerator: 2x+4+3x3(x1)(x+2)\frac{2x + 4 + 3x - 3}{(x - 1)(x + 2)} 5x+1(x1)(x+2)\frac{5x + 1}{(x - 1)(x + 2)}

Always check if your final numerator can be factored to simplify further with the denominator. In this case, 5x+15x + 1 cannot be factored, so you have found your final answer!