3.4 Solving Equations Involving Rational Functions

In this section, we review the solving of equations which involve rational expressions. As with equations involving numeric fractions, our first step in solving equations with algebraic fractions is to clear denominators. In doing so, we run the risk of introducing what are known as extraneous solutions – `answers’ which don’t satisfy the original equation. As we illustrate the techniques used to solve these basic equations, see if you can find the step which creates the problem for us.

Example 3.4.1

Example 3.4.1.1

Solve the following equations.

1 + \dfrac{1}{x} = x

Solution:

Solve 1 + \dfrac{1}{x} = x for x.

Our first step is to clear the fractions by multiplying both sides of the equation by x. In doing so, we are implicitly assuming x \neq 0; otherwise, we would have no guarantee that the resulting equation is equivalent to our original equation.[1]

    \[ \begin{array}{rclr} 1 + \dfrac{1}{x} & = & x & \\ [8pt] \left(1 + \dfrac{1}{x}\right) x & = & (x)x & \text{Provided } x \neq 0 \\ [10pt] 1(x) + \dfrac{1}{x} (x) & = & x^2 & \text{Distribute} \\ [8pt] x + \dfrac{x}{x} & = & x^2 & \text{Multiply} \\ [8pt] x + 1 & = & x^2 & \\ 0 & = & x^2 - x - 1 & \text{Subtract } x \text{, subtract } 1 \\ [5pt] x & = & \dfrac{-(-1) \pm \sqrt{(-1)^2 - 4(1)(-1)}}{2(1)} & \text{Quadratic Formula} \\ x & = & \dfrac{1 \pm \sqrt{5}}{2} & \text{Simplify} \\ \end{array}\]

We obtain two answers, x = \frac{1 \pm \sqrt{5}}{2}. Neither of these are 0 thus neither contradicts our assumption that x \neq 0.

The reader is invited to check both of these solutions.[2]

Example 3.4.1.2

Solve the following equations.

\dfrac{t^3-2t+1}{t-1} = \dfrac{1}{2}t-1

Solution:

Solve \dfrac{t^3-2t+1}{t-1} = \dfrac{1}{2}t-1 for t.

To solve the equation, we clear denominators. Here, we need to assume t-1 \neq 0, or t \neq 1.

    \[ \begin{array}{rclr} \dfrac{t^3-2t+1}{t-1} & = & \dfrac{1}{2}t-1 & \\ [8pt] \left(\dfrac{t^3-2t+1}{t-1}\right) \cdot 2(t-1) & = & \left( \dfrac{1}{2}t-1 \right) \cdot 2(t-1) & \text{Provided } t \neq 1 \\ [12pt] \dfrac{(t^3-2t+1)(2\cancel{(t-1)})}{\cancel{(t-1)}} & = & \dfrac{1}{\cancel{2}} t (\cancel{2}(t-1)) - 1(2(t-1)) & \text{Multiply, distribute} \\ [8pt] 2(t^3-2t+1) & = & t^2 - t - 2t + 2 & \text{Distribute} \\ [2pt] 2t^3 - 4t + 2 & = & t^2 -3t + 2 & \text{Distribute, combine like terms} \\ [2pt] 2t^3 -t^2 - t & = & 0 & \text{Subtract } t^2 \text{, add } 3t \text{, subtract } 2\\ [2pt] t(2t^2 -t - 1) & = & 0 & \text{Factor} \\ [2pt] t = 0 & \text{or} & 2t^2 - t - 1 = 0 & \text{Zero Product Property}\\ [2pt] t = 0 & \text{or} & (2t+1)(t-1) = 0 & \text{Factor}\\ [2pt] t = 0 & \text{or} & 2t+1 = 0 \quad \text{or} \quad t-1 = 0 &\\ [2pt] t & = & 0, \; -\dfrac{1}{2} \text{ or } 1 & \\ \end{array}\]

We assumed that t \neq 1 in order to clear denominators. Sure enough, the candidate t = 1 doesn’t check in the original equation because it causes division by 0. In this case, we call t = 1 an extraneous solution. Note that t=1 does work in every equation after we clear denominators. In general, multiplying by variable expressions can produce these `extra’ solutions, which is why checking our answers is always encouraged.[3] The other two candidates, t = 0 and t = -\frac{1}{2}, are solutions.

Example 3.4.1.3

Solve the following equations.

\dfrac{3}{1 - w\sqrt{2}} - \dfrac{1}{2w+5} = 0

Solution:

Solve \dfrac{3}{1 - w\sqrt{2}} - \dfrac{1}{2w+5} = 0 for w.

As before, we begin by clearing denominators. Here, we assume 1 - w\sqrt{2} \neq 0 (so w \neq \frac{1}{\sqrt{2}}) and 2w+5 \neq 0 (so w \neq -\frac{5}{2}).

    \[ \begin{array}{rclr} \dfrac{3}{1 - w\sqrt{2}} - \dfrac{1}{2w+5} & = & 0 & \\ \left(\dfrac{3}{1 - w\sqrt{2}} - \dfrac{1}{2w+5}\right)(1 - w\sqrt{2})(2w+5) & = & 0 (1 - w\sqrt{2})(2w+5) & w \neq \dfrac{1}{\sqrt{2}}, -\dfrac{5}{2} \\ [12pt] \dfrac{3\cancel{(1 - w\sqrt{2})}(2w+5) }{\cancel{(1 - w\sqrt{2})}}- \dfrac{1(1 - w\sqrt{2})\cancel{(2w+5)}}{\cancel{(2w+5)}} & = & 0 & \text{Distribute} \\ [12pt] 3(2w+5) - (1-w\sqrt{2}) & = & 0 & \\ \end{array}\]

The result is a linear equation in w so we gather the terms with w on one side of the equation and put everything else on the other. We factor out w and divide by its coefficient.

    \[ \begin{array}{rclr} 3(2w+5) - (1-w\sqrt{2}) & = & 0 & \\ 6w + 15 - 1 + w\sqrt{2} & = & 0 & \text{Distribute} \\ 6w + w\sqrt{2} & = & -14 & \text{Subtract } 14 \\ (6 + \sqrt{2})w & = & -14 & \text{Factor} \\ w & = & -\dfrac{14}{6 + \sqrt{2}} & \text{Divide by } 6 + \sqrt{2} \\ \end{array}\]

This solution is different than our excluded values, \frac{1}{\sqrt{2}} and -\frac{5}{2}, so we keep w = -\frac{14}{6 + \sqrt{2}} as our final answer.

The reader is invited to check this in the original equation.

Example 3.4.1.4

Solve the following equations.

3(x^2+4)^{-1} + 3x(-1)(x^2+4)^{-2}(2x) = 0

Solution:

Solve 3(x^2+4)^{-1} + 3x(-1)(x^2+4)^{-2}(2x) = 0 for x.

To solve our next equation, we have two approaches to choose from: we could rewrite the quantities with negative exponents as fractions and clear denominators, or we can factor. We showcase each technique below.

  • Clearing Denominators Approach: We rewrite the negative exponents as fractions and clear denominators. In this case, we multiply both sides of the equation by (x^2+4)^2, which is never 0. (Think about that for a moment.) As a result, we need not exclude any x values from our solution set.

        \[ \begin{array}{rclr} 3(x^2+4)^{-1} + 3x(-1)(x^2+4)^{-2}(2x) & = & 0 & \\ [8pt] \dfrac{3}{x^2+4} + \dfrac{3x(-1)(2x)}{(x^2+4)^2} & = & 0 & \text{Rewrite} \\ [12pt] \left(\dfrac{3}{x^2+4} - \dfrac{6x^2}{(x^2+4)^2} \right)(x^2+4)^2 & = & 0 (x^2+4)^2 & \text{Multiply} \\[12pt] \dfrac{3\cancelto{(x^2+4)}{(x^2 + 4)^2}}{\cancel{(x^2+4)}} - \dfrac{6x^2\cancel{(x^2+4)^2}}{\cancel{(x^2+4)^2}} & = & 0 & \text{Distribute} \\ [12pt] 3(x^2+4) - 6x^2 & = & 0 & \\ [2pt] 3x^2 + 12 - 6x^2 & = & 0 & \text{Distribute} \\ [2pt] -3x^2 & = & -12 & \text{Combine like terms, subtract } 12 \\ [2pt] x^2 & = & 4 & \text{Divide by } -3\\ [2pt] x & = & \pm \sqrt{4} = \pm 2 & \text{Extract square roots} \\ \end{array} \]

    We leave it to the reader to show that both x = -2 and x = 2 satisfy the original equation.

  • Factoring Approach: Because the equation is already set equal to 0, we’re ready to factor. Following the guidelines presented in Example 3.1.1, we factor out 3(x^2+4)^{-2} from both terms and look to see if more factoring can be done:

        \[ \begin{array}{rclr} 3(x^2+4)^{-1} + 3x(-1)(x^2+4)^{-2}(2x)& = & 0 & \\ [2pt] 3(x^2+4)^{-2}( (x^2+4)^{1} + x(-1)(2x)) & = & 0 & \text{Factor} \\ [2pt] 3(x^2+4)^{-2}( x^2 + 4 - 2x^2 ) & = & 0 & \\ [2pt] 3(x^2+4)^{-2}(4 - x^2) & = & 0 & \text{Gather like terms} \\ [2pt] 3(x^2+4)^{-2} = 0 & \text{or} & 4 - x^2 = 0 & \text{Zero Product Property} \\ [2pt] \dfrac{3}{x^2+4} = 0 & \text{or} & 4 = x^2 & \\ \end{array} \]

    The first equation yields no solutions (Think about this for a moment.) while the second gives us x = \pm \sqrt{4} = \pm 2 as before.

Example 3.4.1.5

Solve the following equations.

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

Solution:

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

We are asked to solve this equation for y so we begin by clearing fractions with the stipulation that y-3 \neq 0 or y \neq 3. We are left with a linear equation in the variable y. To solve this, we gather the terms containing y on one side of the equation and everything else on the other. Next, we factor out the y and divide by its coefficient, which in this case turns out to be x-2. In order to divide by x-2, we stipulate x - 2 \neq 0 or, said differently, x \neq 2.

    \[\begin{array}{rclr} $x$ & = & $\dfrac{2y+1}{y-3}$ & \\ [12pt] $x(y-3)$ & = & $\left(\dfrac{2y+1}{y-3}\right)(y-3)$ & \text{Provided } y \neq 3 \\ [12pt] $xy - 3x$ & = & $\dfrac{(2y+1)\cancel{(y-3)}}{\cancel{(y-3)}}$ & \text{Distribute, multiply} \\ [12pt] xy - 3x & = & 2y + 1 & \\ [2pt] xy - 2y & = & 3x+1 & \text{Add } 3x \text{, subtract } 2y \\ [2pt] y(x-2) & = & 3x+1 & \text{Factor} \\ [2pt] y & = & \dfrac{3x+1}{x-2} & \text{Divide provided } x \neq 2 \\ \end{array}\]

We highly encourage the reader to check the answer algebraically to see where the restrictions on x and y come into play.[4]

Example 3.4.1.6

Solve the following equations.

Solve \dfrac{1}{f} = \dfrac{1}{S_{1}} + \dfrac{1}{S_{2}} for S_{1}.

Solution:

Solve \dfrac{1}{f} = \dfrac{1}{S_{1}} + \dfrac{1}{S_{2}} for S_{1}.

Our last example comes from physics and the world of photography.[5] We take a moment here to note that while superscripts in Mathematics indicate exponents (powers), subscripts are used primarily to distinguish one or more variables. In this case, S_{1} and S_{2} are two different variables (much like x and y) and we treat them as such. Our first step is to clear denominators by multiplying both sides by f S_{1} S_{2} – provided each is nonzero. We end up with an equation which is linear in S_{1} so we proceed as in the previous example.

    \[ \begin{array}{rclr} \dfrac{1}{f} & = & \dfrac{1}{S_{1}} + \dfrac{1}{S_{2}} & \\ [12pt] \left(\dfrac{1}{f}\right)(fS_{1}S_{2}) & = & \left(\dfrac{1}{S_{1}} + \dfrac{1}{S_{2}}\right) (fS_{1}S_{2}) & \text{Provided } f \neq 0, S_{1} \neq 0, S_{2}\neq 0 \\ [12pt] \dfrac{fS_{1}S_{2}}{f} & = & \dfrac{fS_{1}S_{2}}{S_{1}} + \dfrac{fS_{1}S_{\text{\tiny $2$}}}{S_{2}} & \text{Multiply, distribute} \\ [12pt] \dfrac{\cancel{f}S_{1}S_{2}}{\cancel{f}} & = & \dfrac{f\cancel{S_{1}}S_{\text{\tiny $2$}}}{\cancel{S_{1}}} + \dfrac{fS_{1}\cancel{S_{2}}}{\cancel{S_{2}}} & \text{Divide out} \\ [12pt] S_{1}S_{2} & = & f S_{2} + fS_{1} & \\ [3pt] S_{1}S_{2} - fS_{1} & = & f S_{2} & \text{Subtract } fS_{1} \\ [3pt] S_{1}(S_{2} - f) & = & f S_{2} & \text{Factor} \\ [5pt] S_{1} & = & \dfrac{f S_{2}}{S_{2} - f} & \text{Divide provided } S_{2} \neq f \\ \end{array}\]

As always, the reader is highly encouraged to check the answer.[6]

 

3.4.1 Section Exercises

In Exercises 1 – 9, determine all real solutions. Be sure to check for extraneous solutions.

  1. \dfrac{x}{5x + 4} = 3
  2. \dfrac{3y - 1}{y^{2} + 1} = 1
  3. \dfrac{1}{w + 3} + \dfrac{1}{w - 3} = \dfrac{w^{2} - 3}{w^{2} - 9}
  4. \dfrac{2x + 17}{x + 1} = x + 5
  5. \dfrac{t^{2} - 2t + 1}{t^{3} + t^{2} - 2t} = 1
  6. \dfrac{-y^{3} + 4y}{y^{2} - 9} = 4y
  7. w + \sqrt{3} = \dfrac{3w - w^3}{w - \sqrt{3}}
  8. \dfrac{2}{x\sqrt{2} - 1} - 1 = \dfrac{3}{x \sqrt{2} + 1}
  9. \dfrac{x^2}{(1 + x\sqrt{3})^2} = 3

In Exercises 10 – 12, use Theorem 0.4 along with the techniques in this section to determine all real solutions.

  1. \left|\dfrac{3n}{n-1} \right| = 3
  2. \left| \dfrac{2x}{x^2-1}\right| = 2
  3. \left| \dfrac{2t}{4-t^2}\right| = \left|\dfrac{2}{t-2}\right|

In Exercises 13 – 15, compute all real solutions.

  1. 2.41 = \dfrac{0.08}{4 \pi R^2}
  2. \dfrac{x^2}{(2.31 -x)^2} = 0.04
  3. 1 - \dfrac{6.75 \times 10^{16}}{c^2} = \dfrac{1}{4}

In Exercises 16 – 21, solve the given equation for the indicated variable.

  1. Solve for y: \dfrac{1-2y}{y+3} = x
  2. Solve for y: x = 3 - \dfrac{2}{1-y}
  3. Solve[7] for T_{2}: \dfrac{V_{1}}{T_{1}} = \dfrac{V_{2}}{T_{2}}
  4. Solve for t_{0}: \dfrac{t_{0}}{1-t_{0}t_{1}} = 2
  5. Solve for x: \dfrac{1}{x - v_{r}} + \dfrac{1}{x + v_{r}} = 5
  6. Solve for R: P = \dfrac{25R}{(R+4)^2}

 

Section 3.4 Exercise Answers can be found in the Appendix … Coming soon


  1. See Section  0.5.
  2. The check relies on being able to `rationalize' the denominator - a skill we haven't reviewed yet. Additionally, the positive solution to this equation is the famous Golden Ratio.
  3. Contrast this with what happened in Example 0.5.3 when we divided by a variable and `lost' a solution.
  4. It involves simplifying a compound fraction!
  5. See this article on focal length.
  6. \ldots and see what the restriction S_{2} \neq f means in terms of focusing a camera!
  7. Recall: subscripts on variables have no intrinsic mathematical meaning; they're just used to distinguish one variable from another. In other words, treat quantities like `V_{1}' and `V_{2}' as two different variables as you would `x' and `y.'

License

Share This Book