ALG1-9.3

Rational Expressions & Equations

Learn to factor and simplify rational expressions, state excluded values, multiply and divide them, and solve rational equations while catching extraneous solutions.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Rational Expressions & Equations, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

A rational expression is just a fraction whose numerator and denominator are polynomials — x29x2+7x+12\frac{x^2-9}{x^2+7x+12} instead of 68\frac{6}{8}. Everything you already know about fractions still works: you reduce by cancelling common factors, you multiply straight across, and you divide by flipping the second fraction. What is new is that the variable in the denominator can secretly equal zero, and division by zero is undefined. That single fact drives the two skills that give students the most trouble in this lesson: stating excluded values, and rejecting extraneous solutions when you solve a rational equation.

By the end of this lesson you should be able to factor a rational expression down to lowest terms, list every value the variable is not allowed to take, multiply and divide expressions confidently, and clear denominators in an equation while always checking your answers against the restrictions.

Rational Expressions and Excluded Values

A rational expression is a quotient PQ\frac{P}{Q} where PP and QQ are polynomials and Q0Q \neq 0. The values of the variable that make a denominator zero are called excluded values (or domain restrictions), and they must be removed from the domain because division by zero has no meaning.

To find them, set every denominator equal to zero and solve. For x+5x24\frac{x+5}{x^2-4}, factor the denominator as (x2)(x+2)(x-2)(x+2), so x2x \neq 2 and x2x \neq -2.

Here is the point students miss most often: find the excluded values from the original denominator, before you cancel anything. Considerx3x29=x3(x3)(x+3)=1x+3.\frac{x-3}{x^2-9} = \frac{x-3}{(x-3)(x+3)} = \frac{1}{x+3}.The simplified form only looks like it forbids x=3x = -3. But the original expression also had a factor of x3x-3 downstairs, so x=3x = 3 is still excluded. If you graph the two expressions, 1x+3\frac{1}{x+3} is a smooth curve while the original has a hole at x=3x = 3. A complete answer reads: 1x+3\frac{1}{x+3}, where x3x \neq 3 and x3x \neq -3.

A cancelled factor leaves behind a restriction, and that restriction has to be written down because the simplified expression can no longer show it to you. Getting in the habit of listing restrictions first — before you touch the algebra — saves you every time.

Simplifying by Factoring: Cancel Factors, Not Terms

To simplify, factor the numerator and denominator completely, then divide out any factor that appears in both. The complete-factoring step is not optional; you cannot see common factors in unfactored form.
PatternLooks likeFactored
Greatest common factor3x2+12x3x^2 + 12x3x(x+4)3x(x+4)
Difference of squaresx225x^2 - 25(x5)(x+5)(x-5)(x+5)
Trinomial, lead 1x2+7x+12x^2 + 7x + 12(x+3)(x+4)(x+3)(x+4)
Perfect square trinomialx210x+25x^2 - 10x + 25(x5)2(x-5)^2
The single biggest error in this whole unit is cancelling terms instead of factors. In x+2x\frac{x+2}{x} nothing cancels, because the numerator is a sum, not a product — writing x+2x=2\frac{x+2}{x} = 2 is wrong. Test it with x=1x = 1: the true value is 33, not 22. You may only divide out something that multiplies the entire numerator and the entire denominator.

A second pattern worth memorizing is opposite factors. Since 3x=(x3)3 - x = -(x-3), the quotient 3xx3\frac{3-x}{x-3} equals 1-1. Sox242x=(x2)(x+2)(x2)=(x+2),x2.\frac{x^2-4}{2-x} = \frac{(x-2)(x+2)}{-(x-2)} = -(x+2), \quad x \neq 2.When you see the same two terms in reversed order, factor out 1-1 from one of them rather than assuming they cancel to 11.

Finally, an expression in simplest form should have no remaining common factors, and its restrictions should be carried along from the original problem.

Multiplying and Dividing Rational Expressions

Multiplication works exactly as with numeric fractions: factor everything, cancel any factor in a numerator against a matching factor in any denominator, then multiply what is left across the top and across the bottom. Cancelling before multiplying keeps the numbers small and the factoring already done.x21x2+6x+9x+3x1=(x1)(x+1)(x+3)2x+3x1=x+1x+3\frac{x^2-1}{x^2+6x+9} \cdot \frac{x+3}{x-1} = \frac{(x-1)(x+1)}{(x+3)^2} \cdot \frac{x+3}{x-1} = \frac{x+1}{x+3}with x3x \neq -3 and x1x \neq 1.

Division means multiply by the reciprocal of the divisor: flip the second fraction, then follow the multiplication procedure. Never flip the first fraction, and never flip before you have written the problem as a single division statement.

Division has one extra restriction that catches people. When you divide by AB\frac{A}{B}, that whole fraction is a denominator, so AA cannot be zero either. Inx+5x24÷x+5x2,\frac{x+5}{x^2-4} \div \frac{x+5}{x-2},the restrictions are x2x \neq 2 and x2x \neq -2 from the first denominator, x2x \neq 2 from the second denominator, and x5x \neq -5 because the divisor's numerator cannot be zero. After flipping you get x+5(x2)(x+2)x2x+5=1x+2\frac{x+5}{(x-2)(x+2)} \cdot \frac{x-2}{x+5} = \frac{1}{x+2}, with x2,2,5x \neq 2, -2, -5.
OperationFirst moveWatch for
MultiplyFactor all four polynomialsCancel factors only
DivideFlip the second fractionDivisor's numerator cannot be zero

Solving Rational Equations and Rejecting Extraneous Solutions

An equation containing rational expressions can be cleared of fractions, which is something you may never do to a lone expression. Multiply both entire sides by the least common denominator (LCD) of all the fractions. Every denominator divides out, and you are left with a linear or quadratic equation you already know how to solve.

The procedure: factor all denominators, list the excluded values, build the LCD from the highest power of each distinct factor, multiply every term on both sides by the LCD, solve, and finally compare each answer to your excluded list.

Why is that last check necessary? Multiplying both sides by an expression containing the variable is not a reversible step when that expression can equal zero. The new equation can have solutions the original never had. Any candidate that matches an excluded value is called an extraneous solution and must be rejected — not because you made an arithmetic mistake, but because the method itself creates them.

For example, xx4=4x4+3\frac{x}{x-4} = \frac{4}{x-4} + 3 has LCD x4x-4 and excluded value x=4x = 4. Clearing gives x=4+3(x4)x = 4 + 3(x-4), so x=3x8x = 3x - 8 and x=4x = 4. That is the excluded value, so it is rejected and the equation has no solution.

A proportion with a single fraction on each side, such as 5x+1=3x2\frac{5}{x+1} = \frac{3}{x-2}, can be solved by cross-multiplying, which is really just multiplying by the LCD. You still list restrictions (x1,2x \neq -1, 2) and still check at the end.

Key terms

Rational expression.
A quotient of two polynomials, PQ\frac{P}{Q}, where the denominator QQ is not zero.
Excluded value.
Any value of the variable that makes a denominator in the original expression equal zero; it is removed from the domain.
Simplest form.
A rational expression whose numerator and denominator share no common factor other than 11 or 1-1.
Reciprocal.
The multiplicative inverse of a fraction, formed by swapping numerator and denominator; dividing by AB\frac{A}{B} means multiplying by BA\frac{B}{A}.
Least common denominator (LCD).
The product of the highest power of each distinct factor appearing in any denominator; multiplying an equation by it clears all fractions.
Extraneous solution.
A value that satisfies the equation produced after clearing denominators but makes a denominator of the original equation zero, so it must be rejected.
Opposite factors.
Binomials such as aba-b and bab-a that differ by a factor of 1-1; their quotient simplifies to 1-1.
Hole.
A single missing point on a graph, occurring at a value that was excluded by a factor which cancelled during simplification.

Worked example

Solve for xx: 1x+1x3=x2x3\dfrac{1}{x} + \dfrac{1}{x-3} = \dfrac{x-2}{x-3}. State any excluded values and identify any extraneous solutions.
Step 1 — Find the excluded values. The denominators are xx and x3x-3. Setting each to zero gives x=0x = 0 and x=3x = 3, so x0x \neq 0 and x3x \neq 3. Write these down now; you will need them at the end.

Step 2 — Build the LCD. The distinct factors are xx and x3x-3, so the LCD is x(x3)x(x-3).

Step 3 — Multiply every term by the LCD.x(x3)1x+x(x3)1x3=x(x3)x2x3x(x-3)\cdot\frac{1}{x} + x(x-3)\cdot\frac{1}{x-3} = x(x-3)\cdot\frac{x-2}{x-3}Each fraction loses its denominator:(x3)+x=x(x2)(x-3) + x = x(x-2)Step 4 — Solve the resulting equation. The left side is 2x32x - 3 and the right side expands to x22xx^2 - 2x. So2x3=x22x    0=x24x+3    0=(x1)(x3).2x - 3 = x^2 - 2x \;\Rightarrow\; 0 = x^2 - 4x + 3 \;\Rightarrow\; 0 = (x-1)(x-3).The candidates are x=1x = 1 and x=3x = 3.

Step 5 — Check against the excluded values. The value x=3x = 3 makes the denominator x3x-3 zero, so it is extraneous and is rejected. The value x=1x = 1 is allowed.

Step 6 — Verify x=1x = 1 in the original equation. Left side: 11+113=112=12\frac{1}{1} + \frac{1}{1-3} = 1 - \frac{1}{2} = \frac{1}{2}. Right side: 1213=12=12\frac{1-2}{1-3} = \frac{-1}{-2} = \frac{1}{2}. Both sides agree.

Answer: x=1x = 1; the candidate x=3x = 3 is extraneous.

Practice questions

Simplify x29x2+7x+12\dfrac{x^2-9}{x^2+7x+12} and state the excluded values.
  1. x3x+4\dfrac{x-3}{x+4}, with x4x \neq -4 and x3x \neq -3
  2. x3x+4\dfrac{x-3}{x+4}, with x4x \neq -4 only
  3. 97x+12\dfrac{-9}{7x+12}, with x127x \neq -\dfrac{12}{7}
  4. x+3x+4\dfrac{x+3}{x+4}, with x4x \neq -4 and x3x \neq -3

Answer: x3x+4\dfrac{x-3}{x+4}, with x4x \neq -4 and x3x \neq -3

Factor first: x29=(x3)(x+3)x^2-9 = (x-3)(x+3) and x2+7x+12=(x+3)(x+4)x^2+7x+12 = (x+3)(x+4). The original denominator is zero when x=3x = -3 or x=4x = -4, so both are excluded before any cancelling happens. Dividing out the common factor (x+3)(x+3) leaves x3x+4\frac{x-3}{x+4}. Listing only x4x \neq -4 is the most common slip, because the simplified form no longer shows the (x+3)(x+3) that was cancelled — but the original expression is still undefined at x=3x = -3, where the graph has a hole. The choice 97x+12\frac{-9}{7x+12} comes from cancelling the x2x^2 terms, which is illegal because they are terms in a sum, not factors.
Divide and simplify, then state all restrictions: x24x2+5x+6÷x22xx+3\dfrac{x^2-4}{x^2+5x+6} \div \dfrac{x^2-2x}{x+3}.

Answer: 1x\dfrac{1}{x}, with x3x \neq -3, x2x \neq -2, x0x \neq 0, and x2x \neq 2.

Factor everything: (x2)(x+2)(x+3)(x+2)÷x(x2)x+3\frac{(x-2)(x+2)}{(x+3)(x+2)} \div \frac{x(x-2)}{x+3}. Restrictions come from three places — the first denominator gives x3x \neq -3 and x2x \neq -2; the divisor's denominator repeats x3x \neq -3; and because you cannot divide by zero, the divisor's numerator x(x2)x(x-2) must be nonzero, giving x0x \neq 0 and x2x \neq 2. Now multiply by the reciprocal: (x2)(x+2)(x+3)(x+2)x+3x(x2)\frac{(x-2)(x+2)}{(x+3)(x+2)} \cdot \frac{x+3}{x(x-2)}. Cancel (x2)(x-2), (x+2)(x+2), and (x+3)(x+3), leaving 1x\frac{1}{x}. Forgetting the restriction that comes from the divisor's numerator is the step students overlook most.
Solve 6x29=1x3\dfrac{6}{x^2-9} = \dfrac{1}{x-3}, showing why your conclusion is justified.

Answer: No solution; x=3x = 3 is extraneous.

Factor the first denominator: x29=(x3)(x+3)x^2 - 9 = (x-3)(x+3), so the excluded values are x=3x = 3 and x=3x = -3, and the LCD is (x3)(x+3)(x-3)(x+3). Multiplying both sides by the LCD gives 6=x+36 = x+3, so x=3x = 3. That candidate is exactly an excluded value, so substituting it back would create division by zero. It must be rejected, and since it was the only candidate, the equation has no solution. This is not a mistake in the algebra — multiplying both sides by an expression that can equal zero is the step that manufactures extraneous solutions, which is why the final check is part of the method rather than an optional extra.

FAQ

Why do extraneous solutions appear at all?
Because multiplying both sides of an equation by an expression containing the variable is only a valid step when that expression is nonzero. When you multiply by the LCD, you are quietly assuming the LCD is not zero. The new fraction-free equation is a slightly bigger problem than the original, and it can have answers the original never allowed. Checking every candidate against your excluded-value list catches them.
Should I find excluded values before or after simplifying?
Before. Restrictions come from the denominators of the original expression. If a factor cancels, the value it excluded is still forbidden, but the simplified form no longer shows it. Write the restrictions down as your very first step, then simplify.
Can I ever cancel just part of a numerator, like the xx in x+4x\frac{x+4}{x}?
No. You may only divide out a factor that multiplies the whole numerator and the whole denominator. In x+4x\frac{x+4}{x} the numerator is a sum, so nothing cancels. Substituting x=4x = 4 gives 84=2\frac{8}{4} = 2, not 44, which shows the shortcut fails. Factor first; if no common factor appears, the expression is already in simplest form.
Why can I clear denominators in an equation but not in a single expression?
An equation has two sides, and multiplying both by the same nonzero quantity keeps them equal. An expression has nothing to balance against, so multiplying it by the LCD changes its value into a different expression. With an expression you may only factor and cancel; with an equation you may multiply through and then check your answers.

Learn this with a teacher, not a page

The Crimsora tutor teaches Rational Expressions & Equations live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.