Chapter 4: Rational Expressions & Equations

Updated February 2026 · 18 min read · Algebra 2 Textbook

Rational expressions extend the familiar idea of fractions from arithmetic into the world of algebra. Instead of ratios of integers, we now work with ratios of polynomials. This chapter builds from simplification techniques through operations and equation solving, culminating in real-world applications that demonstrate why rational expressions matter far beyond the classroom.

4.1 Simplifying Rational Expressions

Definition: A rational expression is a fraction whose numerator and denominator are both polynomials. It has the form \(\dfrac{P(x)}{Q(x)}\), where \(Q(x) \neq 0\).

Just as the arithmetic fraction \(\frac{6}{8}\) simplifies to \(\frac{3}{4}\) by canceling the common factor of 2, algebraic rational expressions simplify by canceling common polynomial factors. The key principle is identical: factor, then cancel.

Step-by-Step Process

  1. Factor the numerator and denominator completely.
  2. Identify common factors that appear in both.
  3. Cancel the common factors (divide them out).
  4. State restrictions — the values of the variable that make the original denominator zero.
Example 1: Simplify \(\dfrac{x^2 - 9}{x^2 + 5x + 6}\).

Solution: Factor both polynomials:

\[\frac{x^2-9}{x^2+5x+6} = \frac{(x-3)(x+3)}{(x+2)(x+3)}\]

Cancel the common factor \((x+3)\):

\[= \frac{x-3}{x+2}, \quad x \neq -3, \; x \neq -2\]

The restriction \(x \neq -3\) comes from the canceled factor; \(x \neq -2\) comes from the remaining denominator. Both must be stated because both make the original expression undefined.

Fundamental Principle of Rational Expressions: If \(P\), \(Q\), and \(R\) are polynomials with \(Q \neq 0\) and \(R \neq 0\), then \[\frac{P \cdot R}{Q \cdot R} = \frac{P}{Q}\] We may cancel common factors, but we must always exclude values that make any canceled factor equal to zero.
Example 2: Simplify \(\dfrac{2x^2 - 8x}{6x^3}\).

Solution: Factor out common terms:

\[\frac{2x^2-8x}{6x^3} = \frac{2x(x-4)}{6x^3} = \frac{x-4}{3x^2}, \quad x \neq 0\]

Domain Restrictions

The domain of a rational expression consists of all real numbers except those that make the denominator zero. Finding restrictions is essential: substituting a restricted value produces a division-by-zero error and renders the expression meaningless.

Common Pitfall: Students often forget to state restrictions from canceled factors. Always determine restrictions from the original denominator before simplifying.

4.2 Multiplying & Dividing Rational Expressions

Multiplication and division of rational expressions follow the same rules as numeric fractions, with the added step of factoring polynomials.

Multiplication Rule: \(\dfrac{A}{B} \cdot \dfrac{C}{D} = \dfrac{AC}{BD}\), where \(B \neq 0\) and \(D \neq 0\).

Division Rule: \(\dfrac{A}{B} \div \dfrac{C}{D} = \dfrac{A}{B} \cdot \dfrac{D}{C} = \dfrac{AD}{BC}\), where \(B \neq 0\), \(C \neq 0\), and \(D \neq 0\).

Multiplying Rational Expressions

The strategy is to factor everything first, cancel common factors across all numerators and denominators, then multiply what remains.

Example 3: Multiply \(\dfrac{x^2-4}{x+5} \cdot \dfrac{x^2+7x+10}{x-2}\).

Solution: Factor completely:

\[\frac{(x-2)(x+2)}{x+5} \cdot \frac{(x+5)(x+2)}{x-2}\]

Cancel \((x-2)\) and \((x+5)\):

\[= (x+2)(x+2) = (x+2)^2, \quad x \neq 2, \; x \neq -5\]

Dividing Rational Expressions

To divide, multiply by the reciprocal of the divisor. Then proceed exactly as with multiplication.

Example 4: Divide \(\dfrac{x^2-1}{x^2+4x} \div \dfrac{x+1}{x}\).

Solution: Multiply by the reciprocal:

\[\frac{x^2-1}{x^2+4x} \cdot \frac{x}{x+1} = \frac{(x-1)(x+1)}{x(x+4)} \cdot \frac{x}{x+1}\]

Cancel \((x+1)\) and \(x\):

\[= \frac{x-1}{x+4}, \quad x \neq 0, \; x \neq -1, \; x \neq -4\]

Strategy: Always factor before multiplying. Multiplying un-factored polynomials creates large expressions that are much harder to simplify after the fact.

4.3 Adding & Subtracting Rational Expressions

Adding and subtracting rational expressions requires a common denominator, just like numeric fractions. The challenge lies in finding the Least Common Denominator (LCD) when the denominators are polynomials.

Least Common Denominator (LCD): The LCD of two or more rational expressions is the polynomial of least degree that each denominator divides into evenly. To find it:
  1. Factor each denominator completely.
  2. List each distinct factor.
  3. Use the highest power of each factor that appears in any denominator.

Same-Denominator Case

When rational expressions already share a common denominator, simply add or subtract the numerators and keep the denominator:

\[\frac{A}{D} + \frac{B}{D} = \frac{A + B}{D}, \qquad \frac{A}{D} - \frac{B}{D} = \frac{A - B}{D}\]

Example 5: Subtract \(\dfrac{3x+1}{x^2-4} - \dfrac{x-5}{x^2-4}\).

Solution: Same denominator, so subtract numerators:

\[\frac{(3x+1) - (x-5)}{x^2-4} = \frac{3x+1-x+5}{x^2-4} = \frac{2x+6}{x^2-4}\]

Factor and simplify:

\[= \frac{2(x+3)}{(x-2)(x+2)}, \quad x \neq \pm 2\]

Different-Denominator Case

Example 6: Add \(\dfrac{3}{x+2} + \dfrac{5}{x-1}\).

Solution: The LCD is \((x+2)(x-1)\). Rewrite each fraction:

\[\frac{3(x-1)}{(x+2)(x-1)} + \frac{5(x+2)}{(x+2)(x-1)}\]

Combine numerators:

\[= \frac{3(x-1)+5(x+2)}{(x+2)(x-1)} = \frac{3x-3+5x+10}{(x+2)(x-1)} = \frac{8x+7}{(x+2)(x-1)}\]

Restrictions: \(x \neq -2, \; x \neq 1\).

Example 7: Subtract \(\dfrac{x}{x^2-9} - \dfrac{2}{x+3}\).

Solution: Factor: \(x^2-9 = (x-3)(x+3)\). The LCD is \((x-3)(x+3)\).

\[\frac{x}{(x-3)(x+3)} - \frac{2(x-3)}{(x-3)(x+3)} = \frac{x - 2(x-3)}{(x-3)(x+3)}\]

\[= \frac{x - 2x + 6}{(x-3)(x+3)} = \frac{-x+6}{(x-3)(x+3)}\]

This can also be written as \(\dfrac{6-x}{(x-3)(x+3)}\), with \(x \neq \pm 3\).

4.4 Complex Fractions

Definition: A complex fraction (or compound fraction) is a fraction that contains one or more fractions in its numerator, its denominator, or both. For example: \(\dfrac{\;\dfrac{1}{x} + \dfrac{1}{y}\;}{\;\dfrac{1}{x} - \dfrac{1}{y}\;}\).

There are two standard methods for simplifying complex fractions. Both always produce the same result; choose whichever feels more natural for a given problem.

Method 1: Combine and Divide

  1. Simplify the numerator into a single fraction.
  2. Simplify the denominator into a single fraction.
  3. Divide the numerator fraction by the denominator fraction (multiply by the reciprocal).

Method 2: Multiply by the Overall LCD

  1. Find the LCD of all individual fractions appearing anywhere in the complex fraction.
  2. Multiply both the numerator and denominator of the complex fraction by this LCD.
  3. Simplify the result.
Example 8: Simplify \(\dfrac{\;\dfrac{1}{x} + \dfrac{1}{y}\;}{\;\dfrac{1}{x} - \dfrac{1}{y}\;}\).

Method 2 (LCD approach): The LCD of all small fractions is \(xy\). Multiply top and bottom by \(xy\):

\[\frac{\left(\frac{1}{x}+\frac{1}{y}\right) \cdot xy}{\left(\frac{1}{x}-\frac{1}{y}\right) \cdot xy} = \frac{y + x}{y - x} = \frac{x+y}{y-x}\]

Restrictions: \(x \neq 0\), \(y \neq 0\), \(x \neq y\).

Example 9: Simplify \(\dfrac{\;\dfrac{2}{x+1} - 1\;}{3 + \dfrac{1}{x+1}}\).

Solution: The LCD of all small fractions is \((x+1)\). Multiply top and bottom:

\[\frac{\left(\frac{2}{x+1}-1\right)(x+1)}{\left(3+\frac{1}{x+1}\right)(x+1)} = \frac{2 - (x+1)}{3(x+1)+1} = \frac{2-x-1}{3x+3+1} = \frac{1-x}{3x+4}\]

Restrictions: \(x \neq -1\), \(x \neq -\frac{4}{3}\).

Which Method to Choose: Method 2 (multiply by LCD) is usually faster and less error-prone, especially when fractions are nested deeply. Method 1 works well when the numerator or denominator is already nearly a single fraction.

4.5 Solving Rational Equations

A rational equation is an equation that contains at least one rational expression. The standard strategy is to eliminate all denominators by multiplying both sides by the LCD, transforming the equation into a polynomial equation that we already know how to solve.

Solving Strategy:
  1. Identify all denominators and find the LCD.
  2. Multiply every term on both sides by the LCD to clear fractions.
  3. Solve the resulting polynomial equation.
  4. Check every solution in the original equation — reject any that make a denominator zero (these are extraneous solutions).
Extraneous Solution: A value obtained algebraically that does not satisfy the original equation because it makes a denominator equal to zero. Extraneous solutions are an artifact of multiplying both sides by an expression containing the variable; they must always be checked and discarded.
Example 10: Solve \(\dfrac{3}{x} + \dfrac{1}{4} = \dfrac{5}{2x}\).

Solution: The LCD is \(4x\). Multiply every term by \(4x\):

\[4x \cdot \frac{3}{x} + 4x \cdot \frac{1}{4} = 4x \cdot \frac{5}{2x}\]

\[12 + x = 10\]

\[x = -2\]

Check: \(\frac{3}{-2}+\frac{1}{4} = -\frac{3}{2}+\frac{1}{4} = -\frac{5}{4}\) and \(\frac{5}{2(-2)} = -\frac{5}{4}\). Both sides equal \(-\frac{5}{4}\), so \(x=-2\) is valid.

Example 11 (Extraneous Solution): Solve \(\dfrac{x}{x-3} - \dfrac{3}{x-3} = 1\).

Solution: LCD is \((x-3)\). Multiply through:

\[x - 3 = (x-3) \cdot 1\]

\[x - 3 = x - 3\]

This is an identity — true for all \(x\). However, \(x = 3\) must be excluded because it makes the denominator zero. So the solution is all real numbers except \(x = 3\).

Example 12: Solve \(\dfrac{2}{x+1} + \dfrac{1}{x-2} = \dfrac{9}{(x+1)(x-2)}\).

Solution: LCD is \((x+1)(x-2)\). Multiply through:

\[2(x-2) + 1(x+1) = 9\]

\[2x - 4 + x + 1 = 9\]

\[3x - 3 = 9 \implies 3x = 12 \implies x = 4\]

Check: \(x=4\) does not make any denominator zero. Substituting: \(\frac{2}{5}+\frac{1}{2} = \frac{4}{10}+\frac{5}{10}=\frac{9}{10}\) and \(\frac{9}{5 \cdot 2}=\frac{9}{10}\). Valid.

Never Skip the Check: Extraneous solutions appear frequently in rational equations. Every time you multiply both sides by an expression containing the variable, you risk introducing false solutions. Always substitute back into the original equation.

4.6 Applications of Rational Equations

Rational equations arise naturally in many real-world contexts. The three most common Algebra 2 application types are work problems, distance-rate-time problems, and mixture problems.

Work Problems

Work Rate Principle: If a worker can complete a job in \(t\) hours, then their rate of work is \(\frac{1}{t}\) of the job per hour. When multiple workers collaborate, their rates add: \[\frac{1}{t_A} + \frac{1}{t_B} = \frac{1}{t_{\text{together}}}\]
Example 13 (Work Problem): Pump A can fill a pool in 6 hours. Pump B can fill it in 4 hours. How long does it take both pumps working together?

Solution: Let \(t\) = time together. Set up the equation using rates:

\[\frac{1}{6} + \frac{1}{4} = \frac{1}{t}\]

Find the LCD of 6, 4, and \(t\), which is \(12t\):

\[12t \cdot \frac{1}{6} + 12t \cdot \frac{1}{4} = 12t \cdot \frac{1}{t}\]

\[2t + 3t = 12 \implies 5t = 12 \implies t = \frac{12}{5} = 2.4 \text{ hours}\]

Both pumps together fill the pool in 2 hours and 24 minutes.

Distance-Rate-Time Problems

The fundamental relationship is \(d = rt\), which rearranges to \(t = \frac{d}{r}\). When two different rates are involved, setting up expressions for time often leads to rational equations.

Example 14 (Distance-Rate-Time): A boat travels 24 miles upstream and 24 miles downstream. The current flows at 2 mph. The total trip takes 5 hours. Find the boat's speed in still water.

Solution: Let \(r\) = speed in still water. Upstream speed: \(r - 2\). Downstream speed: \(r + 2\).

\[\frac{24}{r-2} + \frac{24}{r+2} = 5\]

Multiply by \((r-2)(r+2)\):

\[24(r+2) + 24(r-2) = 5(r-2)(r+2)\]

\[24r + 48 + 24r - 48 = 5(r^2-4)\]

\[48r = 5r^2 - 20\]

\[5r^2 - 48r - 20 = 0\]

Using the quadratic formula: \(r = \frac{48 \pm \sqrt{2304+400}}{10} = \frac{48 \pm \sqrt{2704}}{10} = \frac{48 \pm 52}{10}\)

\(r = 10\) or \(r = -0.4\). Since speed must be positive and greater than 2, the boat's still-water speed is 10 mph.

Mixture Problems

Example 15 (Mixture): How many liters of a 40% acid solution must be mixed with 8 liters of a 10% acid solution to produce a 25% acid solution?

Solution: Let \(x\) = liters of 40% solution needed.

\[0.40x + 0.10(8) = 0.25(x + 8)\]

\[0.40x + 0.80 = 0.25x + 2.00\]

\[0.15x = 1.20 \implies x = 8\]

You need 8 liters of the 40% solution.

Interactive Explorations

Rational Function Explorer

Use the sliders below to change the values of \(a\) and \(b\) in the function \(y = \dfrac{x-a}{x-b}\). Observe how the x-intercept moves with \(a\) and the vertical asymptote moves with \(b\).

Interactive: Drag slider \(a\) to move the x-intercept and slider \(b\) to move the vertical asymptote of \(y = (x-a)/(x-b)\).

Hole vs. Asymptote

The function \(y = \dfrac{(x-c)(x-d)}{(x-c)(x-e)}\) has a removable discontinuity (hole) at \(x = c\) and a vertical asymptote at \(x = e\). Use the sliders to see the difference. The hole appears as a missing point on an otherwise smooth curve, while the asymptote causes the graph to shoot toward infinity.

Interactive: Compare the removable discontinuity (hole) at \(x = c\) with the vertical asymptote at \(x = e\).

4.7 Practice Problems

Test your understanding with these problems. Click "Show Solution" to check your work after attempting each one.

Problem 1. Simplify \(\dfrac{x^2 - 16}{x^2 - x - 12}\). State all restrictions.
Show Solution

Factor: \(\dfrac{(x-4)(x+4)}{(x-4)(x+3)}\)

Cancel \((x-4)\): \(\dfrac{x+4}{x+3}\)

Restrictions: \(x \neq 4\) and \(x \neq -3\).

Problem 2. Multiply \(\dfrac{x^2+3x}{x^2-1} \cdot \dfrac{x-1}{x}\).
Show Solution

Factor: \(\dfrac{x(x+3)}{(x-1)(x+1)} \cdot \dfrac{x-1}{x}\)

Cancel \(x\) and \((x-1)\): \(\dfrac{x+3}{x+1}\)

Restrictions: \(x \neq 0\), \(x \neq 1\), \(x \neq -1\).

Problem 3. Divide \(\dfrac{x^2-25}{x+3} \div \dfrac{x+5}{x^2+6x+9}\).
Show Solution

Multiply by reciprocal: \(\dfrac{(x-5)(x+5)}{x+3} \cdot \dfrac{(x+3)^2}{x+5}\)

Cancel \((x+5)\) and one \((x+3)\): \((x-5)(x+3)\)

Expanded: \(x^2 - 2x - 15\), with \(x \neq -3\) and \(x \neq -5\).

Problem 4. Add \(\dfrac{2}{x-3} + \dfrac{5}{x+4}\).
Show Solution

LCD = \((x-3)(x+4)\):

\(\dfrac{2(x+4)+5(x-3)}{(x-3)(x+4)} = \dfrac{2x+8+5x-15}{(x-3)(x+4)} = \dfrac{7x-7}{(x-3)(x+4)}\)

Factor numerator: \(\dfrac{7(x-1)}{(x-3)(x+4)}\), with \(x \neq 3\) and \(x \neq -4\).

Problem 5. Subtract \(\dfrac{3x}{x^2-4} - \dfrac{1}{x+2}\).
Show Solution

Factor: \(x^2-4 = (x-2)(x+2)\). LCD = \((x-2)(x+2)\):

\(\dfrac{3x}{(x-2)(x+2)} - \dfrac{1 \cdot (x-2)}{(x-2)(x+2)} = \dfrac{3x - (x-2)}{(x-2)(x+2)}\)

\(= \dfrac{2x+2}{(x-2)(x+2)} = \dfrac{2(x+1)}{(x-2)(x+2)}\)

Restrictions: \(x \neq 2\) and \(x \neq -2\).

Problem 6. Simplify the complex fraction \(\dfrac{\;\dfrac{1}{a} - \dfrac{1}{b}\;}{\;\dfrac{1}{a^2} - \dfrac{1}{b^2}\;}\).
Show Solution

The overall LCD is \(a^2 b^2\). Multiply numerator and denominator by \(a^2 b^2\):

Numerator: \(a^2 b^2 \cdot \frac{1}{a} - a^2 b^2 \cdot \frac{1}{b} = ab^2 - a^2 b = ab(b-a)\)

Denominator: \(a^2 b^2 \cdot \frac{1}{a^2} - a^2 b^2 \cdot \frac{1}{b^2} = b^2 - a^2 = (b-a)(b+a)\)

\(\dfrac{ab(b-a)}{(b-a)(b+a)} = \dfrac{ab}{a+b}\), with \(a \neq 0\), \(b \neq 0\), \(a \neq \pm b\).

Problem 7. Solve \(\dfrac{5}{x+2} = \dfrac{3}{x-1}\).
Show Solution

Cross-multiply: \(5(x-1) = 3(x+2)\)

\(5x - 5 = 3x + 6\)

\(2x = 11 \implies x = \dfrac{11}{2}\)

Check: \(x = 5.5\) makes no denominator zero. Valid solution: \(x = \dfrac{11}{2}\).

Problem 8. Solve \(\dfrac{x}{x-5} + \dfrac{2}{x+3} = \dfrac{40}{x^2-2x-15}\).
Show Solution

Note: \(x^2-2x-15 = (x-5)(x+3)\). LCD = \((x-5)(x+3)\). Multiply through:

\(x(x+3) + 2(x-5) = 40\)

\(x^2+3x+2x-10 = 40\)

\(x^2+5x-50 = 0\)

\((x+10)(x-5) = 0 \implies x = -10\) or \(x = 5\)

Check: \(x = 5\) makes the denominator zero — extraneous. Only valid solution: \(x = -10\).

Problem 9. Solve \(\dfrac{2}{x} - \dfrac{3}{x+1} = \dfrac{1}{x(x+1)}\).
Show Solution

LCD = \(x(x+1)\). Multiply through:

\(2(x+1) - 3x = 1\)

\(2x + 2 - 3x = 1\)

\(-x + 2 = 1 \implies x = 1\)

Check: \(x = 1\) gives denominators 1, 2, and 2 — none zero. Valid solution: \(x = 1\).

Problem 10. Worker A can paint a house in 10 days. Worker B can paint it in 15 days. If they work together for 3 days and then Worker A leaves, how many more days does Worker B need to finish alone?
Show Solution

Rates: A = \(\frac{1}{10}\) per day, B = \(\frac{1}{15}\) per day. Together: \(\frac{1}{10}+\frac{1}{15} = \frac{3+2}{30} = \frac{1}{6}\) per day.

In 3 days together: \(3 \cdot \frac{1}{6} = \frac{1}{2}\) of the house is done.

Remaining: \(\frac{1}{2}\) of the house. Worker B alone at rate \(\frac{1}{15}\):

\(\frac{1}{15} \cdot d = \frac{1}{2} \implies d = \frac{15}{2} = 7.5\) days.

Worker B needs 7.5 more days (7 days and 12 hours).

Problem 11. A plane flies 600 km with a tailwind and 600 km against the same wind. The wind speed is 50 km/h. The total flight time is 5 hours. Find the plane's airspeed (speed in still air).
Show Solution

Let \(r\) = airspeed. With tailwind: speed = \(r+50\). Against: speed = \(r-50\).

\(\dfrac{600}{r+50} + \dfrac{600}{r-50} = 5\)

Multiply by \((r+50)(r-50)\):

\(600(r-50) + 600(r+50) = 5(r^2-2500)\)

\(1200r = 5r^2 - 12500\)

\(5r^2 - 1200r - 12500 = 0 \implies r^2 - 240r - 2500 = 0\)

Quadratic formula: \(r = \frac{240 \pm \sqrt{57600+10000}}{2} = \frac{240 \pm \sqrt{67600}}{2} = \frac{240 \pm 260}{2}\)

\(r = 250\) or \(r = -10\). Since \(r > 50\), the airspeed is 250 km/h.

Problem 12. Determine whether the equation \(\dfrac{3}{x-2} + \dfrac{x}{x+2} = \dfrac{12}{x^2-4}\) has any valid solutions.
Show Solution

Note: \(x^2-4 = (x-2)(x+2)\). LCD = \((x-2)(x+2)\). Multiply through:

\(3(x+2) + x(x-2) = 12\)

\(3x + 6 + x^2 - 2x = 12\)

\(x^2 + x - 6 = 0\)

\((x+3)(x-2) = 0 \implies x = -3\) or \(x = 2\)

Check: \(x = 2\) makes the denominator zero — extraneous.

\(x = -3\): \(\frac{3}{-5} + \frac{-3}{-1} = -\frac{3}{5} + 3 = \frac{12}{5}\) and \(\frac{12}{9-4} = \frac{12}{5}\). Valid.

The equation has exactly one valid solution: \(x = -3\).

Previous Ch 3: Polynomial Functions