Chapter 4: Rational Expressions & Equations
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
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
- Factor the numerator and denominator completely.
- Identify common factors that appear in both.
- Cancel the common factors (divide them out).
- State restrictions — the values of the variable that make the original denominator zero.
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.
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.
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.
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.
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.
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\]
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.
- Factor each denominator completely.
- List each distinct factor.
- 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}\]
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
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\).
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
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
- Simplify the numerator into a single fraction.
- Simplify the denominator into a single fraction.
- Divide the numerator fraction by the denominator fraction (multiply by the reciprocal).
Method 2: Multiply by the Overall LCD
- Find the LCD of all individual fractions appearing anywhere in the complex fraction.
- Multiply both the numerator and denominator of the complex fraction by this LCD.
- Simplify the result.
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\).
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}\).
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.
- Identify all denominators and find the LCD.
- Multiply every term on both sides by the LCD to clear fractions.
- Solve the resulting polynomial equation.
- Check every solution in the original equation — reject any that make a denominator zero (these are extraneous solutions).
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.
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\).
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.
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
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.
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
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.
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\).
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\).
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\).
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\).
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\).
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\).
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}\).
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\).
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\).
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).
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.
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\).