"

Learning Module 07A Rational Expressions & Equations

Rational Expressions and Equations

Learning Objectives

In this section students will:

  • Simplify rational expressions.
  • Multiply rational expressions.
  • Divide rational expressions.
  • Add and subtract rational expressions.
  • Simplify complex rational expressions.
  • Rationalize a denominator.
  • Solve a linear rational equation.
  • Determine the domain of rational equations.

A pastry shop has fixed costs of text{}280 per week and variable costs of text{}9 per box of pastries. The shop’s costs per week in terms of x the number of boxes made, is 280+9x. We can divide the costs per week by the number of boxes made to determine the cost per box of pastries.

\dfrac{280+9x}{x}

Notice that the result is a polynomial expression divided by a second polynomial expression. In this section, we will explore quotients of polynomial expressions.

Simplifying Rational Expressions

The quotient of two polynomial expressions is called a rational expression. We can apply the properties of fractions to rational expressions, such as simplifying the expressions by canceling common factors from the numerator and the denominator. To do this, we first need to factor both the numerator and denominator. Let’s start with the rational expression shown.

\dfrac{{x}^{2}+8x+16}{{x}^{2}+11x+28}

We can factor the numerator and denominator to rewrite the expression.

\dfrac{{\left(x+4\right)}^{2}}{\left(x+4\right)\left(x+7\right)}

Then we can simplify that expression by canceling the common factor \left(x+4\right).

\dfrac{x+4}{x+7}

How To

Given a rational expression, simplify it.

  1. Factor the numerator and denominator.
  2. Cancel any common factors.

Simplifying Rational Expressions

Simplify \dfrac{{x}^{2}-9}{{x}^{2}+4x+3} .

Show Solution

    \begin{align*} \frac{(x+3)(x-3)}{(x+3)(x+1)}\\ && \text{Factor the numerator and the denominator.} \\ \frac{x-3}{x+1}\\ && \text{Cancel common factor $(x+3)$.} \end{align*}

Analysis

We can cancel the common factor because any expression divided by itself is equal to 1.

Multiplying Rational Expressions

Multiplication of rational expressions works the same way as multiplication of any other fractions. We multiply the numerators to find the numerator of the product, and then multiply the denominators to find the denominator of the product. Before multiplying, it is helpful to factor the numerators and denominators just as we did when simplifying rational expressions. We are often able to simplify the product of rational expressions.

How To

Given two rational expressions, multiply them.

  1. Factor the numerator and denominator.
  2. Multiply the numerators.
  3. Multiply the denominators.
  4. Simplify.

Multiplying Rational Expressions

Multiply the rational expressions and show the product in simplest form:

\dfrac{\left(x+5\right)\left(x-1\right)}{3\left(x+6\right)}\cdot \dfrac{\left(2x-1\right)}{\left(x+5\right)}
Show Solution

    \begin{align*} \frac{(x+5)(x-1)}{3(x+6)} \cdot \frac{(2x-1)}{(x+5)}\\ & && \text{Factor the numerator and denominator.} \\ \frac{(x+5)(x-1)(2x-1)}{3(x+6)(x+5)}\\ & && \text{Multiply numerators and denominators.} \\ \frac{\cancel{(x+5)}(x-1)(2x-1)}{3(x+6)\cancel{(x+5)}}\\ & && \text{Cancel common factors to simplify.} \\ \frac{(x-1)(2x-1)}{3(x+6)}\\ & && \text{Final simplified form.} \end{align*}

Dividing Rational Expressions

Division of rational expressions works the same way as division of other fractions. To divide a rational expression by another rational expression, multiply the first expression by the reciprocal of the second. Using this approach, we would rewrite \dfrac{1}{x}÷\dfrac{{x}^{2}}{3} as the product \dfrac{1}{x}\cdot \dfrac{3}{{x}^{2}}. Once the division expression has been rewritten as a multiplication expression, we can multiply as we did before.

\dfrac{1}{x}\cdot \dfrac{3}{{x}^{2}}=\dfrac{3}{{x}^{3}}

How To

Given two rational expressions, divide them.

  1. Rewrite as the first rational expression multiplied by the reciprocal of the second.
  2. Factor the numerators and denominators.
  3. Multiply the numerators.
  4. Multiply the denominators.
  5. Simplify.

Dividing Rational Expressions

Divide the rational expressions and express the quotient in simplest form:

\dfrac{2{x}^{2}+x-6}{{x}^{2}-1}÷\dfrac{{x}^{2}-4}{{x}^{2}+2x+1}
Show Solution
\dfrac{9{x}^{2}-16}{3{x}^{2}+17x-28}÷\dfrac{3{x}^{2}-2x-8}{{x}^{2}+5x-14}

Adding and Subtracting Rational Expressions

Adding and subtracting rational expressions works just like adding and subtracting numerical fractions. To add fractions, we need to find a common denominator. Let’s look at an example of fraction addition.

    \begin{align*} \frac{5}{24} + \frac{1}{40}\\ &= \frac{25}{120} + \frac{3}{120} && \text{Write with a common denominator.}\\ &= \frac{28}{120} && \text{Add the numerators.} \\ &= \frac{7}{30} && \text{Simplify.} \end{align*}

We have to rewrite the fractions so they share a common denominator before we are able to add. We must do the same thing when adding or subtracting rational expressions.

The easiest common denominator to use will be the least common denominator, or LCD. The LCD is the smallest multiple that the denominators have in common. To find the LCD of two rational expressions, we factor the expressions and multiply all of the distinct factors. For instance, if the factored denominators were \left(x+3\right)\left(x+4\right) and \left(x+4\right)\left(x+5\right) then the LCD would be \left(x+3\right)\left(x+4\right)\left(x+5\right) .

Once we find the LCD, we need to multiply each expression by the form of 1 that will change the denominator to the LCD. We would need to multiply the expression with a denominator of \left(x+3\right)\left(x+4\right) by \dfrac{x+5}{x+5} and the expression with a denominator of \left(x+4\right)\left(x+5\right) by \dfrac{x+3}{x+3} .

How To

Given two rational expressions, add or subtract them.

  1. Factor the numerator and denominator.
  2. Find the LCD of the expressions.
  3. Multiply the expressions by a form of 1 that changes the denominators to the LCD.
  4. Add or subtract the numerators.
  5. Simplify.

Adding Rational Expressions

Add the rational expressions:

\dfrac{5}{x}+\dfrac{6}{y}
Show Solution

First, we have to find the LCD. In this case, the LCD will be xy. We then multiply each expression by the appropriate form of 1 to obtain xy as the denominator for each fraction.

    \begin{align*} \frac{5}{x} \cdot \frac{y}{y} + \frac{6}{y} \cdot \frac{x}{x}\\ &= \frac{5y}{xy} + \frac{6x}{xy} && \text{Write with a common denominator.} \end{align*}

Now that the expressions have the same denominator, we simply add the numerators to find the sum.

\dfrac{6x+5y}{xy}

Analysis

Multiplying by \dfrac{y}{y} or \dfrac{x}{x} does not change the value of the original expression because any number divided by itself is 1, and multiplying an expression by 1 gives the original expression.

Simplifying Complex Rational Expressions

A complex rational expression is a rational expression that contains additional rational expressions in the numerator, the denominator, or both. We can simplify complex rational expressions by rewriting the numerator and denominator as single rational expressions and dividing. The complex rational expression \dfrac{a}{\dfrac{1}{b}+c} can be simplified by rewriting the numerator as the fraction \dfrac{a}{1} and combining the expressions in the denominator as \dfrac{1+bc}{b}. We can then rewrite the expression as a multiplication problem using the reciprocal of the denominator. We get \dfrac{a}{1}\cdot \dfrac{b}{1+bc} which is equal to \dfrac{ab}{1+bc} .

How To

Given a complex rational expression, simplify it.

  1. Combine the expressions in the numerator into a single rational expression by adding or subtracting.
  2. Combine the expressions in the denominator into a single rational expression by adding or subtracting.
  3. Rewrite as the numerator divided by the denominator.
  4. Rewrite as multiplication.
  5. Multiply.
  6. Simplify.

Simplifying Complex Rational Expressions

Simplify:\dfrac{y+\dfrac{1}{x}}{\dfrac{x}{y}}.

Show Solution

Begin by combining the expressions in the numerator into one expression.

    \begin{align*} y \cdot \frac{x}{x} + \frac{1}{x}\\ &= \frac{xy}{x} + \frac{1}{x} && \text{Multiply by $\frac{x}{x}$ to get LCD as denominator.} \\ &= \frac{xy + 1}{x} && \text{Add numerators.} \end{align*}

Now the numerator is a single rational expression and the denominator is a single rational expression.

\dfrac{\dfrac{xy+1}{x}}{\dfrac{x}{y}}

We can rewrite this as division, and then multiplication.

    \begin{align*} \frac{xy+1}{x} \div \frac{x}{y}\\ &= \frac{xy+1}{x} \cdot \frac{y}{x} && \text{Rewrite as multiplication.} \\ &= \frac{y(xy+1)}{x^{2}} && \text{Multiply.} \end{align*}

Can a complex rational expression always be simplified?

Yes. We can always rewrite a complex rational expression as a simplified rational expression.

Rationalizing Denominators

When an expression involving square root radicals is written in simplest form, it will not contain a radical in the denominator. We can remove radicals from the denominators of fractions using a process called rationalizing the denominator.

We know that multiplying by 1 does not change the value of an expression. We use this property of multiplication to change expressions that contain radicals in the denominator. To remove radicals from the denominators of fractions, multiply by the form of 1 that will eliminate the radical.

For a denominator containing a single term, multiply by the radical in the denominator over itself. In other words, if the denominator is b\sqrt{c} multiply by \dfrac{\sqrt{c}}{\sqrt{c}}.

For a denominator containing the sum or difference of a rational and an irrational term, multiply the numerator and denominator by the conjugate of the denominator, which is found by changing the sign of the radical portion of the denominator. If the denominator is a+b\sqrt{c} then the conjugate is a-b\sqrt{c}.

How To

Given an expression with a single square root radical term in the denominator, rationalize the denominator.

  1. Multiply the numerator and denominator by the radical in the denominator.
  2. Simplify.

Rationalizing a Denominator Containing a Single Term

Write \dfrac{2\sqrt{3}}{3\sqrt{10}} in simplest form.

Show Solution

 

The radical in the denominator is \sqrt{10}. So multiply the fraction by \dfrac{\sqrt{10}}{\sqrt{10}}. Then simplify.

    \begin{align*} \dfrac{2\sqrt{3}}{3\sqrt{10}} \cdot \dfrac{\sqrt{10}}{\sqrt{10}}\\ &= \dfrac{2\sqrt{30}}{30} \\ &= \dfrac{\sqrt{30}}{15} \end{align*}

Try It

Write \dfrac{12\sqrt{3}}{\sqrt{2}} in simplest form.

Show Solution

6\sqrt{6}

How To

Given an expression with a radical term and a constant in the denominator, rationalize the denominator.

  1. Find the conjugate of the denominator.
  2. Multiply the numerator and denominator by the conjugate.
  3. Use the distributive property.
  4. Simplify.

Rationalizing a Denominator Containing Two Terms

Write \dfrac{4}{1+\sqrt{5}} in simplest form.

Show Solution

 

Begin by finding the conjugate of the denominator by writing the denominator and changing the sign. So the conjugate of 1+\sqrt{5} is 1-\sqrt{5}. Then multiply the fraction by \dfrac{1-\sqrt{5}}{1-\sqrt{5}}.

    \begin{align*} \dfrac{4}{1+\sqrt{5}} \cdot \dfrac{1-\sqrt{5}}{1-\sqrt{5}} &= \dfrac{4 - 4\sqrt{5}}{-4} && \text{Use the distributive property.} \ &= \sqrt{5} - 1 && \text{Simplify.} \end{align*}

Try It

Write \dfrac{7}{2+\sqrt{3}} in simplest form.

Show Solution

 

14-7\sqrt{3}

Solving a Linear Rational Equation

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.

Recall that a rational number is the ratio of two numbers, such as \dfrac{2}{3} or \dfrac{7}{2}. A rational expression is the ratio, or quotient, of two polynomials. Here are three examples:

\vspace{5pt}
\dfrac{x+1}{{x}^{2}-4}
\vspace{5pt}
\dfrac{1}{x-3}
\vspace{5pt}
\dfrac{4}{{x}^{2}+x-2}
\vspace{5pt}

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.

Solving a Rational Equation

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

Show Solution

First, let’s determine the LCD. 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, we multiply both sides of the equation by the LCD 6x. Since we are multiplying a whole number by a fraction, we can rewrite the whole number as an equivalent fraction: 6x = \dfrac{6x}{1}:

\dfrac{7}{2x}-\dfrac{5}{3x}=\dfrac{22}{3}

\vspace{5pt}

\dfrac{6x}{1} \left(\dfrac{7}{2x}-\dfrac{5}{3x}\right)=\dfrac{6x}{1} \left(\dfrac{22}{3}\right)

\vspace{5pt}

\dfrac{6x}{1}\cdot\dfrac{7}{2x}-\dfrac{6x}{1}\cdot\dfrac{5}{3x}=\dfrac{6x}{1}\cdot\dfrac{22}{3}

\vspace{5pt}

We can cancel common factors in the numerator and denominator to clear the fractions:

\dfrac{\cancelto{3}{6x}}{1}\cdot\dfrac{7}{\cancelto{1}{2x}}-\dfrac{\cancelto{2}{6x}}{1}\cdot\dfrac{5}{\cancelto{1}{3x}}=\dfrac{\cancelto{2x}{6x}}{1}\cdot\dfrac{22}{\cancelto{1}{3}}

\vspace{5pt}

3 \cdot 7-2 \cdot 5= 2x \cdot 22

Now, we can solve for the value of x

\vspace{2pt}

21-10=44x

\vspace{2pt}

11=44x

\vspace{2pt}

11\cdot \dfrac{1}{44}=44x \cdot \dfrac{1}{44}

\vspace{2pt}

\dfrac{1}{4}=x

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 parenthesis as a separate unit or a separate factor. The LCD in this instance is found by multiplying together the x one factor of (x-1) and the 3. Thus, the LCD is the following:

x(x-1)3=3x(x-)

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}^{2}+2x=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 \dfraction equals another \dfraction and there are no other terms in the equation.

\dfrac{a}{b}=\dfrac{c}{d}.

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

Multiply a(d) and b(c) which results in ad=bc

Any solution that makes a denominator in the original expression equal zero must be excluded from the possibilities.

Rational Equations

A rational equation contains at least one rational expression where the variable appears in at least one of the denominators.

How To

Given a rational equation, solve it.

  1. Factor all denominators in the equation.
  2. Find and exclude values that set each denominator equal to zero.
  3. Find the LCD.
  4. Multiply the whole equation by the LCD. If the LCD is correct, there will 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

Solving a Rational Equation without Factoring

Solve the following rational equation:

\dfrac{2}{x}-\dfrac{3}{2}=\dfrac{7}{2x}
Show Solution

We have three denominators: x 2 and2x. No factoring is required. The product of the first two denominators is equal to the third denominator, so, the LCD is2x. Only one value is excluded from a solution set 0. Next, multiply the whole equation (both sides of the equal sign) by2x.

    \begin{align*} 2x\left(\dfrac{2}{x} - \dfrac{3}{2}\right) &= \left(\dfrac{7}{2x}\right)\cdot 2x &&\text{Distribute } 2x \ 2 \cdot \dfrac{2}{x} - 2x \cdot \dfrac{3}{2} &= \dfrac{7}{2x} \cdot 2x &&\text{Cancel common denominators} \ 2(2) - 3x &= 7 &&\text{Simplify} \ 4 - 3x &= 7 \ -3x &= 3 \ x &= -1 &\text{or } \left\{ -1 \right\}\ \end{align*}

The proposed solution is -1 which is not an excluded value, so the solution set contains one number, x=-1 or \eft{-1\right} written in set notation.

Try It

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

Show Solution

x=\dfrac{10}{3}

Solving a Rational Equation by Factoring the Denominator

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

Show Solution

First find the common denominator. The three denominators in factored form are x 10=2 \cdot 5 and 4x= 2 \cdot 2\cdot x. The smallest expression that is divisible by each one of the denominators is 20x. Only x=0 is an excluded value. Multiply the whole equation by 20x.

    \begin{align*} 20x \cdot \dfrac{1}{x} &= \left( \dfrac{1}{10} - \dfrac{3}{4x} \right) \cdot 20x \ $\vspace{5pt}$ 20 &= 2x - 15 \ $\vspace{5pt}$ 35 &= 2x \ $\vspace{5pt}$ \dfrac{35}{2} &= x \end{align*}

The solution is \dfrac{35}{2}.

Try It

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

Show Solution

x=1

Solving Rational Equations with a Binomial in the Denominator

Solve the following rational equations and state the excluded values:

  1. \dfrac{3}{x-6}=\dfrac{5}{x}
    \vspace{5pt}
  2. \dfrac{x}{x-3}=\dfrac{5}{x-3}-\dfrac{1}{2}
    \vspace{5pt}
  3. \dfrac{x}{x-2}=\dfrac{5}{x-2}-\dfrac{1}{2}
    \vspace{5pt}
Show Solution
  1. The denominators x and (x-6) have nothing in common. Therefore, the LCD is the product x(x-6). However, for this problem, we can cross-multiply.

        \begin{align*} \dfrac{3}{x - 6} &= \dfrac{5}{x} \ 3x &= 5(x - 6) &&\text{Distribute} \ 3x &= 5x - 30 \ -2x &= -30 \ x &= 15 \end{align*}

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

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

        \begin{align*} 2(x - 3) \left(\dfrac{x}{x - 3} \right) &= \left(\dfrac{5}{x - 3} - \dfrac{1}{2} \right)\cdot 2(x - 3) \ 2x &= 2 \cdot 5 - \dfrac{2(x - 3)}{2} &&\text{Cancel common factors} \ 2x &= 10 - (x - 3) \ 2x &= 10 - x + 3 \ 2x &= 13 - x \ 3x &= 13 \ x &= \dfrac{13}{3} \end{align*}

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

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

        \begin{align*} 2(x - 2) \left( \dfrac{x}{x - 2} \right) &= \left(\dfrac{5}{x - 2} - \dfrac{1}{2} \right0\cdot 2(x - 2) \ 2x &= 10 - (x - 2) \ 2x &= 12 - x \ 3x &= 12 \ x &= 4 \end{align*}

    The solution is 4. The excluded value is 2/

Try It

Solve \dfrac{-3}{2x+1}=\dfrac{4}{3x+1}. State the excluded values.

Show Solution

x=-\dfrac{7}{17}. Excluded values are x=-\dfrac{1}{2} and x=-\dfrac{1}{3}.

Solving a Rational Equation with Factored Denominators and Stating Excluded Values

Solve the rational equation after factoring the denominators: \dfrac{2}{x+1}-\dfrac{1}{x-1}=\dfrac{2x}{{x}^{2}-1}. State the excluded values.

Show Solution

We must factor the denominator {x}^{2}-1. We recognize this as the difference of squares, and factor it as(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{align*} (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 &&\text{Distribute the negative sign} \ x - 3 &= 2x \ -3 &= x \end{align*}

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

Try It

Solve the rational equation:\dfrac{2}{x-2}+\dfrac{1}{x+1}=\dfrac{1}{{x}^{2}-x-2}

Show Solution

x=\dfrac{1}{3}

Determining the Domain of Rational Equations

Recall that we cannot include any input value in the domain that would lead us to divide by 0. When we are working with rational equations or rational functions, we must exclude values from the denominator that will result in division by 0.

How To

Given a function written in an equation form that includes a fraction, find the domain.

  1. Identify the input values.
  2. Identify any restrictions on the input. If there is a denominator in the function’s formula, set the denominator equal to zero and solve for x . If the function’s formula contains an even root, set the radicand greater than or equal to 0, and then solve.
  3. Write the domain in interval form, making sure to exclude any restricted values from the domain.

Finding the Domain of a Function Involving a Denominator

Find the domain of the function f\left(x\right)= \dfrac{x+1}{2-x} .

Show Solution

When there is a denominator, we want to include only values of the input that do not force the denominator to be zero. So, we will set the denominator equal to 0 and solve for x .

 

    \begin{align*} 2 - x &= 0 \ -x &= -2 \ x &= 2 \end{align*}

Now, we will exclude 2 from the domain. The answers are all real numbers where x<2 or x>2 as shown below.  We can use a symbol known as the union, cup to combine the two sets. In interval notation, we write the solution: \left(-\infty ,2\right)cup \left(2,\infty \right) .

 

Line graph of x=!2.
Figure 4.

Try It

Find the domain of the function: f\left(x\right)= \dfrac{1+4x}{2x-1} .

Show Solution

\ \left(-\infty , \dfrac{1}{2}\right)cup \left( \dfrac{1}{2},\infty \right)

Key Concepts

  • Rational expressions can be simplified by cancelling common factors in the numerator and denominator.
  • We can multiply rational expressions by multiplying the numerators and multiplying the denominators.
  • To divide rational expressions, multiply by the reciprocal of the second expression.
  • Adding or subtracting rational expressions requires finding a common denominator.
  • Complex rational expressions have fractions in the numerator or the denominator. These expressions can be simplified.
  • A rational expression is a quotient of two polynomials. We use the LCD to clear the fractions from an equation.
  • All solutions to a rational equation should be verified within the original equation to avoid an undefined term, or zero in the denominator.

License

Icon for the Creative Commons Attribution 4.0 International License

MAT 1073 College Algebra Reading Copyright © 2025 by OpenStax is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.

Share This Book