Question

Difficulty: MediumRadical and Rational Equations
An equation is shown below.
xx32x+1=8x22x3\frac{x}{x-3} - \frac{2}{x+1} = \frac{8}{x^2-2x-3}
What is the real solution to the equation above?

Answer: 2

Answer

The only real solution is 2.
To solve the rational equation, multiply both sides by the least common denominator, which is (x3)(x+1)=x22x3(x-3)(x+1) = x^2-2x-3. This yields x(x+1)2(x3)=8x(x+1) - 2(x-3) = 8. Simplifying this equation gives x2x2=0x^2 - x - 2 = 0. Factoring the quadratic expression gives (x2)(x+1)=0(x-2)(x+1) = 0, which yields potential solutions of x=2x = 2 and x=1x = -1. However, substituting x=1x = -1 into the original equation results in division by zero, making it an extraneous solution. Substituting x=2x = 2 into the original equation is valid, so the only real solution is 2.

Step-by-Step Solution

1
Factor the quadratic denominator on the right side of the equation.
x22x3=(x3)(x+1)x^2 - 2x - 3 = (x - 3)(x + 1)
This helps identify the least common denominator of the rational terms.
2
Multiply all terms of the equation by the least common denominator, (x3)(x+1)(x - 3)(x + 1), to eliminate the denominators.
x(x+1)2(x3)=8x(x + 1) - 2(x - 3) = 8
Multiplying by the LCD clears the rational expressions, converting the equation into a polynomial equation, under the restriction that x3x \neq 3 and x1x \neq -1.
3
Expand and simplify the resulting equation.
x2+x2x+6=8x2x2=0x^2 + x - 2x + 6 = 8 \Rightarrow x^2 - x - 2 = 0
This puts the equation into standard quadratic form: ax2+bx+c=0ax^2 + bx + c = 0.
4
Factor the quadratic equation.
(x2)(x+1)=0(x - 2)(x + 1) = 0
Factoring allows us to find the potential solutions by setting each factor equal to zero.
5
Find the roots of the equation.
x=2 or x=1x = 2 \text{ or } x = -1
These are the values of xx that satisfy the factored quadratic equation.
6
Check the potential solutions in the original equation to identify any extraneous solutions.
Substituting x=1x = -1 results in division by zero in the terms 2x+1\frac{2}{x+1} and 8x22x3\frac{8}{x^2-2x-3}, so x=1x = -1 is extraneous. Substituting x=2x = 2 yields a valid statement: 83=83-\frac{8}{3} = -\frac{8}{3}.
Solutions that make any denominator in the original rational equation equal to zero are extraneous and must be excluded.

Key Concept

Solving rational equations and identifying extraneous solutions.
Rate this question