6.2 Rational Equations

Solving Rational Equations that Reduce to Linear Equations

In this section, we look at rational equations that, after some manipulation, result in a linear equation. If an equation contains at least one rational expression, it is a considered a rational equation.

Rational equations have a variable in the denominator in at least one of the terms. Our goal is to perform algebraic operations so that the variables appear in the numerator. In fact, we will eliminate all denominators by multiplying both sides of the equation by the least common denominator (LCD).

Finding the LCD is identifying an expression that contains the highest power of all of the factors in all of the denominators. We do this because when the equation is multiplied by the LCD, the common factors in the LCD and in each denominator will equal one and will cancel out.

Rational Equations and how to solve them

A rational equation contains at least one rational expression where the variable appears in at least one of the denominators. They can be solved as follows:

  1. If there is only one term on each side, cross multiply OR
  2. If not, factor all denominators in the equation.
  3. Find the LCD.
  4. Multiply both sides of the equation by the LCD. If the LCD was correct, there should be no denominators left.
  5. Solve the remaining equation.
  6. Make sure to check solutions back in the original equations to avoid a solution producing zero in a denominator.

Warning SignNote that any solution that makes a denominator in the original expression equal zero must be excluded from the possibilities. This is something we always need to check for.

 

Example Solving a Rational Equation

Solve the rational equation: \dfrac{7}{2x}-\dfrac{5}{3x}=\dfrac{22}{3}.
We have three denominators 2x, 3x and 3. The LCD must contain 2x, 3x and 3. An LCD of 6x contains all three denominators. In other words, each denominator can be divided evenly into the LCD. Next, multiply both sides of the equation by the LCD6x.
6x \left( \dfrac{7}{2x}-\dfrac{5}{3x} \right)=\dfrac{22}{3}(6x)
Distribute:
6x \left(\dfrac{7}{2x}\right)-6x \left(\dfrac{5}{3x}\right)=\left(\dfrac{22}{3}\right)6x
3(7)-2(5)=22(2x)
11=44x
x=\dfrac{1}{4}

A common mistake made when solving rational equations involves finding the LCD when one of the denominators is a binomial—two terms added or subtracted—such as (x+1).  Always consider a binomial as an individual factor; the terms cannot be separated. For example, suppose a problem has three terms and the denominators are x, x-1, and 3x-3. First, factor all denominators. We then have x, (x-1) and 3(x-1) as the denominators. (Note the parentheses placed around the second denominator.) Only the last two denominators have a common factor of (x-1). The x in the first denominator is separate from the x in the x-1 denominators. An effective way to remember this is to write factored and binomial denominators in parentheses, and consider each parentheses as a separate unit or separate factor. The LCD in this instance is found my multiplying together the x, one factor of (x-1), and the 3. Thus the LCD is the following:

    \[3x(x-1)\]

So, both sides of the equation would be multiplied by 3x(x-1). Leave the LCD in factored form, as this makes it easier to see how each denominator in the problem cancels out.

Another example is a problem with two denominators, such as x and x^2+2x. Once the second denominator is factored as x(x+2), there is a common factor of x in both denominators and the LCD is x(x+2).

Sometimes we have a rational equation in the form of a proportion; that is, when one fraction equals another fraction and there are no other terms in the equation.

    \[\dfrac{a}{b}=\dfrac{c}{d}\]

We can then use another method of solving the equation, without find the LCD: cross-multiplication. We multiply terms by crossing over the equal sign.Visualization of the cross multiply method

So this results is ad=bc.

Example Solving a Rational Equation Using Cross Multiplication

Solve the following rational equation:

\dfrac{2+x}{7x}=\dfrac{3}{5}

Cross Multiplying gives us:

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

10+5x=21x

10=16x

x=\dfrac{10}{16}=\dfrac{5}{8}

Since the only number that would make a denominator 0 would be 0 itself, we have our solution.

Try it Now 1

Solve \dfrac{4}{x+6}=\dfrac{3}{3x-2}

Example Solving a Rational Function with no factoring necessary

Solve the following rational equations:

a. \dfrac{2}{x}-\dfrac{3}{2}=\dfrac{7}{2x}

Our denominators are x, 2 and 2x, so our LCD is 2x.

Multiply everything by 2x:
2x \left(\dfrac{2}{x}-\dfrac{3}{2}\right)=\dfrac{7}{2x} \cdot 2x

Distribute:
2x \dfrac{2}{x}- 2x\dfrac{3}{2}\right)=\dfrac{7}{2x} \cdot 2x

Cancel and multiply leftovers:
4-3x=7
4-3x=3
x=-1

This does not make any denominator 0, so our solutions is x=-1.

Try it Now 2

Solve the rational equation: \dfrac{2}{3x}=\dfrac{1}{4}-\dfrac{1}{6x}.

Example Solving a Rational Equation by Factoring the Denominator

Solve the rational equation: \dfrac{1}{x}=\dfrac{1}{10}-\dfrac{3}{4x}.

Let’s look at all the denominators in their factored form:  x, 2 \cdot 5, 2^2  \cdot x  List all the factors that appear: x, 2^2 and 5 So the LCD must be 20x. Multiply both sides by 20x:

\begin{array}{rcl}  20x\left(\dfrac{1}{x}\right)&=&\left(\dfrac{1}{10}-\dfrac{3}{4x}\right)20x\\  20&=&2x-15\\  35&=&2x\\  \dfrac{35}{2}&=&x \end{array}

Since this does not make the denominator 0, our solution is \dfrac{35}{2}.

Try it Now 3

Solve the rational equation: -\dfrac{5}{2x}+\dfrac{3}{4x}=-\dfrac{7}{4}.

Examples Solving Rational Equations with a Binomial in the Denominator

a.  Solve and state the excluded values: \dfrac{3}{x-6}=\dfrac{5}{x}

This one can be cross-multiplied

\begin{array}{rcl}  3x&=&5(x-6)\\  3x&=&5x-30\\  -2x&=&-30\\  x&=&15 \end{array}

The solution is 15, and the excluded values are 6, 0.

b. Solve and state the excluded values: \dfrac{x}{x-3}=\dfrac{5}{x-3}-\dfrac{1}{2}

The LCD is 2(x-3). Multiply both sides of the equation by 2(x-3)

\begin{array}{rcl}  2(x-3)\left(\dfrac{x}{x-3}\right)&=&\left(\dfrac{5}{x-3}-\dfrac{1}{2}\right)2(x-3)\\  2x&=&10-(x-3)\\  2x&=&10-x+3\\  2x&=&13-x\\  3x&=&13\\  x&=&\dfrac{13}{3} \end{array}

The solution is \dfrac{13}{3}. The excluded value is 3.

c. Solve and state the excluded values: \dfrac{x}{x-2}=\dfrac{5}{x-2}-\dfrac{1}{2}

The LCD is 2(x-2). Multiply both sides of the equation by 2(x-2)

\begin{array}{rcl}  2(x-2)\left(\dfrac{x}{x-2}\right)&=&\left(\dfrac{5}{x-2}-\dfrac{1}{2}\right)2(x-2)\\  2x&=&10-(x-2)\\  2x&=&10-x+2\\  2x&=&12-x\\  3x&=&12\\  x&=&4 \end{array}

The solution is 4. The excluded value is 3.

Try it Now 4

Solve and state the excluded values: \dfrac{-3}{2x+1}=\dfrac{4}{3x+1}

Example Solving a Rational Equation with Factored Denominators and Stating Excluded Values

Solve the rational equation after factoring the denominators and state the excluded values:

\dfrac{2}{x+1}-\dfrac{1}{x-1}=\dfrac{2x}{x^2+1}

The first two denominators are already factored as far as possible, (x-1) and (x+1), but the third one x^2-1 can be factored as difference of two squares: (x+1)(x-1).  Thus, the LCD that contains each denominator is (x+1)(x-1). Multiply the whole equation by the LCD, cancel out the denominators, and solve the remaining equation.

\begin{array}{rcl}  (x+1)(x-1)\left(\dfrac{2}{x+1}-\dfrac{1}{x-1}\right)&=&\left(\dfrac{2x}{(x+1)(x-1)}\right)(x+1)(x-1)\\  2(x-1)-1(x+1)&=&2x\\  2x-2-x-1&=&2x\\  x-3&=&2x\\  -3&=&x \end{array}

The solution is -3. The excluded values are 1 and -1.

Try it Now 5

Solve the rational equation and state the excluded values:

\dfrac{2}{x-2}-\dfrac{1}{x+1}=\dfrac{1}{x^2-x-2}.

Solving Rational Equations Resulting in a Quadratic

Sometimes, solving a rational equation results in a quadratic. When this happens, we continue the solution by simplifying the quadratic equation by one of the methods we have seen. It may turn out there is no solution.

Example Solving a Rational Equation Leading to a Quadratic

Solve the rational equation and state the excluded values: 

\dfrac{-4x}{x-1}+\dfrac{4}{x+1}=\dfrac{-8}{x^2-1}.

Similar to the previous example, the LCD is (x+1)(x-1) so we will multiply both sides by (x+1)(x-1):

\begin{array}{rcl}  (x+1)(x-1)\left(\dfrac{-4x}{x-1}+\dfrac{4}{x+1}\right)&=&\left(\dfrac{-8}{(x+1)(x-1)}\right)(x+1)(x-1)\\  -4x(x-1)+4(x-1)&=&-8\\  -4x^2-4x+4x-4&=&2x\\  -4x^2+4&=&0\\  -4(x^2-1)&=&0\\  -4(x+1)(x-1)&=&0\\  x&=&-1, 1 \end{array}

Now we have a problem, because the solution -1 and 1 is the same as our excluded values since they make the original denominators equal to 0 and therefore there is no solution.

Take NoteNote with rational equations that lead to quadratics, you can have 0, 1 or 2 solutions. You can solve and get 1 solution that is excluded and 1 that is not or you can get both solutions that work in the equation as well.

 

Try it Now 6

Solve the rational equation and state the excluded values:

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

Try it Now Answers

  1. Cross Multiply.  Solution: x = \dfrac{26}{9} Exclusions: -6 and 2/3
  2. LCD: 12x;  Solution: x = \dfrac{10}{3};  Exclusion: 0
  3. LCD: 4x;  Solution: x=1;  Exclusion: 0
  4. Cross Multiply. Solution: x=-\dfrac{7}{17};  Exclusions -1/2 and -1/3
  5. LCD: (x-2)(x+1);  Solution: x=-3; Exclusions 2 and -1
  6. LCD: x(x-2); Solution: x=-1; Exclusions 0, 2  (Note that the quadratic produced solutions of -1 and 0, but since 0 was on the exclusion list it cannot be a solution.)

 

Media Attributions

License

Icon for the Creative Commons Attribution-ShareAlike 4.0 International License

College Algebra for the Managerial Sciences Copyright © by Terri Manthey is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book