How to Solve Rational Equations

How to Solve Rational Equations – A rational equation is an equation that contains fractions with xs in the numerator, denominator or both. Here is an example of a rational equation: (4 / (x + 1)) – (3 / (x – 1)) = -2 / (x^2 – 1).

Let’s think back for a moment about solving an equation with a fraction. 1/3 x = 8. We think of the 3 in the denominator as being a prisoner, and we want to release it. To set the 3 free, we multiply both sides of the equation by 3. Think of it as 3 letting both sides of the equation know he’s leaving. 3 (1/3 x) = 8 (3).

This process freed our denominator and got rid of the fraction – x = 24. It is also the process we use to solve rational equations with one extra step. In rational equations, sometimes our solution may look good, but they carry a virus; that is, they won’t work in our equation. These are called extraneous solutions. The steps to solve a rational equation are:

  1. Find the common denominator.
  2. Multiply everything by the common denominator.
  3. Simplify.
  4. Check the answer(s) to make sure there isn’t an extraneous solution.

Let’s solve a couple together.


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 6x6x6x. I will multiply both sides of the rational equation by 6x6x6x 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 xxx on the right side. So remove the −5x-5x−5x on the left by adding both sides by 5x5x5x.
30-5x+5x = 10x+5x
  • Simplify. It’s obvious now how to solve this one-step equation. Divide both sides by the coefficient of 5x5x5x.
30=15x
  • Yep! The final answer is x=2x = 2x=2 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.https://da1d3a6bc30b65f42c71b9e3f97fd309.safeframe.googlesyndication.com/safeframe/1-0-38/html/container.html


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.https://da1d3a6bc30b65f42c71b9e3f97fd309.safeframe.googlesyndication.com/safeframe/1-0-38/html/container.html

LCD = (3^2)(x) = 9x
  • The LCD is 9x9x9x. 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 636363.
63-63+2x = (-15)-63
  • The resulting equation is just a one-step equation. Divide both sides by the coefficient of xxx.
2x = -78
  • That is it! Check the value x=− 39x = – \,39x=−39 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 (x−3)\left( {x – 3} \right)(x−3) for both of the denominators. The number 999 has the trivial denominator of 111 so I will disregard it. Therefore the LCD must be (x−3)\left( {x – 3} \right)(x−3).

  • The LCD here is (x−3)\left( {x – 3} \right)(x−3). 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 999 into (x−3)\left( {x – 3} \right)(x−3).

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 212121 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, x=2x = 2x=2 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 4(x+2)4\left( {x + 2} \right)4(x+2). 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 xxx to the left means we subtract both sides by 444.
-2x+4-4 = -3x-6-4
  • Simplify
-2x = -3x-10
  • Add both sides by 3x3x3x.
-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 6x6x6x. 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 6x6x6x. 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 xxx 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 xxx to the opposite side.
5x+12 = 3x
  • So I subtract both sides by 5x5x5x.
5x-5x+12 = 3x-5x
  • Divide both sides by −2-2−2 to isolate xxx.
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 x2+4x−5=(x+5)(x−1){x^2} + 4x – 5 = \left( {x + 5} \right)\left( {x – 1} \right)x2+4x−5=(x+5)(x−1). 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 (x+5)(x−5)\left( {x + 5} \right)\left( {x – 5} \right)(x+5)(x−5). 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 xxx) 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 x2{x^2}x2.
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 xxx on the left side implies adding both sides by 6x6x6x.
-x+6x-30 = -6x+6x+5
  • Move all constant to the right.
5x-30 = 5
  • Add both sides by 303030.
5x-30+30 = 5+30
  • Finally, divide both sides by 555 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 xxx on the left side, subtract both sides by 10x10x10x.
15x-10x+15 = 10x-10x+40
  • Move all the pure numbers to the right side.
5x+15=40
  • Subtract both sides by 151515.
5x+15-15 = 40-15
  • A simple one-step equation.
5x=25
  • Divide both sides by 555 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 xxx on both sides.
2x-x-8 = x-x+5
  • Keep constants to the right.
x-8 = 5
  • Add both sides by 888 to solve for xxx. 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.https://da1d3a6bc30b65f42c71b9e3f97fd309.safeframe.googlesyndication.com/safeframe/1-0-38/html/container.html

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 3x3x3x.
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 x2+bx+c=0x^2+bx+c=0x2+bx+c=0 since the trinomial is easily factorable by inspection.

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

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

Conclusion

While adding and subtracting rational expressions can be a royal pain, solving rational equations is generally simpler, even if rational expressions are added within those equations.

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x