Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

5.4: Solve 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 a rational equation.

Definition 5.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

Sometimes 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 equation, 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. 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. 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.

An algebraic solution to a rational equation that would cause any of the rational expressions to be undefined is called an extraneous solution to a rational equation.

Definition 5.4.2

An extraneous solution to a rational equation is an algebraic solution to an equation 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 5.4.3

Solve: 1x+13=56

Solution

Step 1. 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

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

Find the LCD of 1x, 13, and 56

The LCD is 6x.

Step 3. 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

Step 4. Solve the resulting equation.

Simplify.

6=3x2=x

Step 5. Check.

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

We did not get 0 as an algebraic solution.

1x+13=56

We substitute x=2 into the original equation.

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

The solution is x=2

Try It 5.4.4

Solve: 1y+23=15

Answer

y=715

Try It 5.4.5

Solve: 23+15=1x

Answer

x=1315

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 5.4.6

Solve: 15y=6y2

Solution

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. We did not get 0 as an algebraic solution.

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

15y=6y215y=6y2

152?=622153?=632

152?=64153?=69

2252?=643353?=69

32?=6423?=69

32=3223=23

The solution is y=2,y=3

Try It 5.4.7

Solve: 12x=15x2

Answer

x=3,x=5

Try It 5.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 5.4.9

Solve: 2x+2+4x2=x1x24

Solution

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 did not get 2 or −2 as algebraic 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

The solution is x=1.

Try It 5.4.10

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

Answer

x=23

Try It 5.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 5.4.12

Solve: m+11m25m+4=5m43m1

Solution

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. The only algebraic solution was 4, but we said that 4 would make a denominator equal to zero. The algebraic solution is an extraneous solution.

There is no solution to this equation.

Try It 5.4.13

Solve: x+13x27x+10=6x54x2

Answer

There is no solution.

Try It 5.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 5.4.15

Solve: yy+6=72y236+4

Solution

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)

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.

yy+6=72y236+444+6?=724236+4410?=7220+4410?=3610+4010410=410

The solution is y=4.

Try It 5.4.16

Solve: xx+4=32x216+5

Answer

x=3

Try It 5.4.17

Solve: yy+8=128y264+9

Answer

y=7

In some cases, all the algebraic solutions are extraneous.

Example 5.4.18

Solve: x2x223x+3=5x22x+912x212

Solution

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.

The equation has no solution.

Try It 5.4.19

Solve: y5y1053y+6=2y219y+5415y260

Answer

There is no solution.

Try It 5.4.20

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

Answer

There is no solution.

Example 5.4.21

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

Solution

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

The only algebraic solution was x=3, but we said that x=3 would make a denominator equal to zero. The algebraic solution is an extraneous solution.

There is no solution to this equation.

Try It \PageIndex{22}

Solve: \dfrac{15}{x^{2}+x-6}-\dfrac{3}{x-2}=\dfrac{2}{x+3} \nonumber

Answer

There is no solution.

Try It \PageIndex{23}

Solve: \dfrac{5}{x^{2}+2 x-3}-\dfrac{3}{x^{2}+x-2}=\dfrac{1}{x^{2}+5 x+6} \nonumber

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.

\begin{aligned} m &=\dfrac{y-y_{1}}{x-x_{1}} \\ m\left(x-x_{1}\right) &=\left(\dfrac{y-y_{1}}{x-x_{1}}\right)\left(x-x_{1}\right) \quad \text{Multiply both sides of the equation by } x-x_1.\\ m\left(x-x_{1}\right) &=y-y_{1} \quad \text {Simplify.}\\ y-y_{1} &=m\left(x-x_{1}\right) \quad \text {Rewrite the equation with the y terms on the left.} \end{aligned} \nonumber

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 \PageIndex{24}

Solve: m=\dfrac{y-2}{x-3} for y.

Solution

m=\dfrac{y-2}{x-3} \nonumber

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

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(\dfrac{1}{c}\right)+cm \dfrac{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

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}

Practice Makes Perfect

Solve Rational Equations

In the following exercises, solve each rational equation.

1. \dfrac{1}{a}+\dfrac{2}{5}=\dfrac{1}{2}

Answer

a=10

2. \dfrac{6}{3}-\dfrac{2}{d}=\dfrac{4}{9}

3. \dfrac{4}{5}+\dfrac{1}{4}=\dfrac{2}{v}

Answer

v=\dfrac{40}{21}

4. \dfrac{3}{8}+\dfrac{2}{y}=\dfrac{1}{4}

5. 1-\dfrac{2}{m}=\dfrac{8}{m^{2}}

Answer

m=-2,\; m=4

6. 1+\dfrac{4}{n}=\dfrac{21}{n^{2}}

7. 1+\dfrac{9}{p}=\dfrac{-20}{p^{2}}

Answer

p=-5, \; p=-4

8. 1-\dfrac{7}{q}=\dfrac{-6}{q^{2}}

9. \dfrac{5}{3 v-2}=\dfrac{7}{4 v}

Answer

v=14

10. \dfrac{8}{2 w+1}=\dfrac{3}{w}

11. \dfrac{3}{x+4}+\dfrac{7}{x-4}=\dfrac{8}{x^{2}-16}

Answer

x=-\dfrac{4}{5}

12. \dfrac{5}{y-9}+\dfrac{1}{y+9}=\dfrac{18}{y^{2}-81}

13. \dfrac{8}{z-10}-\dfrac{7}{z+10}=\dfrac{5}{z^{2}-100}

Answer

z=-145

14. \dfrac{9}{a+11}-\dfrac{6}{a-11}=\dfrac{6}{a^{2}-121}

15. \dfrac{-10}{q-2}-\dfrac{7}{q+4}=1

Answer

q=-18, \; q=-1

16. \dfrac{2}{s+7}-\dfrac{3}{s-3}=1

17. \dfrac{v-10}{v^{2}-5 v+4}=\dfrac{3}{v-1}-\dfrac{6}{v-4}

Answer

no solution

18. \dfrac{w+8}{w^{2}-11 w+28}=\dfrac{5}{w-7}+\dfrac{2}{w-4}

19. \dfrac{x-10}{x^{2}+8 x+12}=\dfrac{3}{x+2}+\dfrac{4}{x+6}

Answer

no solution

20. \dfrac{y-5}{y^{2}-4 y-5}=\dfrac{1}{y+1}+\dfrac{1}{y-5}

21. \dfrac{b+3}{3 b}+\dfrac{b}{24}=\dfrac{1}{b}

Answer

b=-8

22. \dfrac{c+3}{12 c}+\dfrac{c}{36}=\dfrac{1}{4 c}

23. \dfrac{d}{d+3}=\dfrac{18}{d^{2}-9}+4

Answer

d=2

24. \dfrac{m}{m+5}=\dfrac{50}{m^{2}-25}+6

25. \dfrac{n}{n+2}-3=\dfrac{8}{n^{2}-4}

Answer

m=1

26. \dfrac{p}{p+7}-8=\dfrac{98}{p^{2}-49}

27. \dfrac{q}{3 q-9}-\dfrac{3}{4 q+12}=\dfrac{7 q^{2}+6 q+63}{24 q^{2}-216}

Answer

no solution

28. \dfrac{r}{3 r-15}-\dfrac{1}{4 r+20}=\dfrac{3 r^{2}+17 r+40}{12 r^{2}-300}

29. \dfrac{s}{2 s+6}-\dfrac{2}{5 s+5}=\dfrac{5 s^{2}-3 s-7}{10 s^{2}+40 s+30}

Answer

s=\dfrac{5}{4}

30. \dfrac{t}{6 t-12}-\dfrac{5}{2 t+10}=\dfrac{t^{2}-23 t+70}{12 t^{2}+36 t-120}

31. \dfrac{2}{x^{2}+2 x-8}-\dfrac{1}{x^{2}+9 x+20}=\dfrac{4}{x^{2}+3 x-10}

Answer

x=-\dfrac{4}{3}

32. \dfrac{5}{x^{2}+4 x+3}+\dfrac{2}{x^{2}+x-6}=\dfrac{3}{x^{2}-x-2}

33. \dfrac{3}{x^{2}-5 x-6}+\dfrac{3}{x^{2}-7 x+6}=\dfrac{6}{x^{2}-1}

Answer

no solution

34. \dfrac{2}{x^{2}+2 x-3}+\dfrac{3}{x^{2}+4 x+3}=\dfrac{6}{x^{2}-1}

Solve a Rational Equation for a Specific Variable

In the following exercises, solve:

35. \dfrac{c}{r}=2 \pi \text { for } r

Answer

r=\dfrac{C}{2 \pi}

36. \dfrac{I}{r}=P \text { for } r

37. \dfrac{v+3}{w-1}=\dfrac{1}{2} \text { for } w

Answer

w=2 v+7

38. \dfrac{x+5}{2-y}=\dfrac{4}{3} \text { for } y

39. a=\dfrac{b+3}{c-2} \text { for } c

Answer

c=\dfrac{b+3+2 a}{a}

40. m=\dfrac{n}{2-n} \text { for } n

41. \dfrac{1}{p}+\dfrac{2}{q}=4 \text { for } p

Answer

p=\dfrac{q}{4 q-2}

42. \dfrac{3}{s}+\dfrac{1}{t}=2 \text { for } s

43. \dfrac{2}{v}+\dfrac{1}{5}=\dfrac{3}{w} \text { for } w

Answer

w=\dfrac{15 v}{10+v}

44. \dfrac{6}{x}+\dfrac{2}{3}=\dfrac{1}{y} \text { for } y

45. \dfrac{m+3}{n-2}=\dfrac{4}{5} \text { for } n

Answer

n=\dfrac{5 m+23}{4}

46. r=\dfrac{s}{3-t} \text { for } t

47. \dfrac{E}{e}=m^{2} \text { for } c

Answer

c=\dfrac{E}{m^{2}}

48. \dfrac{R}{T}=W \text { for } T

49. \dfrac{3}{x}-\dfrac{5}{y}=\dfrac{1}{4} \text { for } y

Answer

y=\dfrac{20 x}{12-x}

50. c=\dfrac{2}{a}+\dfrac{b}{5} \text { for } a

Writing Exercises

51. Your class mate is having trouble in this section. Write down the steps you would use to explain how to solve a rational equation.

Answer

Answers will vary.

52. Alek thinks the equation \dfrac{y}{y+6}=\dfrac{72}{y^{2}-36}+4 has two solutions, y=-6 and y=4. Explain why Alek is wrong.


This page titled 5.4: Solve Rational Equations is shared under a CC BY license and was authored, remixed, and/or curated by OpenStax.

Support Center

How can we help?