Skip to main content
Mathematics LibreTexts

8.1: Reduce Rational Expressions

  • Page ID
    45075
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Definition: Rational Expression

    A rational expression is a ratio of two polynomials, i.e., a fraction where the numerator and denominator are polynomials.

    Evaluate Rational Expressions

    Example 8.1.1

    Evaluate \(\dfrac{x^2-4}{x^2+6x+8}\) when \(x=-6\).

    Solution

    \[\begin{array}{rl}\dfrac{x^2-4}{x^2+6x+8}&\text{Plug-n-chug }x=-6 \\ \dfrac{\color{blue}{(-6)}\color{black}{^2}-4}{\color{blue}{(-6)}\color{black}{^2}+6\color{blue}{(-6)}\color{black}{}+8}&\text{Simplify each numerator and denominator} \\ \dfrac{36-4}{36-36+8}&\text{Simplify} \\ \dfrac{32}{8}&\text{Reduce} \\ 4&\text{Evaluated value}\end{array}\nonumber\]

    Find Excluded Values of Rational Expressions

    Rational expressions are special types of fractions, but still hold the same arithmetic properties. One property of fractions we recall is that the fraction is undefined when the denominator is zero.

    Note

    A rational expression is undefined where the denominator is zero.

    Determine the excluded value(s) of a rational expression

    Step 1. Set the denominator of the rational expression equal to zero.

    Step 2. Solve the equation for the given variable.

    Step 3. The values found in the previous step are the values excluded from the expression.

    Example 8.1.2

    Find the excluded value(s) of the expression: \(\dfrac{-3z}{z+5}\)

    Solution

    Step 1. Set the denominator of the rational expression equal to zero: \[z+5=0\nonumber\]

    Step 2. Solve the equation for \(z\): \[\begin{aligned}z+5&=0 \\ z&=-5\end{aligned}\]

    Step 3. The values found in the previous step are the values excluded from the expression. Hence, the excluded value is \(z = −5\).

    Example 8.1.3

    Find the excluded value(s) of the expression: \(\dfrac{x^2-1}{3x^2+5x}\)

    Solution

    Step 1. Set the denominator of the rational expression equal to zero: \[3x^2+5x=0\nonumber\]

    Step 2. Solve the equation for \(x\): \[\begin{aligned} 3x^2+5x&=0 \\ x(3x+5)&=0 \\ x=0\quad &\text{or}\quad 3x+5=0 \\ x=0\quad &\text{or}\quad 3x=-5 \\ x=0\quad &\text{or} \quad x=-\dfrac{5}{3}\end{aligned}\]

    Step 3. The values found in the previous step are the values excluded from the expression. Hence, the excluded values are \(x = 0\) and \(x = −5\).

    Recall, the excluded values are values in which make the expression undefined. Hence, when evaluating rational expressions, we can evaluate the expressions for any values except the excluded values.

    Note

    The number zero was not widely accepted in mathematical thought around the world for many years. It was the Mayans of Central America who first used zero to aid in the use of their base-20 system as a place holder.

    Reduce Rational Expressions with Monomials

    Rational expressions are reduced, just as in arithmetic, even without knowing the value of the variable. When we reduce, we divide out common factors as we discussed with polynomial division with monomials. Now, we use factoring techniques and exponent properties to reduce rational expressions.

    Reducing Rational Expressions

    If \(P,\: Q,\: K\) are non-zero polynomials and \(\dfrac{PK}{QK}\) is a rational expression, then \[\dfrac{P\cdot\cancel{K}}{Q\cdot\cancel{K}}=\dfrac{P}{Q}\nonumber\] We call a rational expression irreducible if there are no more common factors among the numerator and denominator.

    Example 8.1.4

    Simplify: \(\dfrac{15x^4y^2}{25x^2y^6}\)

    Solution

    Since the denominator is a monomial, then we reduce as usual and apply exponent rules:

    \[\begin{array}{rl}\dfrac{15x^4y^2}{25x^2y^6}&\text{Reduce by applying exponent rules} \\ \dfrac{3x^2}{5y^4}&\text{Reduced expression}\end{array}\nonumber\]

    Reduce Rational Expressions with Polynomials

    However, if there is a sum or difference in either the numerator or denominator, we first factor the numerator and denominator to obtain a product of factors, then reduce.

    Example 8.1.5

    Simplify: \(\dfrac{28}{8x^2-16}\)

    Solution

    Since we have a difference in the denominator, we factor the denominator and then reduce.

    \[\begin{array}{rl}\dfrac{28}{8x^2-16}&\text{Factor a GCF }8\text{ from the denominator} \\ \dfrac{\cancel{4}\cdot 7}{2\cdot\cancel{4}(x^2-2)}&\text{Reduce by a factor of }4 \\ \dfrac{7}{2(x^2-2)}&\text{Reduced expression}\end{array}\nonumber\]

    Example 8.1.6

    Simplify: \(\dfrac{9x-3}{18x-6}\)

    Solution

    Since we have a difference in the denominator and numerator, we factor the denominator and numerator, and then reduce.

    \[\begin{array}{rl}\dfrac{9x-3}{18x-6}&\text{Factor the GCF from numerator and denominator} \\ \dfrac{3\color{blue}{(3x-1)}}{6\color{blue}{(3x-1)}}&\color{black}{\text{Reduce by a factor of }}3(3x-1) \\ \dfrac{\cancel{3}\color{blue}{\cancel{(3x-1)}}}{2\cdot\cancel{3}\cdot\color{blue}{\cancel{(3x-1)}}}&\color{black}{\text{Rewrite the expression}} \\ \dfrac{1}{2}&\text{Reduced expression}\end{array}\nonumber\]

    Example 8.1.7

    Simplify: \(\dfrac{x^2-25}{x^2+8x+15}\)

    Solution

    Since we have a sum and difference of terms in the denominator and numerator, we factor the denominator and numerator, and then reduce.

    \[\begin{array}{rl}\dfrac{x^2-25}{x^2+8x+15}&\text{Factor using factoring techniques} \\ \dfrac{\color{blue}{(x+5)}\color{black}{}(x-5)}{(x+3)\color{blue}{(x+5)}}&\color{black}{\text{Reduce by a factor of }}(x+5) \\ \dfrac{\color{blue}{\cancel{(x+5)}}\color{black}{}(x-5)}{(x+3)\color{blue}{\cancel{(x+5)}}}&\color{black}{\text{Rewrite the expression}} \\ \dfrac{x-5}{x+3}&\text{Reduced expression}\end{array}\nonumber\]

    Note

    We cannot reduce terms, only factors. This means we cannot reduce anything with a \(+\) or \(−\) between the parts. In Example 8.1.7 , we obtained the reduced expression \(\dfrac{x−5}{x+3}\). Note, we are not allowed to divide out the \(x\)’s because they are terms (separated by \(+\) or \(−\)) not factors (separated by multiplication).

    Reduce Rational Expressions Homework

    Evaluate the expression for the given value.

    Exercise 8.1.1

    \(\dfrac{4v+2}{6}\) when \(v=4\)

    Exercise 8.1.2

    \(\dfrac{x-3}{x^2-4x+3}\) when \(x=-4\)

    Exercise 8.1.3

    \(\dfrac{b+2}{b^2+4b+4}\) when \(b=0\)

    Exercise 8.1.4

    \(\dfrac{b-3}{3b-9}\) when \(b=-2\)

    Exercise 8.1.5

    \(\dfrac{a+2}{a^2+3a+2}\) when \(a=-1\)

    Exercise 8.1.6

    \(\dfrac{n^2-n-6}{n-3}\) when \(n=4\)

    Find the excluded value(s).

    Exercise 8.1.7

    \(\dfrac{3k^2+30k}{k+10}\)

    Exercise 8.1.8

    \(\dfrac{15n^2}{10n+25}\)

    Exercise 8.1.9

    \(\dfrac{10m^2+8m}{10m}\)

    Exercise 8.1.10

    \(\dfrac{r^2+3r+2}{5r+10}\)

    Exercise 8.1.11

    \(\dfrac{b^2+12b+32}{b^2+4b-32}\)

    Exercise 8.1.12

    \(\dfrac{27p}{18p^2-36p}\)

    Exercise 8.1.13

    \(\dfrac{x+10}{8x^2+80x}\)

    Exercise 8.1.14

    \(\dfrac{10x+16}{6x+20}\)

    Exercise 8.1.15

    \(\dfrac{6n^2-21n}{6n^2+3n}\)

    Simplify each expression.

    Exercise 8.1.16

    \(\dfrac{21x^2}{18x}\)

    Exercise 8.1.17

    \(\dfrac{24a}{40a^2}\)

    Exercise 8.1.18

    \(\dfrac{32x^3}{8x^4}\)

    Exercise 8.1.19

    \(\dfrac{18m-24}{60}\)

    Exercise 8.1.20

    \(\dfrac{20}{4p+2}\)

    Exercise 8.1.21

    \(\dfrac{x+1}{x^2+8x+7}\)

    Exercise 8.1.22

    \(\dfrac{32x^2}{28x^2+28x}\)

    Exercise 8.1.23

    \(\dfrac{n^2+4n-12}{n^2-7n+10}\)

    Exercise 8.1.24

    \(\dfrac{9v+54}{v^2-4v-60}\)

    Exercise 8.1.25

    \(\dfrac{12x^2-42x}{30x^2-42x}\)

    Exercise 8.1.26

    \(\dfrac{6a-10}{10a+4}\)

    Exercise 8.1.27

    \(\dfrac{2n^2+19n-10}{9n+90}\)

    Exercise 8.1.28

    \(\dfrac{21k}{24k^2}\)

    Exercise 8.1.29

    \(\dfrac{90x^2}{20x}\)

    Exercise 8.1.30

    \(\dfrac{10}{81n^3+36n^2}\)

    Exercise 8.1.31

    \(\dfrac{n-9}{9n-81}\)

    Exercise 8.1.32

    \(\dfrac{28m+12}{36}\)

    Exercise 8.1.33

    \(\dfrac{49r+56}{56r}\)

    Exercise 8.1.34

    \(\dfrac{b^2+14b+48}{b^2+15b+56}\)

    Exercise 8.1.35

    \(\dfrac{30x-90}{50x+40}\)

    Exercise 8.1.36

    \(\dfrac{k^2-12k+32}{k^2-64}\)

    Exercise 8.1.37

    \(\dfrac{9p+18}{p^2+4p+4}\)

    Exercise 8.1.38

    \(\dfrac{3x^2-29x+40}{5x^2-30x-80}\)

    Exercise 8.1.39

    \(\dfrac{8m+16}{20m-12}\)

    Exercise 8.1.40

    \(\dfrac{2x^2-10x+8}{3x^2-7x+4}\)

    Exercise 8.1.41

    \(\dfrac{7n^2-32n+16}{4n-16}\)

    Exercise 8.1.42

    \(\dfrac{n^2-2n+1}{6n+6}\)

    Exercise 8.1.43

    \(\dfrac{7a^2-26a-45}{6a^2-34a+20}\)

    Exercise 8.1.44

    \(\dfrac{56x-48}{24x^2+56x+32}\)

    Exercise 8.1.45

    \(\dfrac{50b-80}{50b+20}\)

    Exercise 8.1.46

    \(\dfrac{35v+35}{21v+7}\)

    Exercise 8.1.47

    \(\dfrac{56x-48}{24x^2+56x+32}\)

    Exercise 8.1.48

    \(\dfrac{4k^3-2k^2-2k}{9k^3-18k^2+9k}\)


    This page titled 8.1: Reduce Rational Expressions is shared under a CC BY-NC-SA 4.0 license and was authored, remixed, and/or curated by Darlene Diaz (ASCCC Open Educational Resources Initiative) via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.