Solved Exercises on Solving Rational Equations in Algebra 2

Master solving rational equations: cross multiplication, LCD method, extraneous solutions, and advanced techniques through these 5 detailed exercises.

Solution: Exercises 1 to 3
1 Cross Multiplication Method
Exercise 1
Solve: \(\frac{x+3}{x-2} = \frac{5}{x-2}\)
Definition:

Rational equation: An equation containing at least one rational expression (fraction with polynomial in numerator and/or denominator).

Cross multiplication method:
  1. Identify domain restrictions (values that make denominators zero)
  2. Cross multiply: multiply both sides by the product of denominators
  3. Solve the resulting polynomial equation
  4. Check for extraneous solutions against domain restrictions
Cross multiply
\((x+3)(x-2) = 5(x-2)\)
Domain restriction
x ≠ 2
Step 1: Identify domain restrictions

The denominator \(x-2\) cannot equal zero

So \(x \neq 2\)

Step 2: Cross multiply

\(\frac{x+3}{x-2} = \frac{5}{x-2}\)

Since both denominators are the same, we can multiply both sides by \((x-2)\):

\(x+3 = 5\)

Step 3: Solve for x

\(x+3 = 5\)

\(x = 5-3\)

\(x = 2\)

Step 4: Check for extraneous solution

We found \(x = 2\), but our domain restriction states \(x \neq 2\)

This means \(x = 2\) is an extraneous solution

Step 5: Verify the conclusion

If we substitute \(x = 2\) back into the original equation:

\(\frac{2+3}{2-2} = \frac{5}{2-2}\) → \(\frac{5}{0} = \frac{5}{0}\)

Both sides are undefined, confirming that \(x = 2\) is not a valid solution

No solution (x = 2 is extraneous)
Final answer:

The equation has no solution.

The apparent solution \(x = 2\) is extraneous because it violates the domain restriction.

Applied rules:

Cross multiplication: \(\frac{A}{B} = \frac{C}{B} \Rightarrow A = C\) (when B ≠ 0)

Domain restrictions: Always identify values that make denominators zero

Extraneous solutions: Check all solutions against domain restrictions

2 LCD Method
Exercise 2
Solve: \(\frac{3}{x} + \frac{2}{x+1} = 1\)
Definition:

Least Common Denominator (LCD) method: Multiply both sides of the equation by the LCD to eliminate fractions.

Find LCD
x(x+1)
Domain restrictions
x ≠ 0, x ≠ -1
Step 1: Identify domain restrictions

The denominators are \(x\) and \(x+1\)

So \(x \neq 0\) and \(x \neq -1\)

Step 2: Find the LCD

The LCD of \(x\) and \(x+1\) is \(x(x+1)\)

Step 3: Multiply both sides by the LCD

\(x(x+1) \left(\frac{3}{x} + \frac{2}{x+1}\right) = x(x+1)(1)\)

\(x(x+1) \cdot \frac{3}{x} + x(x+1) \cdot \frac{2}{x+1} = x(x+1)\)

\(3(x+1) + 2x = x(x+1)\)

Step 4: Simplify and solve

\(3x + 3 + 2x = x^2 + x\)

\(5x + 3 = x^2 + x\)

\(0 = x^2 + x - 5x - 3\)

\(0 = x^2 - 4x - 3\)

Step 5: Use the quadratic formula

For \(x^2 - 4x - 3 = 0\), where \(a=1\), \(b=-4\), \(c=-3\):

\(x = \frac{-(-4) \pm \sqrt{(-4)^2 - 4(1)(-3)}}{2(1)}\)

\(x = \frac{4 \pm \sqrt{16 + 12}}{2} = \frac{4 \pm \sqrt{28}}{2} = \frac{4 \pm 2\sqrt{7}}{2} = 2 \pm \sqrt{7}\)

Step 6: Check for extraneous solutions

We have \(x = 2 + \sqrt{7} \approx 4.65\) and \(x = 2 - \sqrt{7} \approx -0.65\)

Neither equals 0 or -1, so both are valid solutions

x = 2 + √7 and x = 2 - √7
Final answer:

The solutions are \(x = 2 + \sqrt{7}\) and \(x = 2 - \sqrt{7}\).

Both solutions satisfy the domain restrictions and the original equation.

Applied rules:

LCD method: Multiply both sides by the LCD to eliminate fractions

Quadratic formula: \(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\)

Solution verification: Check against domain restrictions

3 Factoring Required
Exercise 3
Solve: \(\frac{x}{x^2-4} + \frac{1}{x-2} = \frac{3}{x+2}\)
Definition:

Factoring in rational equations: Factor denominators to identify domain restrictions and find the LCD.

Factor denominators
\(x^2-4 = (x+2)(x-2)\)
Domain restrictions
x ≠ ±2
Step 1: Factor denominators

\(x^2 - 4 = (x+2)(x-2)\) (difference of squares)

So the equation becomes: \(\frac{x}{(x+2)(x-2)} + \frac{1}{x-2} = \frac{3}{x+2}\)

Step 2: Identify domain restrictions

Denominators: \((x+2)(x-2)\), \(x-2\), and \(x+2\)

So \(x \neq 2\) and \(x \neq -2\)

Step 3: Find the LCD

The LCD is \((x+2)(x-2)\) since it contains all unique factors

Step 4: Multiply both sides by the LCD

\((x+2)(x-2) \left[\frac{x}{(x+2)(x-2)} + \frac{1}{x-2}\right] = (x+2)(x-2) \cdot \frac{3}{x+2}\)

\(x + (x+2) = 3(x-2)\)

Step 5: Simplify and solve

\(x + x + 2 = 3x - 6\)

\(2x + 2 = 3x - 6\)

\(2 + 6 = 3x - 2x\)

\(8 = x\)

Step 6: Check for extraneous solutions

We found \(x = 8\), which is neither 2 nor -2

So \(x = 8\) satisfies the domain restrictions

Step 7: Verify the solution

Substitute \(x = 8\) back into the original equation:

\(\frac{8}{64-4} + \frac{1}{8-2} = \frac{3}{8+2}\)

\(\frac{8}{60} + \frac{1}{6} = \frac{3}{10}\)

\(\frac{2}{15} + \frac{5}{30} = \frac{3}{10}\)

\(\frac{4}{30} + \frac{5}{30} = \frac{9}{30} = \frac{3}{10}\) ✓

x = 8
Final answer:

The solution is \(x = 8\).

This solution satisfies the domain restrictions and the original equation.

Applied rules:

Factoring: Factor denominators to identify restrictions and LCD

Difference of squares: \(a^2 - b^2 = (a+b)(a-b)\)

LCD method: Eliminate fractions by multiplying by LCD

Key Concepts: Definitions, Rules, and Methods
\(\frac{A(x)}{B(x)} = \frac{C(x)}{D(x)} \Rightarrow A(x)D(x) = B(x)C(x)\)
Cross Multiplication Rule
Key definitions:

Rational Equation: An equation containing one or more rational expressions.

Extraneous Solution: A solution that emerges during solving but doesn't satisfy the original equation.

Domain Restriction: Values that make denominators zero and are therefore excluded.

Least Common Denominator (LCD): The smallest expression divisible by all denominators.

Solving methodology:
  1. Identify domain restrictions: Find values that make denominators zero
  2. Choose solving method: Cross multiplication or LCD method
  3. Solve the resulting equation: Simplify and solve the polynomial equation
  4. Check for extraneous solutions: Verify solutions don't violate domain restrictions
  5. Verify solutions: Substitute back into original equation
Tip 1: Always identify domain restrictions before solving.
Tip 2: Use cross multiplication when there's one fraction on each side.
Tip 3: Use LCD method when there are multiple fractions on one side.
Tip 4: Always check solutions by substituting back into the original equation.
Common errors: Forgetting domain restrictions, not checking for extraneous solutions, arithmetic mistakes.
Exam preparation: Practice factoring patterns, memorize solving methods, verify solutions.
Essential rules to remember:

Domain first: Always identify restrictions before solving

Cross multiplication: \(\frac{A}{B} = \frac{C}{D} \Rightarrow AD = BC\)

LCD method: Multiply both sides by LCD to eliminate fractions

Extraneous check: Verify solutions don't violate domain restrictions

Verification: Always substitute solutions back into original equation

\(\frac{A}{B} + \frac{C}{D} = \frac{AD + BC}{BD}\)
Adding Fractions
a^2 - b^2 = (a+b)(a-b)
Difference of Squares
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
Quadratic Formula
Solution: Exercises 4 to 5
4 Complex Rational Equation
Exercise 4
Solve: \(\frac{x^2-1}{x^2+2x+1} = \frac{x-1}{x+3}\)
Definition:

Complex rational equations: Equations requiring advanced factoring techniques and careful domain analysis.

Factor numerators/denominators
\(x^2-1=(x+1)(x-1)\), \(x^2+2x+1=(x+1)^2\)
Domain restrictions
x ≠ -1, x ≠ -3
Step 1: Factor all polynomials

Numerator of left side: \(x^2-1 = (x+1)(x-1)\) (difference of squares)

Denominator of left side: \(x^2+2x+1 = (x+1)^2\) (perfect square trinomial)

So the equation becomes: \(\frac{(x+1)(x-1)}{(x+1)^2} = \frac{x-1}{x+3}\)

Step 2: Simplify the left side

\(\frac{(x+1)(x-1)}{(x+1)^2} = \frac{x-1}{x+1}\)

So the equation is now: \(\frac{x-1}{x+1} = \frac{x-1}{x+3}\)

Step 3: Identify domain restrictions

From original equation: \(x^2+2x+1 = (x+1)^2 \neq 0\), so \(x \neq -1\)

Also, \(x+3 \neq 0\), so \(x \neq -3\)

Step 4: Solve the simplified equation

\(\frac{x-1}{x+1} = \frac{x-1}{x+3}\)

If \(x-1 = 0\), then \(x = 1\). Let's check if this works in the original equation.

If \(x-1 \neq 0\), we can divide both sides by \((x-1)\): \(\frac{1}{x+1} = \frac{1}{x+3}\)

This implies \(x+3 = x+1\), which is impossible.

Step 5: Check x = 1

Substitute \(x = 1\) into the original equation:

\(\frac{1^2-1}{1^2+2(1)+1} = \frac{1-1}{1+3}\)

\(\frac{0}{4} = \frac{0}{4}\)

\(0 = 0\) ✓

Step 6: Verify domain compliance

\(x = 1\) is neither -1 nor -3, so it satisfies domain restrictions

x = 1
Final answer:

The solution is \(x = 1\).

This solution satisfies the domain restrictions and the original equation.

Applied rules:

Perfect square trinomial: \(a^2 + 2ab + b^2 = (a+b)^2\)

Difference of squares: \(a^2 - b^2 = (a+b)(a-b)\)

Critical insight: When both sides have a common factor, consider the case where it equals zero

5 Rational Equation with Parameters
Exercise 5
Solve for x: \(\frac{2x+a}{x-b} = \frac{x+c}{x-d}\) where a, b, c, d are constants and b ≠ d.
Definition:

Parametric rational equations: Equations with variables and parameters, solved for the variable in terms of parameters.

Cross multiply
\((2x+a)(x-d) = (x+c)(x-b)\)
Domain restrictions
x ≠ b, x ≠ d
Step 1: Identify domain restrictions

Denominators are \(x-b\) and \(x-d\), so \(x \neq b\) and \(x \neq d\)

Step 2: Cross multiply

\(\frac{2x+a}{x-b} = \frac{x+c}{x-d}\)

\((2x+a)(x-d) = (x+c)(x-b)\)

Step 3: Expand both sides

Left side: \((2x+a)(x-d) = 2x^2 - 2xd + ax - ad\)

Right side: \((x+c)(x-b) = x^2 - bx + cx - bc\)

So: \(2x^2 - 2xd + ax - ad = x^2 - bx + cx - bc\)

Step 4: Collect all terms on one side

\(2x^2 - 2xd + ax - ad - x^2 + bx - cx + bc = 0\)

\(x^2 + (-2d + a + b - c)x + (-ad + bc) = 0\)

Step 5: Apply the quadratic formula

For \(x^2 + (-2d + a + b - c)x + (-ad + bc) = 0\):

Where \(A = 1\), \(B = -2d + a + b - c\), \(C = -ad + bc\)

\(x = \frac{-(-2d + a + b - c) \pm \sqrt{(-2d + a + b - c)^2 - 4(1)(-ad + bc)}}{2(1)}\)

\(x = \frac{2d - a - b + c \pm \sqrt{(2d - a - b + c)^2 + 4(ad - bc)}}{2}\)

Step 6: Check for extraneous solutions

Any solution that equals \(b\) or \(d\) would be extraneous

So we must ensure: \(\frac{2d - a - b + c \pm \sqrt{(2d - a - b + c)^2 + 4(ad - bc)}}{2} \neq b, d\)

x = \(\frac{2d - a - b + c \pm \sqrt{(2d - a - b + c)^2 + 4(ad - bc)}}{2}\)
Final answer:

The solutions are: \(x = \frac{2d - a - b + c \pm \sqrt{(2d - a - b + c)^2 + 4(ad - bc)}}{2}\)

Subject to the conditions that neither solution equals \(b\) or \(d\).

Applied rules:

Cross multiplication: For equations with fractions on both sides

Quadratic formula: For solving quadratic equations in standard form

Parameter handling: Treat constants as fixed values during solving

Solving Rational Equations: Complete Guide
\(\frac{A(x)}{B(x)} = \frac{C(x)}{D(x)} \Rightarrow A(x)D(x) = B(x)C(x)\)
Cross Multiplication Rule
Key definitions:

Rational Equation: An equation containing one or more rational expressions (fractions with polynomials).

Extraneous Solution: A solution that emerges during solving but doesn't satisfy the original equation, often because it violates domain restrictions.

Domain Restriction: Values that make denominators zero and are therefore excluded from the domain.

Least Common Denominator (LCD): The smallest expression that is divisible by all denominators in the equation.

Complete solving methodology:
  1. Factor completely: Factor all denominators to identify domain restrictions
  2. Identify domain restrictions: Find values that make denominators zero
  3. Choose method: Cross multiplication (one fraction each side) or LCD (multiple fractions)
  4. Solve resulting equation: Simplify and solve the polynomial equation
  5. Check for extraneous solutions: Verify solutions don't violate domain restrictions
  6. Verify solutions: Substitute back into original equation
  7. State final answer: Include any relevant conditions
Tip 1: Always identify domain restrictions before solving to avoid extraneous solutions.
Tip 2: Use cross multiplication when there's one fraction on each side of the equation.
Tip 3: Use LCD method when there are multiple fractions on one or both sides.
Tip 4: Always check solutions by substituting back into the original equation.
Common errors: Forgetting domain restrictions, not checking for extraneous solutions, arithmetic mistakes, incorrect factoring.
Exam preparation: Practice factoring patterns, memorize solving methods, verify solutions, work with various problem types.
Essential formulas and rules:

Cross multiplication: \(\frac{A}{B} = \frac{C}{D} \Rightarrow AD = BC\)

LCD method: Multiply both sides by LCD to eliminate fractions

Quadratic formula: \(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\)

Difference of squares: \(a^2 - b^2 = (a+b)(a-b)\)

Perfect square trinomial: \(a^2 + 2ab + b^2 = (a+b)^2\)

Domain verification: Always check solutions against domain restrictions

\(\frac{A}{B} + \frac{C}{D} = \frac{AD + BC}{BD}\)
Adding Fractions
a^2 - b^2 = (a+b)(a-b)
Difference of Squares
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
Quadratic Formula
Types of rational equations:

Simple: One rational expression on each side

Complex: Multiple rational expressions on one or both sides

Parametric: Containing parameters in addition to variables

Higher degree: Leading to polynomial equations of degree 3 or higher

Verification techniques:
  1. Domain check: Ensure solutions don't make denominators zero
  2. Substitution: Plug solutions back into original equation
  3. Arithmetic verification: Double-check all calculations
  4. Logical consistency: Verify solutions make sense in context
Key note: The most common mistake is forgetting to check for extraneous solutions.
Key note: Always factor denominators completely before identifying domain restrictions.

Questions & Answers

Question: I keep getting extraneous solutions when solving rational equations. How do I avoid this?

Answer: Extraneous solutions are common in rational equations, but you can handle them systematically:

  1. Identify domain restrictions FIRST: Before doing any solving, determine which values make denominators zero
  2. Keep restrictions visible: Write them down and refer to them throughout the solving process
  3. Check all solutions: After solving, verify each solution against the domain restrictions
  4. Verify in original equation: Substitute solutions back into the original equation to double-check

For example, if you solve \(\frac{2}{x-3} = \frac{4}{x-3}\) and get \(x = 3\), this is automatically extraneous because it violates the domain restriction \(x \neq 3\).

The key is to be vigilant about domain restrictions throughout the process.

Question: How do I decide whether to use cross multiplication or the LCD method?

Answer: The choice depends on the structure of the equation:

  • Use cross multiplication when: You have exactly one fraction on each side of the equation, like \(\frac{A}{B} = \frac{C}{D}\)
  • Use LCD method when: You have multiple fractions on one or both sides, like \(\frac{A}{B} + \frac{C}{D} = \frac{E}{F}\)

Examples:

For \(\frac{x+1}{x-2} = \frac{3}{x+4}\) → Use cross multiplication

For \(\frac{2}{x} + \frac{1}{x+1} = 5\) → Use LCD method (multiply by \(x(x+1)\))

For \(\frac{x}{x-1} + \frac{2}{x+1} = \frac{3}{x-1}\) → Use LCD method (multiply by \((x-1)(x+1)\))

Cross multiplication is generally faster when applicable, but LCD works for all rational equations.

Question: What happens if I don't factor the denominators completely before solving? Does it matter?

Answer: Failing to factor denominators completely can lead to serious errors:

  1. Missed domain restrictions: You might miss values that make denominators zero
  2. Incorrect LCD: Your LCD might not include all necessary factors
  3. False solutions: You might accept solutions that should be rejected
  4. Missing simplifications: You might not notice opportunities to simplify

Example: In \(\frac{x}{x^2-4} = \frac{1}{x-2}\), if you don't factor \(x^2-4\) as \((x+2)(x-2)\), you might miss the restriction \(x \neq -2\).

The complete factoring gives you domain restrictions: \(x \neq 2\) and \(x \neq -2\).

Always factor completely first to ensure you identify all domain restrictions and find the correct LCD.