Step 1: Factor the numerator. Recognize x² − 9 as a difference of squares.
x2−9=(x−3)(x+3)
Step 2: Factor the denominator. Find two numbers that multiply to 6 and add to 5: those are 2 and 3.
x2+5x+6=(x+2)(x+3)
Step 3: Write the expression with the factored forms.
(x+2)(x+3)(x−3)(x+3)
Step 4: Cancel the common factor (x + 3) that appears in both the numerator and denominator. Note that x ≠ −3 (since it would make the original denominator zero).
x+2x−3,x=−3,x=−2
Answer: The simplified expression is (x − 3)/(x + 2), with x ≠ −3 and x ≠ −2.
Another Example
This example demonstrates adding two rational expressions using a common denominator, whereas the first example focused on simplifying a single rational expression by factoring.
Step 1: Find the least common denominator (LCD). Since (x + 1) and (x − 4) share no common factors, the LCD is their product.
LCD=(x+1)(x−4)
Step 2: Rewrite each fraction with the LCD as the denominator.
(x+1)(x−4)2(x−4)+(x+1)(x−4)3(x+1)
Step 3: Combine the numerators over the common denominator.
(x+1)(x−4)2(x−4)+3(x+1)
Step 4: Expand and simplify the numerator: 2x − 8 + 3x + 3 = 5x − 5.
(x+1)(x−4)5x−5=(x+1)(x−4)5(x−1)
Answer: The sum is 5(x − 1) / [(x + 1)(x − 4)], with x ≠ −1 and x ≠ 4.
Frequently Asked Questions
What is the difference between a rational expression and a rational equation?
A rational expression is simply a fraction of two polynomials — it represents a value and can be simplified. A rational equation, on the other hand, sets a rational expression (or a combination of them) equal to something, and your goal is to solve for the variable. For example, (x + 1)/(x − 2) is an expression, while (x + 1)/(x − 2) = 5 is an equation.
Why can't the denominator of a rational expression equal zero?
Division by zero is undefined in mathematics. If the denominator polynomial equals zero for some value of x, the rational expression has no defined value there. These excluded values are called restrictions on the domain, and you must always identify them when working with rational expressions.
How do you find the domain of a rational expression?
Set the denominator equal to zero and solve. The domain is all real numbers except those solutions. For instance, if the denominator is x² − 4, solving x² − 4 = 0 gives x = 2 and x = −2, so the domain is all real numbers except 2 and −2.
Rational Expression vs. Rational Equation
Rational Expression
Rational Equation
Definition
A polynomial divided by a polynomial
An equation containing one or more rational expressions
Contains an equals sign?
No — it is a standalone expression
Yes — you solve for the variable
Typical goal
Simplify, add, subtract, multiply, or divide
Find the value(s) of x that satisfy the equation
Example
(x + 1)/(x − 2)
(x + 1)/(x − 2) = 5
Extraneous solutions?
Not applicable
Yes — must check solutions against domain restrictions
Why It Matters
Rational expressions appear throughout Algebra 2 and Precalculus whenever you work with rates, proportions, or functions that involve division by a variable. They are essential in calculus for techniques like partial fraction decomposition and evaluating limits. Outside the classroom, rational expressions model real situations such as average cost per unit, electrical resistance in parallel circuits, and concentration of solutions when mixing.
Common Mistakes
Mistake: Canceling terms instead of factors. For example, writing (x² + 3x)/(x + 3) and canceling the '3x' with the '3' to get x²/x.
Correction: You can only cancel common factors — expressions that are multiplied, not added. Factor first: x(x + 3)/(x + 3), then cancel the common factor (x + 3) to get x.
Mistake: Forgetting to state the domain restrictions after simplifying.
Correction: Even after a factor is canceled, the original restriction remains. If (x + 3) was in the original denominator, then x ≠ −3 is still a restriction on the simplified expression.
Related Terms
Expression — General category that includes rational expressions
Polynomial — The building blocks of numerator and denominator
Fraction — A rational expression is a fraction of polynomials