Processing math: 86%
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

2.4: Rational Equations

( \newcommand{\kernel}{\mathrm{null}\,}\)

Learning Objectives
  • Solve rational equations
  • Use rational functions
  • Solve a rational equation for a specific variable
Be Prepared

Before you get started, take this readiness quiz.

1. Solve 16x+12=13.

2. Solve 

3. Solve the formula 5x+2y=10 for y

After defining the terms ‘expression’ and ‘equation’ earlier, we have used them throughout this book. We have simplified many kinds of expressions and solved many kinds of equations. We have simplified many rational expressions so far in this chapter. Now we will solve rational equations.

Definition 2.4.1

A rational equation is an equation that contains a rational expression.

Let's recall the difference between rational expressions and rational equations. The equation contains an equal sign.

Rational Expression Rational Equation
18x+12

18x+12=14

y+6y236 y+6y236=y+1
1n3+1n+4 1n3+1n+4=15n2+n12

As we explained in the introduction to this unit, in the previous unit we have used equal signs during a simplification of an expression. These equal signs implicitly mean that equation holds for all values of the variables except those that leave an expression undefined. In the case of the equations dealt with here, these equalities say something about the variable, and for 'most' values of the variable the equation is false. We will seek the values which make the equality true, i.e., we seek to solve these equations.

Solve Rational Equations

We have already solved linear equations that contained fractions. We found the LCD of all the fractions in the equation and then multiplied both sides of the equation by the LCD to “clear” the fractions.

We will use the same strategy to solve rational equations. As is often the case when facing a new kind of problem, we aim to somehow reformulate it in a way that is more familiar. So, we will aim at rewriting the equation as a polynomial equation. We will multiply both sides of the equation by the LCD. Then, we will have an equation that does not contain rational expressions and thus is much easier for us to solve since we already know how to solve linear and quadratic equations. But because the original equation may have a variable in a denominator, we must be careful that we don’t end up with a solution that would make a denominator equal to zero.

So before we begin solving a rational equation, we examine it first to find the values that would make any denominators zero. That way, when we solve a rational equation we will know if there are any algebraic solutions we must discard. Alternatively, we can check to make sure your possible solutions make sense in our equation.

A solution to an an equation that is equivalent (except for a few values) to a rational equation for which the rational expressions are undefined is called an extraneous solution to a rational equation.

Definition 2.4.2

An extraneous solution to a rational equation is a solution to an equation which is that is equivalent to the original except for a certain finite number of values that would cause any of the expressions in the original equation to be undefined.

We note any possible extraneous solutions, c, by writing xc next to the equation.

Example 2.4.3

Solve 1x+13=56.

Solution

  1x+13=56
Note any value of the variable that would make any denominator zero.

If x=0, then 1x is undefined. So we'll write x0 next to the equation.

1x+13=56,x0

Find the least common denominator of all denominators in the equation. Find the LCD of 1x, 13, and 56. The LCD is 6x.
Clear the fractions by multiplying both sides of the equation by the LCD.

Multiply both sides of the equation by the LCD, 6x.

6x(1x+13)=6x(56)

Use the Distributive Property.

6x1x+6x13=6x(56)

Simplify - and notice, no more fractions!

6+2x=5x

Solve the resulting equation.

Simplify.

6=3x2=x

Check. If any values found in Step 1 are extraneous solutions, discard them. Check any remaining solutions in the original equation. (This is not strictly necessary, but is helpful in case an error was made).

Our solution is not an extraneous solution.

1x+13=56

We substitute x=2 into the original equation.

12+13?=5636+26?=5656=56

Conclude. The solution is x=2.
Try It 2.4.4

Solve 1y+23=15.

Answer

y=157

Try It 2.4.5

Solve 23+15=1x.

Answer

x=1513

The steps of this method are shown.

How to solve equations with rational expressions.
  • Step 1. Note any value of the variable that would make any denominator zero.
  • Step 2. Find the least common denominator of all denominators in the equation.
  • Step 3. Clear the fractions by multiplying both sides of the equation by the LCD.
  • Step 4. Solve the resulting equation.
  • Step 5. Check:
    • If any values found in Step 1 are algebraic solutions, discard them.
    • Check any remaining solutions in the original equation.

We always start by noting the values that would cause any denominators to be zero.

Example 2.4.6

Solve 15y=6y2.

Solution

  15y=6y2
Note any value of the variable that would make any denominator zero. 15y=6y2,y0

Find the least common denominator of all denominators in the equation.

The LCD is y2.
Clear the fractions by multiplying both sides of the equation by the LCD. y2(15y)=y2(6y2)
Distribute. y21y2(5y)=y2(6y2)
Multiply. y25y=6
Solve the resulting equation. First write the quadratic equation in standard form. y25y+6=0
Factor. (y2)(y3)=0
Use the Zero Product Property.

y2=0 or y3=0

Solve. y=2 or y=3

Check. There are no extraneous solutions.

Check y=2 and y=3 in the original equation.

15y=6y215y=6y2

152?=622153?=632

152?=64153?=69

2252?=643353?=69

32?=6423?=69

32=3223=23

Conclude. The solutions are y=2 and y=3.

 

Try It 2.4.7

Solve 12x=15x2.

Answer

x=3,x=5

Try It 2.4.8

Solve 14y=12y2.

Answer

y=2,y=6

In the next example, the last denominators is a difference of squares. Remember to factor it first to find the LCD.

Example 2.4.9

Solve 2x+2+4x2=x1x24.

Solution

  2x+2+4x2=x1x24
Note any value of the variable that would make any denominator zero. 2x+2+4x2=x1(x+2)(x2),x2,x2
Find the least common denominator of all denominators in the equation. The LCD is (x+2)(x2).
Clear the fractions by multiplying both sides of the equation by the LCD. (x+2)(x2)(2x+2+4x2)=(x+2)(x2)(x1x24)
Distribute.

(x+2)(x2)2x+2+(x+2)(x2)4x2=(x+2)(x2)(x1x24)

Remove common factors. (x+2)(x2)2x+2+(x+2)(x2)4x2=(x+2)(x2)(x1x24)
Simplify. 2(x2)+4(x+2)=x1

Distribute.

2x4+4x+8=x1
Solve. 6x+4=x15x=5x=1

Check: We have no extraneous solutions.

Check x=1 in the original equation.

2x+2+4x2=x1x242(1)+2+4(1)2?=(1)1(1)2421+43?=236343?=2323=23

Conclude. The solution is x=1.

 

Try It 2.4.10

Solve 2x+1+1x1=1x21.

Answer

x=23

Try It 2.4.11

Solve 5y+3+2y3=5y29.

Answer

y=2

In the next example, the first denominator is a trinomial. Remember to factor it first to find the LCD.

Example 2.4.12

Solve m+11m25m+4=5m43m1.

Solution

 

  m+11m25m+4=5m43m1
Note any value of the variable that would make any denominator zero. Use the factored form of the quadratic denominator. m+11(m4)(m1)=5m43m1,m4,m1
Find the least common denominator of all denominators in the equation. The LCD is (m4)(m1).
Clear the fractions by multiplying both sides of the equation by the LCD. (m4)(m1)(m+11(m4)(m1))=(m4)(m1)(5m43m1)
Distribute. (m4)(m1)(m+11(m4)(m1))=(m4)(m1)5m4(m4)(m1)3m1
Remove common factors. (m4)(m1)(m+11(m4)(m1))=(m4)(m1)5m4(m4)(m1)3m1
Simplify. m+11=5(m1)3(m4)
Solve the resulting equation. m+11=5m53m+124=m
Check. We see that substituting 4 for m in the original equation would make a denominator equal to zero. The only solution to the nearly equivalent linear equation is an extraneous solution.
Conclude. There is no solution to the original equation.

 

Try It 2.4.13

Solve x+13x27x+10=6x54x2.

Answer

There is no solution.

Try It 2.4.14

Solve y6y2+3y4=2y+4+7y1.

Answer

There is no solution.

The equation we solved in the previous example had only one algebraic solution, but it was an extraneous solution. That left us with no solution to the equation. In the next example we get two algebraic solutions. Here one or both could be extraneous solutions.

Example 2.4.15

Solve yy+6=72y236+4.

Solution

   yy+6=72y236+4

Factor all the denominators, so we can note any value of the variable that would make any denominator zero.

yy+6=72(y6)(y+6)+4,y6,y6
Find the least common denominator. The LCD is (y6)(y+6).
Clear the fractions.

(y6)(y+6)(yy+6)=(y6)(y+6)(72(y6)(y+6)+4)

Note that the above equation has exactly the same solutions as the original except for, perhaps, y=6 and y=6.

Simplify. (y6)y=72+(y6)(y+6)4
Simplify. y(y6)=72+4(y236)
Solve the resulting equation. y26y=72+4y21440=3y2+6y720=3(y2+2y24)0=3(y+6)(y4)y=6,y=4

Check. y=6 is an extraneous solution.

Check y=4 in the original equation (not strictly necessary).

yy+6=72y236+444+6?=724236+4410?=7220+4410?=3610+4010410=410
Conclude. The solution is y=4.

 

Try It 2.4.16

Solve xx+4=32x216+5.

Answer

x=3

Try It 2.4.17

Solve yy+8=128y264+9.

Answer

y=7

In some cases, all the algebraic solutions are extraneous.

Example 2.4.18

Solve x2x223x+3=5x22x+912x212.

Solution

 

  x2x223x+3=5x22x+912x212
We will start by factoring all denominators, to make it easier to identify extraneous solutions and the LCD. x2(x1)23(x+1)=5x22x+912(x1)(x+1)
Note any value of the variable that would make any denominator zero. x2(x1)23(x+1)=5x22x+912(x1)(x+1),x1,x1
Find the least common denominator. The LCD is 12(x1)(x+1).
Clear the fractions. 12(x1)(x+1)(x2(x1)23(x+1))=12(x1)(x+1)(5x22x+912(x1)(x+1))
Simplify. 6(x+1)x4(x1)2=5x22x+9
Simplify. 6x(x+1)42(x1)=5x22x+9
Solve the resulting equation. 6x2+6x8x+8=5x22x+9x21=0(x1)(x+1)=0x=1 or x=1
Check. x=1 and x=1 are extraneous solutions.
Conclude. The equation has no solution.
Try It 2.4.19

Solve y5y1053y+6=2y219y+5415y260.

Answer

There is no solution.

Try It 2.4.20

Solve z2z+834z8=3z216z168z2+2z64.

Answer

There is no solution.

Example 2.4.21

Solve 43x210x+3+33x2+2x1=2x22x3.

Solution

 

  43x210x+3+33x2+2x1=2x22x3
Factor all the denominators, so we can note any value of the variable that would make any denominator zero. 4(3x1)(x3)+3(3x1)(x+1)=2(x3)(x+1),x1,x13,x3
Find the least common denominator. The LCD is (3x1)(x+1)(x3).
Clear the fractions.

(3x1)(x+1)(x3)(4(3x1)(x3)+3(3x1)(x+1))

=(3x1)(x+1)(x3)(2(x3)(x+1))

Simplify. 4(x+1)+3(x3)=2(3x1)
Distribute. 4x+4+3x9=6x2
Simplify.

7x5=6x2

x=3

But this is an extraneous solution.

Conclude. There is no solution to this equation.
Try It 2.4.22

Solve 15x2+x63x2=2x+3.

Answer

There is no solution.

Try It 2.4.23

Solve 5x2+2x33x2+x2=1x2+5x+6.

Answer

There is no solution.

Solve a Rational Equation for a Specific Variable (Optional)

When we solved linear equations, we learned how to solve a formula for a specific variable. Many formulas used in business, science, economics, and other fields use rational equations to model the relation between two or more variables. We will now see how to solve a rational equation for a specific variable.

When we developed the point-slope formula from our slope formula, we cleared the fractions by multiplying by the LCD.

m=yy1xx1m(xx1)=(yy1xx1)(xx1)Multiply both sides of the equation by xx1.m(xx1)=yy1Simplify.yy1=m(xx1)Rewrite the equation with the y terms on the left.

In the next example, we will use the same technique with the formula for slope that we used to get the point-slope form of an equation of a line through the point (2,3). We will add one more step to solve for y.

Example 2.4.24

Solve m=y2x3 for y.

Solution

  m=y2x3
Note any value of the variable that would make any denominator zero. m=\dfrac{y-2}{x-3}, x \neq 3 \nonumber
Clear the fractions by multiplying both sides of the equation by the LCD, x-3. (x-3) m=(x-3)\left(\dfrac{y-2}{x-3}\right) \nonumber
Simplify. x m-3 m=y-2 \nonumber
Isolate the term with y. x m-3 m+2=y \nonumber
Conclude. y=x m-3 m+2
Try It \PageIndex{25}

Solve m=\dfrac{y-5}{x-4} for y.

Answer

y=m x-4 m+5

Try It \PageIndex{26}

Solve m=\dfrac{y-1}{x+5} for y.

Answer

y=m x+5 m+1

Remember to multiply both sides by the LCD in the next example.

Example \PageIndex{27}

Solve \dfrac{1}{c}+\dfrac{1}{m}=1 for c.

Solution

  \dfrac{1}{c}+\dfrac{1}{m}=1 \text { for } c \nonumber
Note any value of the variable that would make any denominator zero. \dfrac{1}{c}+\dfrac{1}{m}=1, c \neq 0, m \neq 0 \nonumber
Clear the fractions by multiplying both sides of the equations by the LCD, cm. cm\left(\dfrac{1}{c}+\dfrac{1}{m}\right)=cm(1) \nonumber
Distribute. cm\left(\frac{1}{c}\right)+cm \frac{1}{m}=cm(1) \nonumber
Simplify. m+c=cm \nonumber
Collect the terms with c to the right. m=cm-c \nonumber
Factor the expression on the right. m=c(m-1) \nonumber
To isolate c, divide both sides by m-1. \dfrac{m}{m-1}=\dfrac{c(m-1)}{m-1} \nonumber
Simplify by removing common factors. \dfrac{m}{m-1}=c \nonumber
Conclude. c=\dfrac{m}{m-1}

Notice that even though we excluded c=0 and m=0 from the original equation, we must also now state that m \neq 1.

Try It \PageIndex{28}

Solve \dfrac{1}{a}+\dfrac{1}{b}=c for a.

Answer

a=\dfrac{b}{c b-1}

Try It \PageIndex{29}

Solve \dfrac{2}{x}+\dfrac{1}{3}=\dfrac{1}{y} for y.

Answer

y=\dfrac{3 x}{x+6}

Writing Exercises \PageIndex{30}
  1. What is the difference between an expression and an equation? 
  2. What does it mean to solve an equation? 
  3. Is it necessary to check your answer if you know you have not made a mistake?  Explain.
Exit Problem 

Solve \dfrac{y}{y+3}+\dfrac{3}{y-3}=\dfrac{18}{y^2-9}.

Key Concepts

Rational equation

Solultion to a rational equation

Extraneous solution to a rational equation

Solving a rational equation 


This page titled 2.4: Rational Equations is shared under a CC BY license and was authored, remixed, and/or curated by Holly Carley and Ariane Masuda.

Support Center

How can we help?