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

7.5: Solving Rational Equations

  • Anonymous
  • LibreTexts

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

Learning Objectives
  • Solve rational equations.
  • Solve literal equations, or formulas, involving rational expressions.

Solving Rational Equations

A rational equation is an equation containing at least one rational expression. Rational expressions typically contain a variable in the denominator. For this reason, we will take care to ensure that the denominator is not 0 by making note of restrictions and checking our solutions.

Solve rational equations by clearing the fractions by multiplying both sides of the equation by the least common denominator (LCD).

Example 7.5.1

Solve:

5x13=1x

Solution:

We first make a note that x0 and then multiply both sides by the LCD, 3x:

Check your answer by substituting 12 for x to see if you obtain a true statement.

5x13=1x51213=112512412=112112=112

Answer:

The solution is 12.

After multiplying both sides of the previous example by the LCD, we were left with a linear equation to solve. This is not always the case; sometimes we will be left with a quadratic equation.

Example 7.5.2

Solve:

21x(x+1)=3x+1

Solution:

In this example, there are two restrictions, x0 and x1. Begin by multiplying both sides by the LCD, x(x+1).

After distributing and dividing out the common factors, a quadratic equation remains. To solve it, rewrite it in standard form, factor, and then set each factor equal to 0.

2x+1=0 or x1=02x=1x=1x=12

Check to see if these values solve the original equation.

21x(x+1)=3x+1

Checkx=12Checkx=121(12)((12)+1)=3(12)+1211(1+1)=31+121(14)=3124212=322+141=32132=322+4=66=6

Answer:

The solutions are 12 and 1.

Up to this point, all of the possible solutions have solved the original equation. However, this may not always be the case. Multiplying both sides of an equation by variable factors may lead to extraneous solutions, which are solutions that do not solve the original equation. A complete list of steps for solving a rational equation is outlined in the following example.

Example 7.5.3

Solve:

xx+2+2x2+5x+6=5x+3

Solution:

Step 1: Factor all denominators and determine the LCD.

xx+2+2x2+5x+6=5x+3x(x+2)+2(x+2)(x+3)=5(x+3)

The LCD is (x+2)(x+3).

Step 2: Identify the restrictions. In this case, they are x2 and x3.

Step 3: Multiply both sides of the equation by the LCD. Distribute carefully and then simplify.

(x+2)(x+3)(x(x+2)+2(x+2)(x+3))=(x+2)(x+3)5(x+3)x(x+2)(x+3)(x+2)+2(x+2)(x+3)(x+2)(x+3)=5(x+2)(x+3)(x+3)x(x+3)+2=5(x+2)x2+3x+2=5x+10

Step 4: Solve the resulting equation. Here the result is a quadratic equation. Rewrite it in standard form, factor, and then set each factor equal to 0.

x+2=0 or x4=0x=2x=4

Step 5: Check for extraneous solutions. Always substitute into the original equation, or the factored equivalent. In this case, choose the factored equivalent to check:

x(x+2)+2(x+2)(x+3)=5(x+3)

Checkx=2Checkx=42(2+2)+2(2+2)(2+3)=5(2+3)4(4+2)+2(4+2)(4+3)=5(4+3)20+20(1)=51x46+267=57Undefinedterms!23+121=571421+121=571521=5757=57

Here 2 is an extraneous solution and is not included in the solution set. It is important to note that 2 is a restriction.

Answer:

The solution is 4.

If this process produces a solution that happens to be a restriction, then disregard it as an extraneous solution.

Exercise 7.5.1

Solve:

Answer

3

Sometimes all potential solutions are extraneous, in which case we say that there is no solution to the original equation. In the next two examples, we demonstrate two ways in which a rational equation can have no solutions.

Example 7.5.4

Solve:

3xx242x+2=1x+2

Solution:

To identify the LCD, first factor the denominators.

3xx242x+2=1x+23x(x+2)(x2)2(x+2)=1(x+2)

Multiply both sides by the least common denominator (LCD), (x+2)(x2), distributing carefully.

The equation is a contradiction and thus has no solution.

Answer:

No solution,

Example 7.5.5

Solve:

xx44x+5=36x2+x20

Solution:

First, factor the denominators.

x(x4)4(x+5)=36(x4)(x+5)

Take note that the restrictions are x4 and x5. To clear the fractions, multiply by the LCD, (x4)(x+5).

x4=0 or x+5=0x=4x=5

Both of these values are restrictions of the original equation; hence both are extraneous.

Answer:

No solution,

Exercise 7.5.2

Solve:

Answer

It is important to point out that this technique for clearing algebraic fractions only works for equations. Do not try to clear algebraic fractions when simplifying expressions. As a reminder, we have

ExpressionEquation1x+x2x+11x+x2x+1=0

Expressions are to be simplified and equations are to be solved. If we multiply the expression by the LCD, x(2x+1), we obtain another expression that is not equivalent.

IncorrectCorrect1x+x2x+11x+x2x+1=0x(2x+1)(1x+x2x+1)x(2x+1)(1x+x2x+1)=x(2x+1)0=2x+1+x2x2x+1+x2=0x2+2x+1=0

Literal Equations

Literal equations, or formulas, are often rational equations. Hence the techniques described in this section can be used to solve for particular variables. Assume that all variable expressions in the denominator are nonzero.

Example 7.5.6

Solve for x:

x=x5y

Solution:

The goal is to isolate x. Assuming that y is nonzero, multiply both sides by y and then add 5 to both sides.

Answer:

x=yz+5

Example 7.5.7

Solve for c:

1c=1a+1b

Solution:

In this example, the goal is to isolate c. We begin by multiplying both sides by the LCD, abc, distributing carefully.

1c=1a+1babc1c=abc1a+abc1bab=bc+ac

On the right side of the equation, factor out c.

ab=c(b+a)

Next, divide both sides of the equation by the quantity (b+a).

ab(b+a)=c(b+a)(b+a)abb+a=c

Answer:

c=abb+a

Exercise 7.5.3

Solve for y:

x=y+1y1

Answer

y=1+xx1

Key Takeaways

  • Begin solving rational equations by multiplying both sides by the LCD. The resulting equivalent equation can be solved using the techniques learned up to this point.
  • Multiplying both sides of a rational equation by a variable expression introduces the possibility of extraneous solutions. Therefore, we must check the solutions against the set of restrictions. If a solution is a restriction, then it is not part of the domain and is extraneous.
  • When multiplying both sides of an equation by an expression, distribute carefully and multiply each term by that expression.
  • If all of the resulting solutions are extraneous, then the original equation has no solutions.
Exercise 7.5.4 Rational Equations

Solve.

  1. 12+1x=18
  2. 131x=29
  3. 13x23=1x
  4. 25x1x=310
  5. 12x+1=5
  6. 33x1+4=5
  7. 2x3x+5=2x+5
  8. 5x2x1=x12x1
  9. 5x7=6x9
  10. 5x+5=3x+1
  11. x66x=0
  12. 5x+x5=2
  13. xx+12=2x
  14. 2xx+5=16x
  15. 1x+x2x+1=0
  16. 9x3x14x=0
  17. 12x=48x2
  18. 29x=5x2
  19. 1+12x=12x2
  20. 13x5x(3x4)=1x
  21. x2=14x+3
  22. 3x2=x+13x
  23. 6=3x+3x1
  24. 12x2=2+6(4x)x2
  25. 2+2xx3=3(x1)x3
  26. xx1+16x1=x(x1)(6x1)
  27. 12x281=1x+92x9
  28. 14x249=2x73x+7
  29. 6xx+3+4x3=3xx29
  30. 3xx+217x2=48x24
  31. x1+3=0
  32. 4y1=0
  33. y24=0
  34. 9x21=0
  35. 3(x1)1+5=0
  36. 52(3x+1)1=0
  37. 3+2x3=2x3
  38. 1x=1x+1
  39. xx+1=x+1x
  40. 3x13x=xx+3
  41. 4x7x5=3x2x5
  42. xx29=1x3
  43. 3x+4x828x=1
  44. 1x=6x(x+3)
  45. 3x=1x+1+13x(x+1)
  46. xx134x1=9x(4x1)(x1)
  47. 1x4+xx2=2x26x+8
  48. xx5+x1x211x+30=5x6
  49. xx+165x2+4x1=55x1
  50. 8x24x12+2(x+2)x2+4x60=1x+2
  51. xx+220x26x=4x3
  52. x+7x1+x1x+1=4x21
  53. x1x3+x3x1=x+5x3
  54. x2x5x5x2=8xx5
  55. x+7x281x2+5x14=9x+7
  56. xx6+1=5x+3036x2
  57. 2xx+144x3=74x2+x3
  58. x5x10+5x5=5xx215x+50
  59. 5x2+5x+4+x+1x2+3x4=5x21
  60. 1x22x63+x9x2+10x+21=1x26x27
  61. 4x24+2(x2)x24x12=x+2x28x+12
  62. x+2x25x+4+x+2x2+x2=x1x22x8
  63. 6xx111x+12x2x1=6x2x+1
  64. 8x2x3+4x2x27x+6=1x2
Answer

1. 83

3. 1

5. 25

7. 52

9. 3

11. 6,6

13. 4,6

15. 1

17. 6,8

19. 4,6

21. 7,4

23.

25.

27. 39

29. 43,32

31. 13

33. 12,12

35. 25

37.

39. 12

41.

43. 7

45. 5

47. 1

49.

51. 4

53. 53

55.

57. 12

59. 6,4

61. 10

63. 13

Exercise 7.5.5 Literal Equations

Solve for the indicated variable.

  1. Solve for r: t=Dr
  2. Solve for b: h=2Ab
  3. Solve for P: t=IPr
  4. Solve for π: r=C2π
  5. Solve for c: 1a=1b+1c
  6. Solve for y: m=yy1xx1
  7. Solve for w: P=2(l+w)
  8. Solve for t: A=P(1+rt)
  9. Solve for m: s=1n+m
  10. Solve for S: h=S2πrr
  11. Solve for x: y=xx+2
  12. Solve for x: y=2x+15x
  13. Solve for R: 1R=1R1+1R2
  14. Solve for S1: 1f=1S1+1S2
Answer

1. r=Dt

3. P=Itr

5. c=abba

7. w=P2l

9. m=1sn

11. x=2yy1

13. R=R1R2R1+R2

Exercise 7.5.6 Discussion Board
  1. Explain why multiplying both sides of an equation by the LCD sometimes produces extraneous solutions.
  2. Explain the connection between the technique of cross multiplication and multiplying both sides of a rational equation by the LCD.
  3. Explain how we can tell the difference between a rational expression and a rational equation. How do we treat them differently?
Answer

1. Answers may vary

3. Answers may vary


This page titled 7.5: Solving Rational Equations is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Anonymous via source content that was edited to the style and standards of the LibreTexts platform.

Support Center

How can we help?