Fiveable

📘Intermediate Algebra Unit 7 Review

QR code for Intermediate Algebra practice questions

7.4 Solve Rational Equations

7.4 Solve Rational Equations

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📘Intermediate Algebra
Unit & Topic Study Guides

Solving Rational Equations

A rational equation is any equation that contains at least one fraction with a variable in the denominator. Solving these equations requires clearing those denominators, which introduces a catch: you can accidentally create solutions that don't actually work. This section covers the core method for solving rational equations, checking for extraneous solutions, and applying these skills to word problems and variable isolation.

Understanding Rational Expressions

Rational expressions are fractions where the numerator and denominator are both polynomials, like x+3x29\frac{x+3}{x^2-9}. Before solving rational equations, you need to be comfortable simplifying these expressions.

  • Simplify by factoring both the numerator and denominator, then canceling common factors. For example, x+3x29\frac{x+3}{x^2-9} factors to x+3(x+3)(x3)\frac{x+3}{(x+3)(x-3)}, which simplifies to 1x3\frac{1}{x-3} (as long as x3x \neq -3).
  • When you divide by a fraction, flip it and multiply. So dividing by ab\frac{a}{b} is the same as multiplying by ba\frac{b}{a}.
  • Factoring techniques you already know (GCF, trinomial factoring, difference of squares) are your main tools here.

The key thing to track: any value of xx that makes a denominator equal zero is excluded from the domain. Always note these restricted values before you start solving.

Solving rational equations, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Solving Rational Equations

Solving Rational Equations

Here's the process, broken into clear steps:

  1. Factor every denominator so you can see all the pieces. For example, if your denominators are xx, x2x-2, and x(x2)x(x-2), the factors are already visible.

  2. Find the least common denominator (LCD). Take each distinct factor and use its highest power that appears in any denominator. For the example above, the LCD is x(x2)x(x-2).

  3. Note the restricted values. These are the xx-values that make any denominator zero. Here, x0x \neq 0 and x2x \neq 2.

  4. Multiply every term on both sides by the LCD. Distribute carefully to each term. This eliminates all the fractions.

  5. Simplify and solve. Combine like terms, then solve the resulting equation. If it's linear, isolate xx. If it's quadratic, factor or use the quadratic formula: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.

  6. Check for extraneous solutions. Substitute each answer back into the original equation. If a solution matches one of your restricted values (makes a denominator zero), throw it out. It's extraneous, meaning the algebra produced it but it doesn't satisfy the original equation.

Extraneous solutions are the most common mistake on this topic. You can do all the algebra perfectly and still get the problem wrong if you skip this check.

Quick example: Solve 1x+1x2=xx(x2)\frac{1}{x} + \frac{1}{x-2} = \frac{x}{x(x-2)}

  • LCD is x(x2)x(x-2). Restricted values: x0x \neq 0, x2x \neq 2.
  • Multiply every term by x(x2)x(x-2): (x2)+x=x(x-2) + x = x
  • Simplify: 2x2=x2x - 2 = x, so x=2x = 2.
  • Check: x=2x = 2 makes the denominator x2=0x - 2 = 0. That's undefined, so x=2x = 2 is extraneous. This equation has no solution.
Solving rational equations, Solve Rational Equations – Intermediate Algebra

Applications of Rational Functions

Word problems involving rational equations follow a predictable setup:

  1. Identify what's unknown and assign it a variable. For instance, let xx represent the unknown speed, time, or quantity.

  2. Translate the relationships into a rational equation. Common setups include:

    • Work problems: If one person completes a job in aa hours and another in bb hours, their combined rate is 1a+1b=1t\frac{1}{a} + \frac{1}{b} = \frac{1}{t}, where tt is the time working together.
    • Rate problems: Using distance=rate×time\text{distance} = \text{rate} \times \text{time}, rearranged as time=distancerate\text{time} = \frac{\text{distance}}{\text{rate}}.
  3. Solve using the method above (find LCD, multiply through, simplify).

  4. Interpret your answer. Does it make sense in context? A negative number of hours or a speed of zero probably means you need to re-examine your setup. Also check any constraints the problem gives you (budget limits, minimum quantities, etc.).

Variable Isolation in Rational Equations

Sometimes you need to solve a rational equation for a specific variable in terms of others, like rearranging a formula. The approach is the same core method with one difference: you're treating every other letter as a constant.

  1. Multiply both sides by the LCD to clear all fractions.
  2. Use the distributive property to expand: a(b+c)=ab+aca(b + c) = ab + ac.
  3. Collect all terms containing the target variable on one side, and move everything else to the other side.
  4. Factor out the target variable if it appears in more than one term, then divide to isolate it.
  5. Check that your result doesn't create a zero denominator for any reasonable values of the other variables.

For example, solving 1f=1d1+1d2\frac{1}{f} = \frac{1}{d_1} + \frac{1}{d_2} for d1d_1:

  • Multiply through by fd1d2f \cdot d_1 \cdot d_2: d1d2=fd2+fd1d_1 \cdot d_2 = f \cdot d_2 + f \cdot d_1
  • Move the fd1f \cdot d_1 term: d1d2fd1=fd2d_1 \cdot d_2 - f \cdot d_1 = f \cdot d_2
  • Factor out d1d_1: d1(d2f)=fd2d_1(d_2 - f) = f \cdot d_2
  • Divide: d1=fd2d2fd_1 = \frac{f \cdot d_2}{d_2 - f}

The same clearing-and-isolating strategy works regardless of how complicated the formula looks. Stay organized, and handle one operation at a time.