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.