Solving Rational Equations

A rational equation is a type of equation where it involves at least one rational expression, a fancy name for a fraction. The best approach to address this type of equation is to eliminate all the denominators using the idea of LCD (least common denominator). By doing so, the leftover equation to deal with is usually either linear or quadratic.

In this lesson, I want to go over ten (10) worked examples with various levels of difficulty. I believe that most of us learn math by looking at many examples. Here we go!


Examples of How to Solve Rational Equations

Example 1: Solve the rational equation below and make sure you check your answers for extraneous values.

(5/x)-(5/6)=5/3

Would it be nice if the denominators are not there? Well, we can’t simply vanish them without any valid algebraic step. The approach is to find the Least Common Denominator (also known Least Common Multiple) and use that to multiply both sides of the rational equation. It results in the removal of the denominators, leaving us with regular equations that we already know how to solve such as linear and quadratic. That is the essence of solving rational equations.

  • The LCD is [latex]6x[/latex]. I will multiply both sides of the rational equation by [latex]6x[/latex] to eliminate the denominators. That’s our goal anyway – to make our life much easier.
(6x)=(5/3)(6x)
  • You should have something like this after distributing the LCD.
30-5x=10x
  • I decided to keep the variable [latex]x[/latex] on the right side. So remove the [latex]-5x[/latex] on the left by adding both sides by [latex]5x[/latex].
30-5x+5x = 10x+5x
  • Simplify. It’s obvious now how to solve this one-step equation. Divide both sides by the coefficient of [latex]5x[/latex].
30=15x
  • Yep! The final answer is [latex]x = 2[/latex] after checking it back into the original rational equation. It yields a true statement.

Always check your “solved answers” back into the original equation to exclude extraneous solutions. This is a critical aspect of the overall approach when dealing with problems like Rational Equations and Radical Equations.


Example 2: Solve the rational equation below and make sure you check your answers for extraneous values.

(7/x)+(2/9) = (-5)/3x

The first step in solving a rational equation is always to find the “silver bullet” known as LCD. So for this problem, finding the LCD is simple.

Here we go.

Try to express each denominator as unique powers of prime numbers, variables and/or terms.

x =x, 9=3^2, 3x=3(x)

Multiply together the ones with the highest exponents for each unique prime number, variable and/or terms to get the required LCD.

LCD = (3^2)(x) = 9x
  • The LCD is [latex]9x[/latex]. Distribute it to both sides of the equation to eliminate the denominators.
(9x) = (9x)
  • Simplify.
63+2x = -15
  • To keep the variables on the left side, subtract both sides by [latex]63[/latex].
63-63+2x = (-15)-63
  • The resulting equation is just a one-step equation. Divide both sides by the coefficient of [latex]x[/latex].
2x = -78
  • That is it! Check the value [latex]x = – \,39[/latex] back into the main rational equation and it should convince you that it works.
2x/2 = (-78)/2 → x = -39

Example 3: Solve the rational equation below and make sure you check your answers for extraneous values.

 + 9 = -3/(x-3)

It looks like the LCD is already given. We have a unique and common term [latex]\left( {x – 3} \right)[/latex] for both of the denominators. The number [latex]9[/latex] has the trivial denominator of [latex]1[/latex] so I will disregard it. Therefore the LCD must be [latex]\left( {x – 3} \right)[/latex].

  • The LCD here is [latex]\left( {x – 3} \right)[/latex]. Use it as a multiplier to both sides of the rational equation.
(x-3){+9} = [-3/(x-3)](x-3)
  • I hope you get this linear equation after performing some cancellations.

Distribute the constant [latex]9[/latex] into [latex]\left( {x – 3} \right)[/latex].

6+9(x-3) = -3
  • Combine the constants on the left side of the equation.
6+9x-27 = -3
  • Simplify
9x-21 = -3
  • Move all the numbers to the right side by adding [latex]21[/latex] to both sides.
9x-21+21 = (-3)+21
  • Simplify
9x=18
  • Not too bad. Again make it a habit to check the solved “answer” from the original equation.
9x/9=18/9 → x=2

It should work so yes, [latex]x = 2[/latex] is the final answer.


Example 4: Solve the rational equation below and make sure you check your answers for extraneous values.

 - (1/2) = (-3)/4

I hope that you can tell now what’s the LCD for this problem by inspection. If not, you’ll be fine. Just keep going over a few examples and it will make more sense as you go along.

Try to express each denominator as unique powers of prime numbers, variables and/or terms.

(x+2)=(x+2), 2=2, 4=2^2

Multiply together the ones with the highest exponents for each unique prime number, variable and/or terms to get the required LCD.

LCD = (2^2)(x+2) = 4(x+2)
  • The LCD is [latex]4\left( {x + 2} \right)[/latex]. Multiply each side of the equations by it.
{ - (1/2)} =
  • After careful distribution of the LCD into the rational equation, I hope you have this linear equation as well.

Quick note: If ever you’re faced with leftovers in the denominator after multiplication, that means you have an incorrect LCD.

Now, distribute the constants into the parenthesis on both sides.

8-2(x+2) = -3(x+2)
  • Combine the constants on the left side to simplify it.
8-2x-4 = -3x-6
  • At this point, make the decision where to keep the variable.
-2x+4 = -3x-6
  • Keeping the [latex]x[/latex] to the left means we subtract both sides by [latex]4[/latex].
-2x+4-4 = -3x-6-4
  • Simplify
-2x = -3x-10
  • Add both sides by [latex]3x[/latex].
-2x+3x = -3x+3x-10
  • That’s it. Check your answer to verify its validity.
x=-10

Example 5: Solve the rational equation below and make sure you check your answers for extraneous values.

+(1/6) = (1/2)

Focusing on the denominators, the LCD should be [latex]6x[/latex]. Why?

3x=(3)(x), 6=(2)(3), 2=2

Remember, multiply together “each copy” of the prime numbers or variables with the highest powers.

LCD = (2)(3)(x) = 6x
  • The LCD is [latex]6x[/latex]. Distribute to both sides of the given rational equation.
(6x){+(1/6)} = (1/2)(6x)
  • It should look like after careful cancellation of similar terms.

Distribute the constant into the parenthesis.

2(2x+6)+x = 3x
  • The variable [latex]x[/latex] can be combined on the left side of the equation.
4x+12+x = 3x
  • Since there’s only one constant on the left, I will keep the variable [latex]x[/latex] to the opposite side.
5x+12 = 3x
  • So I subtract both sides by [latex]5x[/latex].
5x-5x+12 = 3x-5x
  • Divide both sides by [latex]-2[/latex] to isolate [latex]x[/latex].
12 = -2x
  • Yep! We got the final answer.
12/(-2) = (-2x)/(-2) → -6 = x

Example 6: Solve the rational equation below and make sure you check your answers for extraneous values.

5/(x^2+4x-5) =  +

Whenever you see a trinomial in the denominator, always factor it out to identify the unique terms. By simple factorization, I found that [latex]{x^2} + 4x – 5 = \left( {x + 5} \right)\left( {x – 1} \right)[/latex]. Not too bad?

Finding the LCD just like in previous problems.

Try to express each denominator as unique powers of prime numbers, variables and/or terms. In this case, we have terms in the form of binomials.

x^2+4x-5 = (x+5)(x-1) → x^2+4x-5 = (x+5)(x-1) → x+5 = (x+5)

Multiply together the ones with the highest exponents for each unique copy of a prime number, variable and/or terms to get the required LCD.

the least common denominator is LCD = (x+5)(x-1).
  • Before I distribute the LCD into the rational equations, factor out the denominators completely.

This aids in the cancellations of the commons terms later.

 =  + 1/(x+5)
  • Multiply each side by the LCD.
(x+5)(x-1){5/} = {{1/} + }(x+5)(x-1)}
  • Wow! It’s amazing how quickly the “clutter” of the original problem has been cleaned up.
5 = 1+(x-1)
  • Get rid of the parenthesis by the distributive property.

You should end up with a very simple equation to solve.

5 = 1+x-1 → 5=x

Example 7: Solve the rational equation below and make sure you check your answers for extraneous values.

(x-6)/(x-5) = (x-1)/(x+5)

Since the denominators are two unique binomials, it makes sense that the LCD is just their product.

  • The LCD is [latex]\left( {x + 5} \right)\left( {x – 5} \right)[/latex]. Distribute this into the rational equation.
(x+5)(x-5) = (x+5)(x-5)
  • It results in a product of two binomials on both sides of the equation.

It makes a lot of sense to perform the FOIL method. Does that ring a bell?

(x+5)(x-6) = (x-1)(x-5)
  • I expanded both sides of the equation using FOIL. You should have a similar setup up to this point. Now combine like terms (the [latex]x[/latex]) in both sides of the equation.
x^2-6x+5x-30 = x^2-5x-x+5
  • What’s wonderful about this is that the squared terms are exactly the same! They should cancel each other out. We could have bumped into a problem if their signs are opposite.
x^2-x-30 = x^2-6x+5
  • Subtract both sides by [latex]{x^2}[/latex].
x^2-x^2-x-30 = x^2-6x+5
  • The problem is reduced to a regular linear equation from a quadratic.
-x-30 = -6x+5
  • To isolate the variable [latex]x[/latex] on the left side implies adding both sides by [latex]6x[/latex].
-x+6x-30 = -6x+6x+5
  • Move all constant to the right.
5x-30 = 5
  • Add both sides by [latex]30[/latex].
5x-30+30 = 5+30
  • Finally, divide both sides by [latex]5[/latex] and we are done.
5x=35 → 5x/5 = 35/5 → x=7

Example 8: Solve the rational equation below and make sure you check your answers for extraneous values.

 =  +

This one looks a bit intimidating. But if we stick to the basics, like finding the LCD correctly, and multiplying it across the equation carefully, we should realize that we can control this “beast” quite easily.

Expressing each denominator as unique powers of terms

2x-2 = (2)(x-1), x^2-1 = (x-1)(x+1), 3x-3 = (3)(x-1)

Multiply each unique terms with the highest power to obtain the LCD

LCD = (2)(3)(x-1)(x+1) = 6(x-1)(x+1)
  • Factor out the denominators.
5/ = {5/} + {5/
  • Multiply both sides by the LCD obtained above.

Be careful now with your cancellations.

(6)(x+1)(x-1){5/} = {{5/} + {5/}}(6)(x+1)(x-1)
  • You should end up with something like this when done right.
15(x+1) = 30+10(x+1)
  • Next step, distribute the constants into the parenthesis.

This is getting simpler in each step!

I would combine like terms on both sides also to simplify further.

15x+15 = 30+10x+10
  • This is just a multi-step equation with variables on both sides. Easy!
15x+15 = 10x+40
  • To keep [latex]x[/latex] on the left side, subtract both sides by [latex]10x[/latex].
15x-10x+15 = 10x-10x+40
  • Move all the pure numbers to the right side.
5x+15=40
  • Subtract both sides by [latex]15[/latex].
5x+15-15 = 40-15
  • A simple one-step equation.
5x=25
  • Divide both sides by [latex]5[/latex] to get the final answer. Again, don’t forget to check the value back into the original equation to verify.
5x/5 = 25/5 → x=5

Example 9: Solve the rational equation below and make sure you check your answers for extraneous values.

 +  = 1/(x-5)

Let’s find the LCD for this problem, and use it to get rid of all the denominators.

Express each denominator as unique powers of terms.

x^2-25 = (x+5)(x-5), x+5 = (x+5), x-5 = (x-5)

Multiply each unique term with the highest power to determine the LCD.

LCD = (x+5)(x-5)
  • Factor out the denominators completely
{(x-3)/} +  = 1/(x-5)
  • Distribute the LCD found above into the given rational equation to eliminate all the denominators.
(x+5)(x-5){{(x+3)/} + } = (x+5)(x-5)
  • We reduced the problem into a very easy linear equation. That’s the “magic” of using LCD.

Multiply the constants into the parenthesis.

x-3+1(x-5) = 1(x+5)
  • Combine similar terms
x-3+x-5 = x+5
  • Simplify
2x-8 = x+5
  • Keep the variable to the left side by subtracting [latex]x[/latex] on both sides.
2x-x-8 = x-x+5
  • Keep constants to the right.
x-8 = 5
  • Add both sides by [latex]8[/latex] to solve for [latex]x[/latex]. Done!
x-8+8 = 5+8 → x=13

Example 10: Solve the rational equation below and make sure you check your answers for extraneous values.

3/(x^2-2x) =  - 2/x^2

Start by determining the LCD. Express each denominator as powers of unique terms. Then multiply together the expressions with the highest exponents for each unique term to get the required LCD.

x^2-2x = (x)(x-2) → x-2=(x-2), x^2=x^2

So then we have,

LCD = (x^2)(x-2) = x^2(x-2)
  • Factor out the denominators completely.
3/[x(x-2)] =  - 2/x^2
  • Distribute the LCD found above into the rational equation to eliminate all the denominators.
(x^2)(x-2){3/[x(x-2)]} = { - }(x^2)(x-2)
  • Distribute the constant into the parenthesis.
3x = x^2 - 2(x-2)
  • Critical Step: We are dealing with a quadratic equation here. Therefore keep everything (both variables and constants) on one side forcing the opposite side to equal zero.
3x = x^2-2x+4
  • I can make the left side equal to zero by subtracting both sides by [latex]3x[/latex].
3x-3x = x^2-2x-3x+4
  • At this point, it is clear that we have a quadratic equation to solve.

Always start with the simplest method before trying anything else. I will utilize the factoring method of the form [latex]x^2+bx+c=0[/latex] since the trinomial is easily factorable by inspection.

0 = x^2-5x+4
  • The factors of [latex]{x^2} – 5x + 4 = \left( {x – 1} \right)\left( {x – 4} \right)[/latex]. You can check it by the FOIL method.
0=(x-1)(x-4)
  • Use the Zero Product Property to solve for [latex]x[/latex].

Set each factor equal to zero, then solve each simple one-step equation.

Again, always check the solved answers back into the original equations to make sure they are valid.

x-1=0 → x=1 OR x-4 = 0 → x=4

You may also be interested in these related math lessons or tutorials:

Adding and Subtracting Rational Expressions

Multiplying Rational Expressions

Solving Rational Inequalities