Solving Rational Equations

Equations with rational expressions

Solving Rational Equations

Strategy

  1. Find the LCD of all denominators
  2. Multiply both sides by the LCD
  3. Solve the resulting equation
  4. Check for extraneous solutions

Extraneous Solutions

Solutions that make any denominator zero are extraneous and must be rejected.

Always check your answers!

Common Types

Proportion: ab=cd\frac{a}{b} = \frac{c}{d} → Cross multiply: ad=bcad = bc

Work Problems: 1t1+1t2=1ttogether\frac{1}{t_1} + \frac{1}{t_2} = \frac{1}{t_{together}}

Rate Problems: Time=DistanceRate\text{Time} = \frac{\text{Distance}}{\text{Rate}}

Example

Solve: 3x+2x1=5\frac{3}{x} + \frac{2}{x-1} = 5

LCD: x(x1)x(x - 1)

Multiply both sides: 3(x1)+2x=5x(x1)3(x - 1) + 2x = 5x(x - 1) 3x3+2x=5x25x3x - 3 + 2x = 5x^2 - 5x 5x3=5x25x5x - 3 = 5x^2 - 5x 0=5x210x+30 = 5x^2 - 10x + 3

Use quadratic formula to solve.

📚 Practice Problems

1Problem 1easy

Question:

Solve: x3=52\frac{x}{3} = \frac{5}{2}

💡 Show Solution

Cross multiply: 2x=352x = 3 \cdot 5 2x=152x = 15 x=152x = \frac{15}{2}

Check: 15/23=156=52\frac{15/2}{3} = \frac{15}{6} = \frac{5}{2}

Answer: x=152x = \frac{15}{2} or 7.57.5

2Problem 2medium

Question:

Solve: 1x+1x+2=12\frac{1}{x} + \frac{1}{x+2} = \frac{1}{2}

💡 Show Solution

LCD: 2x(x+2)2x(x + 2)

Multiply both sides by LCD: 2x(x+2)1x+2x(x+2)1x+2=2x(x+2)122x(x + 2) \cdot \frac{1}{x} + 2x(x + 2) \cdot \frac{1}{x+2} = 2x(x + 2) \cdot \frac{1}{2}

2(x+2)+2x=x(x+2)2(x + 2) + 2x = x(x + 2) 2x+4+2x=x2+2x2x + 4 + 2x = x^2 + 2x 4x+4=x2+2x4x + 4 = x^2 + 2x 0=x22x40 = x^2 - 2x - 4

Use quadratic formula: a=1,b=2,c=4a = 1, b = -2, c = -4 x=2±4+162=2±202=2±252=1±5x = \frac{2 \pm \sqrt{4 + 16}}{2} = \frac{2 \pm \sqrt{20}}{2} = \frac{2 \pm 2\sqrt{5}}{2} = 1 \pm \sqrt{5}

Answer: x=1+5x = 1 + \sqrt{5} or x=15x = 1 - \sqrt{5}

3Problem 3hard

Question:

Solve: 6x2=xx2+1\frac{6}{x-2} = \frac{x}{x-2} + 1

💡 Show Solution

LCD: x2x - 2

Multiply both sides: 6=x+(x2)6 = x + (x - 2) 6=x+x26 = x + x - 2 6=2x26 = 2x - 2 8=2x8 = 2x x=4x = 4

Check: Does x=4x = 4 make any denominator zero? x2=42=20x - 2 = 4 - 2 = 2 \neq 0

Verify: 62=42+1\frac{6}{2} = \frac{4}{2} + 13=2+13 = 2 + 1

Answer: x=4x = 4