Solving rational expressions

Sometimes you are presented with solving for unknown variables in rational expressions (expression where numerator and or denominator are polynomials).

example:

[pmath size=14]1/(x-2) = x/(2x-4)+1[/pmath]

First, find least common denominators (lcd). Factor any denominators if possible. We can factor 2x-4 to 2(x-2). This happens to be our lcd. We’ll multiply the first term by 2 and the final term by 2x-4.

[pmath size=14](2)*1/(2)*(x-2) = x/(2x-4)+(2x-4)*1/(2x-4)[/pmath]

Now, let’s simplify by multiplying:

[pmath size=14]2/(2x-4) = x/(2x-4)+(2x-4)/(2x-4)[/pmath]

Let’s add terms on the right side:

[pmath size=14]2/(2x-4) = (x+2x-4)/(2x-4)[/pmath]

Since the denominators are the same on both sides, the numerators mut be equal:

[pmath size=14]2 = x+2x-4[/pmath]

Then:

[pmath size=14]2 = 3x-4[/pmath]

add 4 to both sides:

[pmath size=14]2+4 = x+2x-4+4[/pmath]

[pmath size=14]6 = 3x[/pmath]

divide by 3 on both sides:

[pmath size=14]2 = x[/pmath]

If you plug in 2 to both sides you’ll get undefined. No solutions.