Solving Rational Equations
Solving Rational Equations
A rational equation is an equation that contains at least one rational expression (a fraction with a variable in the denominator). To solve these equations, the goal is to eliminate the fractions by multiplying every term by the Least Common Denominator (LCD).
Steps to Solve Rational Equations
- Find the LCD: Determine the least common denominator for all fractions in the equation.
- State Restrictions: Identify any values of the variable that make a denominator zero. These are restricted values.
- Clear Fractions: Multiply both sides of the equation by the LCD.
- Solve: Solve the resulting polynomial equation.
- Check for Extraneous Solutions: Ensure your answers do not match any of the restricted values from Step 2. If they do, they are "extraneous" and must be rejected.
Example 1: Algebraic Rational Equation
Solve: x−2x+x+12=(x−2)(x+1)5
Step 1: Find the LCD and restrictions. The denominators are (x−2) and (x+1). The LCD is (x−2)(x+1). Restrictions: x=2 and x=−1 (since these make the denominator zero).
Step 2: Multiply both sides by the LCD. (x−2)(x+1)(x−2x+x+12)=(x−2)(x+1)((x−2)(x+1)5)
This simplifies to: x(x+1)+2(x−2)=5
Step 3: Solve the resulting equation. x2+x+2x−4=5 x2+3x−9=0
Using the quadratic formula, x=2a−b±b2−4ac: x=2(1)−3±32−4(1)(−9)=2−3±9+36=2−3±35
Step 4: Check for extraneous solutions. Neither solution is 2 or −1, so both are valid.
Example 2: Work Rate Word Problem
Problem: Two pipes can fill a pool in 6 and 8 hours respectively. How long will it take them to fill the pool if they work together?
Solution: Let t be the time it takes to fill the pool together.
- Pipe 1's rate: 61 of the pool per hour.
- Pipe 2's rate: 81 of the pool per hour.
- Combined rate: t1 of the pool per hour.
Set up the rational equation: 61+81=t1
The LCD for 6, 8, and t is 24t. Multiply the entire equation by 24t: 24t(61)+24t(81)=24t(t1) 4t+3t=24 7t=24 t=724≈3.43 hours
Working together, the pipes will fill the pool in 724 hours.