Facebook Pixel
Mathos AI logo

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

  1. Find the LCD: Determine the least common denominator for all fractions in the equation.
  2. State Restrictions: Identify any values of the variable that make a denominator zero. These are restricted values.
  3. Clear Fractions: Multiply both sides of the equation by the LCD.
  4. Solve: Solve the resulting polynomial equation.
  5. 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: xxโˆ’2+2x+1=5(xโˆ’2)(x+1)\frac{x}{x - 2} + \frac{2}{x + 1} = \frac{5}{(x - 2)(x + 1)}

Step 1: Find the LCD and restrictions. The denominators are (xโˆ’2)(x - 2) and (x+1)(x + 1). The LCD is (xโˆ’2)(x+1)(x - 2)(x + 1). Restrictions: xโ‰ 2x \neq 2 and xโ‰ โˆ’1x \neq -1 (since these make the denominator zero).

Step 2: Multiply both sides by the LCD. (xโˆ’2)(x+1)(xxโˆ’2+2x+1)=(xโˆ’2)(x+1)(5(xโˆ’2)(x+1))(x - 2)(x + 1) \left( \frac{x}{x - 2} + \frac{2}{x + 1} \right) = (x - 2)(x + 1) \left( \frac{5}{(x - 2)(x + 1)} \right)

This simplifies to: x(x+1)+2(xโˆ’2)=5x(x + 1) + 2(x - 2) = 5

Step 3: Solve the resulting equation. x2+x+2xโˆ’4=5x^2 + x + 2x - 4 = 5 x2+3xโˆ’9=0x^2 + 3x - 9 = 0

Using the quadratic formula, x=โˆ’bยฑb2โˆ’4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}: x=โˆ’3ยฑ32โˆ’4(1)(โˆ’9)2(1)=โˆ’3ยฑ9+362=โˆ’3ยฑ352x = \frac{-3 \pm \sqrt{3^2 - 4(1)(-9)}}{2(1)} = \frac{-3 \pm \sqrt{9 + 36}}{2} = \frac{-3 \pm 3\sqrt{5}}{2}

Step 4: Check for extraneous solutions. Neither solution is 22 or โˆ’1-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 tt be the time it takes to fill the pool together.

  • Pipe 1's rate: 16\frac{1}{6} of the pool per hour.
  • Pipe 2's rate: 18\frac{1}{8} of the pool per hour.
  • Combined rate: 1t\frac{1}{t} of the pool per hour.

Set up the rational equation: 16+18=1t\frac{1}{6} + \frac{1}{8} = \frac{1}{t}

The LCD for 66, 88, and tt is 24t24t. Multiply the entire equation by 24t24t: 24t(16)+24t(18)=24t(1t)24t \left( \frac{1}{6} \right) + 24t \left( \frac{1}{8} \right) = 24t \left( \frac{1}{t} \right) 4t+3t=244t + 3t = 24 7t=247t = 24 t=247โ‰ˆ3.43ย hourst = \frac{24}{7} \approx 3.43 \text{ hours}

Working together, the pipes will fill the pool in 247\frac{24}{7} hours.