Skip to main content
Mathematics LibreTexts

4.6: Rational Functions - Addition and Subtraction

  • Page ID
    6259
    • Anonymous
    • LibreTexts
    \( \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}}\)

    Learning Objectives

    • Add and subtract rational functions.
    • Simplify complex rational expressions.

    Adding and Subtracting Rational Functions

    Adding and subtracting rational expressions is similar to adding and subtracting fractions. Recall that if the denominators are the same, we can add or subtract the numerators and write the result over the common denominator. When working with rational expressions, the common denominator will be a polynomial. In general, given polynomials \(P, Q\), and \(R\), where \(Q≠0\), we have the following:

    \(\dfrac { P } { Q } \pm \dfrac { R } { Q } = \dfrac { P \pm R } { Q }\)

    The set of restrictions to the domain of a sum or difference of rational expressions consists of the restrictions to the domains of each expression.

    Example \(\PageIndex{1}\):

    Subtract: \(\dfrac { 4 x } { x ^ { 2 } - 64 } - \dfrac { 3 x + 8 } { x ^ { 2 } - 64 }\).

    Solution

    The denominators are the same. Hence we can subtract the numerators and write the result over the common denominator. Take care to distribute the negative \(1\).

    \(\begin{aligned} \dfrac { 4 x } { x ^ { 2 } - 64 } - \dfrac { 3 x + 8 } { x ^ { 2 } - 64 } & = \dfrac { 4 x - ( 3 x + 8 ) } { x ^ { 2 } - 64 } \quad\:\color{Cerulean}{Subtract\:the\:numerators.}\\ & = \dfrac { 4 x - 3 x - 8 } { x ^ { 2 } - 64 } \quad\quad\color{Cerulean}{Simplify.}\\ & = \dfrac {\cancel{x-8} } { ( x + 8 )\cancel{ ( x - 8 )} }\quad\color{Cerulean}{Cancel.} \\ & = \dfrac { 1 } { x + 8 } \quad\quad\quad\:\:\:\quad\color{Cerulean}{Restrictions\: x\neq\pm 8} \end{aligned}\)

    Answer:

    \(\dfrac { 1 } { x + 8 }\), where \(x \neq \pm 8\)

    To add rational expressions with unlike denominators, first find equivalent expressions with common denominators. Do this just as you have with fractions. If the denominators of fractions are relatively prime, then the least common denominator (LCD) is their product. For example,

    \(\dfrac { 1 } { x } + \dfrac { 1 } { y } \quad \color{Cerulean}{\Rightarrow} \quad \color{black}{ \mathrm { LCD } = x \cdot y = x y}\)

    Multiply each fraction by the appropriate form of \(1\) to obtain equivalent fractions with a common denominator.

    \(\begin{aligned} \dfrac { 1 } { x } + \dfrac { 1 } { y } & = \dfrac { 1 \cdot \color{Cerulean}{y} } { x \cdot \color{Cerulean}{y} } + \dfrac { 1 \cdot \color{Cerulean}{x} } { y \cdot \color{Cerulean}{x} } \\ & = \dfrac { y } { x y } + \dfrac { x } { x y } \quad \color{Cerulean} { Equivalent\: fractions\: with\: a \:common\: denominator } \\ & = \dfrac { y + x } { x y } \end{aligned}\)

    In general, given polynomials \(P, Q, R\), and \(S\), where \(Q≠0\) and \(S≠0\), we have the following:

    \(\dfrac { P } { Q } \pm \dfrac { R } { S } = \dfrac { P S \pm Q R } { Q S }\)

    Example \(\PageIndex{2}\):

    Given \(f ( x ) = \dfrac { 5 x } { 3 x + 1 }\) and \(g ( x ) = \dfrac { 2 } { x + 1 }\), find \(f+g\) and state the restrictions.

    Solution

    Here the LCD is the product of the denominators \((3x+1)(x+1)\). Multiply by the appropriate factors to obtain rational expressions with a common denominator before adding.

    \(\begin{array} { l } =(f+g)(x)=f(x)+g(x)\\ { = \dfrac { 5 x } { 3 x + 1 } + \dfrac { 2 } { x + 1 } } \\ { = \dfrac { 5 x } { ( 3 x + 1 ) } \cdot \color{Cerulean}{\dfrac { ( x + 1 ) } { ( x + 1 ) }} \color{black}{+} \dfrac { 2 } { ( x + 1 ) } \cdot \color{Cerulean}{\dfrac { ( 3 x + 1 ) } { ( 3 x + 1 ) } }} \\ { = \dfrac { 5 x ( x + 1 ) } { ( 3 x + 1 ) ( x + 1 ) } + \dfrac { 2 ( 3 x + 1 ) } { ( x + 1 ) ( 3 x + 1 ) } } \\ { = \dfrac { 5 x ( x + 1 ) + 2 ( 3 x + 1 ) } { ( 3 x + 1 ) ( x + 1 ) } } \\ { = \dfrac { 5 x ^ { 2 } + 5 x + 6x + 2 } { ( 3 x + 1 ) ( x + 1 ) } } \\ = \dfrac{5x^{2} + 11x + 2}{(3x+1)(x+1)} \\ { = \dfrac { ( 5 x + 1 ) ( x + 2 ) } { ( 3 x + 1 ) ( x + 1 ) } } \end{array}\)

    The domain of \(f\) consists all real numbers except \(-\dfrac{1}{3}\), and the domain of \(g\) consists of all real numbers except \(-1\). Therefore, the domain of \(f+g\) consists of all real numbers except \(-1\) and \(-\dfrac{1}{3}\).

    Answer:

    \(( f + g ) ( x ) = \dfrac { ( 5 x + 1 ) ( x + 2 ) } { ( 3 x + 1 ) ( x + 1 ) }\), where \(x \neq - 1 , - \dfrac { 1 } { 3 }\)

    It is not always the case that the LCD is the product of the given denominators. Typically, the denominators are not relatively prime; thus determining the LCD requires some thought. Begin by factoring all denominators. The LCD is the product of all factors with the highest power.

    Example \(\PageIndex{3}\):

    Given \(f ( x ) = \dfrac { 3 x } { 3 x - 1 }\) and \(g ( x ) = \dfrac { 4 - 14 x } { 3 x ^ { 2 } - 4 x + 1 }\), find \(f-g\) and state the restrictions to the domain.

    Solution

    To determine the LCD, factor the denominator of \(g\).

    \(\begin{aligned} ( f - g ) ( x ) & = f ( x ) - g ( x ) \\ & = \dfrac { 3 x } { 3 x - 1 } - \dfrac { 4 - 14 x } { 3 x ^ { 2 } - 4 x + 1 } \\ & = \dfrac { 3 x } { ( 3 x - 1 ) } - \dfrac { 4 - 14 x } { ( 3 x - 1 ) ( x - 1 ) } \end{aligned}\)

    In this case the LCD \(=(3x−1)(x−1)\). Multiply \(f\)  by \(1\) in the form of \(\dfrac { ( x - 1 ) } { ( x - 1 ) }\) to obtain equivalent algebraic fractions with a common denominator and then subtract.

    \(\begin{array} { l } { = \dfrac { 3 x } { ( 3 x - 1 ) } \cdot \dfrac { \color{Cerulean}{( x - 1 )} } { \color{Cerulean}{( x - 1 )} } \color{black}{-} \dfrac { 4 - 14 x } { ( 3 x - 1 ) ( x - 1 ) } } \\ { = \dfrac { 3 x ( x - 1 ) - 4 + 14 x } { ( 3 x - 1 ) ( x - 1 ) } } \\ { = \dfrac { 3 x ^ { 2 } + 11 x - 4 } { ( 3 x - 1 ) ( x - 1 ) } } \\ { = \dfrac { \cancel{( 3 x - 1 )} ( x + 4 ) } { \cancel{( 3x - 1 )} (x-1) } } \\ { = \dfrac { ( x + 4 ) } { ( x - 1 ) } } \end{array}\)

    The domain of \(f\) consists of all real numbers except \(\dfrac{1}{3}\), and the domain of \(g\) consists of all real numbers except \(1\) and \(\dfrac{1}{3}\). Therefore, the domain of \(f − g\) consists of all real numbers except \(1\) and \(\dfrac{1}{3}\).

    Answer:

    \(( f - g ) ( x ) = \dfrac { x + 4 } { x - 1 }\), where \(x \neq \dfrac { 1 } { 3 } , 1\)

    Example \(\PageIndex{4}\):

    Simplify and state the restrictions: \(\dfrac { - 2 x } { x + 6 } - \dfrac { 3 x } { 6 - x } - \dfrac { 18 ( x - 2 ) } { x ^ { 2 } - 36 }\).

    Solution

    Begin by applying the opposite binomial property \(6 - x = - ( x - 6 )\).

    \(\begin{array} { l } { \dfrac { - 2 x } { x + 6 } - \dfrac { 3 x } { 6 - x } - \dfrac { 18 ( x - 2 ) } { x ^ { 2 } - 36 } } \\ { = \dfrac { - 2 x } { ( x + 6 ) } - \dfrac { 3 x } {\color{Cerulean}{ - 1 \cdot ( x - 6 )} } \color{black}{-} \dfrac { 18 ( x - 2 ) } { ( x + 6 ) ( x - 6 ) } } \\ { = \dfrac { - 2 x } { ( x + 6 ) } + \dfrac { 3 x } { ( x - 6 ) } - \dfrac { 18 ( x - 2 ) } { ( x + 6 ) ( x - 6 ) } } \end{array}\)

    Next, find equivalent fractions with the LCD \(= (x+6)(x-6)\) and then simplify.

    \(\begin{aligned} & = \dfrac { - 2 x } { ( x + 6 ) } \cdot \dfrac { ( \color{Cerulean}{x - 6}\color{black}{ )} } { (\color{Cerulean}{ x - 6}\color{black}{ )} } + \dfrac { 3 x } { ( x - 6 ) } \cdot \dfrac { (\color{Cerulean}{ x + 6}\color{black}{ )} } { ( \color{Cerulean}{x + 6} \color{black}{)} } - \dfrac { 18 ( x - 2 ) } { ( x + 6 ) ( x - 6 ) } \\ & = \dfrac { - 2 x ( x - 6 ) + 3 x ( x + 6 ) - 18 ( x - 2 ) } { ( x + 6 ) ( x - 6 ) } \\ & = \dfrac { - 2 x ^ { 2 } + 12 x + 3 x ^ { 2 } + 18 x - 18 x + 36 } { ( x + 6 ) ( x - 6 ) } \\ & = \dfrac { x ^ { 2 } + 12 x + 36 } { ( x + 6 ) ( x - 6 ) } \\ & = \dfrac { \cancel{(x + 6 )} ( x + 6 ) } { \cancel{( x + 6 )} ( x - 6 ) } \\ & = \dfrac { x + 6 } { x - 6 } \end{aligned}\)

    Answer:

    \(\dfrac { x + 6 } { x - 6 }\), where \(x \neq \pm 6\)

    Exercise \(\PageIndex{1}\)

    Simplify and state the restrictions: \(\dfrac { x + 1 } { ( x - 1 ) ^ { 2 } } - \dfrac { 2 } { x ^ { 2 } - 1 } - \dfrac { 4 } { ( x + 1 ) ( x - 1 ) ^ { 2 } }\)

    Answer

    \(\dfrac { 1 } { x - 1 }\), where \(x \neq \pm 1\)

    www.youtube.com/v/UjdOYZxy83s

    Rational expressions are sometimes expressed using negative exponents. In this case, apply the rules for negative exponents before simplifying the expression.

    Example \(\PageIndex{5}\):

    Simplify and state the restrictions: \(5 a ^ { - 2 } + ( 2 a + 5 ) ^ { - 1 }\).

    Solution

    Recall that \(x ^ { - n } = \dfrac { 1 } { x ^ { n } }\). Begin by rewriting the rational expressions with negative exponents as fractions.

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

    Then find the LCD and add.

    \(\begin{aligned} \dfrac { 5 } { a ^ { 2 } } + \dfrac { 1 } { ( 2 a + 5 ) ^ { 1 } } & = \dfrac { 5 } { a ^ { 2 } } \cdot \dfrac { \color{Cerulean}{( 2 a + 5 )} } {\color{Cerulean}{ ( 2 a + 5 )} } \color{black}{+} \dfrac { 1 } { ( 2 a + 5 ) } \cdot \dfrac {\color{Cerulean}{ a ^ { 2} } } { \color{Cerulean}{a ^ { 2} } } \\ & = \dfrac { 5 ( 2 a + 5 ) } { a ^ { 2 } ( 2 a + 5 ) } + \dfrac { a ^ { 2 } } { a ^ { 2 } ( 2 a + 5 ) }\quad \color{Cerulean}{Equivalent\: expressions \:with\: a\: common\:denominator. } \\ & = \dfrac { 10 a + 25 + a ^ { 2 } } { a ^ { 2 } ( 2 a + 5 ) } \quad\quad\quad\quad\quad\:\:\color{Cerulean}{Add.}\\ & = \dfrac { a ^ { 2 } + 10 a + 25 } { a ^ { 2 } ( 2 a + 5 ) } \quad\quad\:\:\quad\quad\quad\color{Cerulean}{Simplify.} \\ & = \dfrac { ( a + 5 ) ( a + 5 ) } { a ^ { 2 } ( 2 a + 5 ) } \end{aligned}\)

    Answer:

    \(\dfrac { ( a + 5 ) ^ { 2 } } { a ^ { 2 } ( 2 a + 5 ) ^ { 2 } }\), where \(a \neq - \dfrac { 5 } { 2 } , 0\)

    Simplifying Complex Rational Expressions

    A complex rational expression32 is defined as a rational expression that contains one or more rational expressions in the numerator or denominator or both. For example, 

    \(\dfrac { 4 - \dfrac { 12 } { x } + \dfrac { 9 } { x ^ { 2 } } } { 2 - \dfrac { 5 } { x } + \dfrac { 3 } { x ^ { 2 } } }\)

    is a complex rational expression. We simplify a complex rational expression by finding an equivalent fraction where the numerator and denominator are polynomials. There are two methods for simplifying complex rational expressions, and we will outline the steps for both methods. For the sake of clarity, assume that variable expressions used as denominators are nonzero.

    Method 1: Simplify Using Division

    We begin our discussion on simplifying complex rational expressions using division. Before we can multiply by the reciprocal of the denominator, we must simplify the numerator and denominator separately. The goal is to first obtain single algebraic fractions in the numerator and the denominator. The steps for simplifying a complex algebraic fraction are illustrated in the following example.

    Example \(\PageIndex{6}\):

    Simplify: \(\dfrac { 4 - \dfrac { 12 } { x } + \dfrac { 9 } { x ^ { 2 } } } { 2 - \dfrac { 5 } { x } + \dfrac { 3 } { x ^ { 2 } } }\).

    Solution

    Step 1: Simplify the numerator and denominator to obtain a single algebraic fraction divided by another single algebraic fraction. In this example, find equivalent terms with a common denominator in both the numerator and denominator before adding and subtracting.

    \(\begin{aligned} \dfrac { 4 - \dfrac { 12 } { x } + \dfrac { 9 } { x ^ { 2 } } } { 2 - \dfrac { 5 } { x } + \dfrac { 3 } { x ^ { 2 } } } & = \dfrac { \dfrac { 4 } { 1 } \cdot \color{Cerulean}{\dfrac { x ^ { 2 } } { x ^ { 2} } } \color{black}{-} \dfrac { 12 } { x } \cdot \color{Cerulean}{\dfrac { x } { x} }\color{black}{ +} \dfrac { 9 } { x ^ { 2 } } } { \dfrac { 2 } { 1 } \cdot \color{Cerulean}{\dfrac { x ^ { 2 } } { x ^ { 2} } }\color{black}{ -} \dfrac { 5 } { x } \cdot \color{Cerulean}{\dfrac { x } { x } }\color{black}{ +} \dfrac{3}{x^{2}} } \\ & = \dfrac { \dfrac { 4 x ^ { 2 } } { x ^ { 2 } } - \dfrac { 12 x } { x ^ { 2 } } + \dfrac { 9 } { x ^ { 2 } } } { \dfrac { 2 x ^ { 2 } } { x ^ { 2 } } - \dfrac { 5 x } { x ^ { 2 } } + \dfrac { 3 } { x ^ { 2 } } } \quad\quad\quad\color{Cerulean}{Equivalent\: fractions\: with\:common\:denominators.}\\&= \dfrac{\dfrac{4x^{2}-12x+9}{x^{2}}}{\dfrac{2x^{2}-5x+3}{x^{2}}}\quad\quad\quad\quad\quad\color{Cerulean}{Add\:the\:fractions\:in\:the\:numerator\:and\:denominator.} \end{aligned}\)

    At this point we have a single algebraic fraction divided by another single algebraic fraction.

    Step 2: Multiply the numerator by the reciprocal of the denominator.

    \(\dfrac { \dfrac { 4 x ^ { 2 } - 12 x + 9 } { x ^ { 2 } } } { \color{Cerulean}{\dfrac { 2 x ^ { 2 } - 5 x + 3 } { x ^ { 2 }} } } \color{black}{=} \dfrac { 4 x ^ { 2 } - 12 x + 9 } { x ^ { 2 } } \cdot \color{Cerulean}{\dfrac { x ^ { 2 } } { 2 x ^ { 2 } - 5 x + 3 }}\)

    Step 3: Factor all numerators and denominators completely.

    \(= \dfrac { ( 2 x - 3 ) ( 2 x - 3 ) } { x ^ { 2 } } \cdot \dfrac { x ^ { 2 } } { ( 2 x - 3 ) ( x - 1 ) }\)

    Step 4: Cancel all common factors.

    \(= \dfrac { \cancel{( 2 x - 3 )} ( 2 x - 3 ) } { \cancel{x ^ { 2} } } \cdot \dfrac { \cancel{x ^ { 2} } } { \cancel{( 2 x - 3 )}(x-1) } \\ =\dfrac{2x-3}{x-1}\)

    Answer:

    \(\dfrac { 2 x - 3 } { x - 1 }\)

    Example \(\PageIndex{7}\):

    Simplify: \(\dfrac { \dfrac { 2 x } { x - 1 } + \dfrac { 7 } { x + 3 } } { \dfrac { 2 x } { x - 1 } - \dfrac { 5 } { x - 3 } }\)

    Solution

    Obtain a single algebraic fraction in the numerator and in the denominator.

    \(\begin{aligned} \dfrac{\dfrac{2x}{x-1}+\dfrac{7}{x+3}}{\dfrac{2x}{x-1}-\dfrac{5}{x-3}} &= \dfrac{\dfrac{2x}{x-1}\cdot \dfrac{(\color{Cerulean}{x+3}\color{black}{)}}{(\color{Cerulean}{x+3}\color{black}{)}}+ \dfrac{7}{x+3}\cdot\dfrac{(\color{Cerulean}{x-1}\color{black}{)}}{(\color{Cerulean}{x-1}\color{black}{)}}}{\dfrac{2x}{x-1}\cdot\dfrac{(\color{Cerulean}{x-3}\color{black}{)}}{(\color{Cerulean}{x-3}\color{black}{)}}-\dfrac{5}{x-3}\cdot\dfrac{(\color{Cerulean}{x-1}\color{black}{)}}{(\color{Cerulean}{x-1}\color{black}{)}}} \\ & =\dfrac { \dfrac { 2 x ( x + 3 ) + 7 ( x - 1 ) } { ( x - 1 ) ( x + 3 ) } } { \dfrac { 2 x ( x - 3 ) - 5 ( x - 1 ) } { ( x - 1 ) ( x - 3 ) } } \\ & = \dfrac { \dfrac { 2 x ^ { 2 } + 6 x + 7 x - 7 } { ( x - 1 ) ( x + 3 ) } } { \dfrac { 2 x ^ { 2 } - 6 x -5 x +5 } { ( x - 1 ) ( x - 3 ) } } \\& = \dfrac{\dfrac{2x^{2}+13x-7}{(x-1)(x+3)}}{\dfrac{2x^{2}-11x+5}{(x-1)(x-3)}} \end{aligned}\)

    Next, multiply the numerator by the reciprocal of the denominator, factor, and then cancel.

    \(\begin{array} { l } { = \dfrac { 2 x ^ { 2 } + 13 x - 7 } { ( x - 1 ) ( x + 3 ) } \cdot \dfrac { ( x - 1 ) ( x - 3 ) } { 2 x ^ { 2 } - 11 x + 5 } } \\ { = \dfrac { \cancel{( 2 x -1)} ( x + 7 ) } {\cancel{(x-1)} ( x + 3 ) } \cdot \dfrac { \cancel{( x - 1 )} ( x - 3 ) } { \cancel{( 2 x - 1 )} ( x - 5 ) } } \\{= \dfrac{(x+7)(x-3)}{(x+3)(x-5)}} \end{array}\)

    Answer:

    \(\dfrac { ( x + 7 ) ( x - 3 ) } { ( x + 3 ) ( x - 5 ) }\)

    Exercise \(\PageIndex{2}\)

    Simplify using division: \(\dfrac { \dfrac { 1 } { y ^ { 2 } } - \dfrac { 1 } { x ^ { 2 } } } { \dfrac { 1 } { y } + \dfrac { 1 } { x } }\).

    Answer

    \(\dfrac { x - y } { x y }\)

    www.youtube.com/v/4DqCL_HbINQ

    Sometimes complex rational expressions are expressed using negative exponents.

    Example \(\PageIndex{8}\):

    Simplify: \(\dfrac { 2 y ^ { - 1 } - x ^ { - 1 } } { x ^ { - 2 } - 4 y ^ { - 2 } }\).

    Solution

    We begin by rewriting the expression without negative exponents.

    \(\dfrac { 2 y ^ { - 1 } - x ^ { - 1 } } { x ^ { - 2 } - 4 y ^ { - 2 } } = \dfrac { \dfrac { 2 } { y } - \dfrac { 1 } { x } } { \dfrac { 1 } { x ^ { 2 } } - \dfrac { 4 } { y ^ { 2 } } }\)

    Obtain single algebraic fractions in the numerator and denominator and then multiply by the reciprocal of the denominator.

    \(\begin{aligned} \dfrac { \dfrac { 2 } { y } - \dfrac { 1 } { x } } { x ^ { 2 } - \dfrac { 4 } { y ^ { 2 } } } & = \dfrac { \dfrac { 2 x - y } { x y } } { \dfrac { y ^ { 2 } - 4 x ^ { 2 } } { x ^ { 2 } y ^ { 2 } } } \\ & = \dfrac { 2 x - y } { x y } \cdot \dfrac { x ^ { 2 } y ^ { 2 } } { y ^ { 2 } - 4 x ^ { 2 } } \\ & = \dfrac { 2 x - y } { x y } \cdot \dfrac { x ^ { 2 } y ^ { 2 } } { ( y - 2 x ) ( y + 2 x ) } \end{aligned}\)

    Apply the opposite binomial property \(( y - 2 x ) = - ( 2 x - y )\) and then cancel.

    \(\begin{array} { l } { = \dfrac { \cancel{( 2 x - y )} } { x y } \cdot \dfrac { \stackrel{x\:\:\:y}{\cancel{x ^ { 2} } \:\cancel{y ^ {2} }} } { - \cancel{( 2 x - y )} ( y + 2 x ) } } \\ { = - \dfrac { x y } { y + 2 x } } \end{array}\)

    Answer: \(- \dfrac { x y } { y + 2 x }\)

    Method 2: Simplify Using the LCD

    An alternative method for simplifying complex rational expressions involves clearing the fractions by multiplying the expression by a special form of \(1\). In this method, multiply the numerator and denominator by the least common denominator (LCD) of all given fractions.

    Example \(\PageIndex{9}\):

    Simplify: \(\dfrac { 4 - \dfrac { 12 } { x } + \dfrac { 9 } { x ^ { 2 } } } { 2 - \dfrac { 5 } { x } + \dfrac { 3 } { x ^ { 2 } } }\).

    Solution

    Step 1: Determine the LCD of all the fractions in the numerator and denominator. In this case, the denominators of the given fractions are \(1, x\), and \(x^{2}\). Therefore, the LCD is \(x^{2}\).

    Step 2: Multiply the numerator and denominator by the LCD. This step should clear the fractions in both the numerator and denominator.

    \(\begin{aligned} \dfrac { 4 - \dfrac { 12 } { x } + \dfrac { 9 } { x ^ { 2 } } } { 2 - \dfrac { 5 } { x } + \dfrac { 3 } { x ^ { 2 } } } & = \dfrac { \left( 4 - \dfrac { 12 } { x } + \dfrac { 9 } { x ^ { 2 } } \right) \cdot \color{Cerulean}{x ^ { 2} } } { \left( 2 - \dfrac { 5 } { x } + \dfrac { 3 } { x ^ { 2 } } \right) \cdot \color{Cerulean}{x ^ { 2} } } \quad\quad\:\:\quad\quad\color{Cerulean}{Multiply\:numerator\:and\:denominator.} \\ & = \dfrac { 4 \cdot \color{Cerulean}{x ^ { 2} }\color{black}{ -} \dfrac { 12 } { x } \cdot \color{Cerulean}{x ^ { 2} }\color{black}{ +} \dfrac { 9 } { x ^ { 2 } } \cdot \color{Cerulean}{x ^ { 2} } } { 2 \cdot \color{Cerulean}{x ^ { 2} }\color{black}{ -} \dfrac { 5 } { x } \cdot \color{Cerulean}{x ^ { 2} }\color{black}{ +} \dfrac { 3 } { x ^ { 2 } } \cdot \color{Cerulean}{x ^ { 2} } }\quad\quad\color{Cerulean}{Distribute\:and\:then\:cancel.} \\ & = \dfrac { 4 x ^ { 2 } - 12 x + 9 } { 2 x ^ { 2 } - 5 x + 3 } \end{aligned}\)

    This leaves us with a single algebraic fraction with a polynomial in the numerator and in the denominator.

    Step 3: Factor the numerator and denominator completely.

    \(\begin{aligned} & = \dfrac { 4 x ^ { 2 } - 12 x + 9 } { 2 x ^ { 2 } - 5 x + 3 } \\ & = \dfrac { ( 2 x - 3 ) ( 2 x - 3 ) } { ( x - 1 ) ( 2 x - 3 ) } \end{aligned}\)

    Step 4: Cancel all common factors.

    \(\begin{aligned} & = \dfrac { ( 2 x - 3 )\cancel{ ( 2 x - 3 )} } { ( x - 1 ) \cancel{( 2 x - 3 )} } \\ & = \dfrac { 2 x - 3 } { x - 1 } \end{aligned}\)

    Note

    This was the same problem presented in Example 6 and the results here are the same. It is worth taking the time to compare the steps involved using both methods on the same problem.

    Answer: \(\dfrac{2x-3}{x-1}\)

    It is important to point out that multiplying the numerator and denominator by the same nonzero factor is equivalent to multiplying by 1 and does not change the problem.

    Exercise \(\PageIndex{3}\)

    Simplify using the LCD: \(\dfrac { \dfrac { 1 } { y ^ { 2 } } - \dfrac { 1 } { x ^ { 2 } } } { \dfrac { 1 } { y } + \dfrac { 1 } { x } }\).

    Answer

    \(\dfrac { x - y } { x y }\)

    www.youtube.com/v/FP7Z1YEHgLE

    Key Takeaways

    • Adding and subtracting rational expressions is similar to adding and subtracting fractions. A common denominator is required. If the denominators are the same, then we can add or subtract the numerators and write the result over the common denominator.
    • The set of restrictions to the domain of a sum or difference of rational functions consists of the restrictions to the domains of each function.
    • Complex rational expressions can be simplified into equivalent expressions with a polynomial numerator and polynomial denominator. They are reduced to lowest terms if the numerator and denominator are polynomials that share no common factors other than \(1\).
    • One method of simplifying a complex rational expression requires us to first write the numerator and denominator as a single algebraic fraction. Then multiply the numerator by the reciprocal of the denominator and simplify the result.
    • Another method for simplifying a complex rational expression requires that we multiply it by a special form of \(1\). Multiply the numerator and denominator by the LCD of all the denominators as a means to clear the fractions. After doing this, simplify the remaining rational expression.

    Exercise \(\PageIndex{4}\)

    State the restrictions and simplify.

    1. \(\dfrac { 3 x } { 3 x + 4 } + \dfrac { 2 } { 3 x + 4 }\)
    2. \(\dfrac { 3 x } { 2 x - 1 } - \dfrac { 2 x + 1 } { 2 x - 1 }\)
    3. \(\dfrac { x - 2 } { 2 x ^ { 2 } - 11 x - 6 } + \dfrac { x + 3 } { 2 x ^ { 2 } - 11 x - 6 }\)
    4. \(\dfrac { 4 x - 1 } { 3 x ^ { 2 } + 2 x - 5 } - \dfrac { x - 6 } { 3 x ^ { 2 } + 2 x - 5 }\)
    5. \(\dfrac { 1 } { x } - 2 x\)
    6. \(\dfrac { 4 } { x ^ { 3 } } - \dfrac { 1 } { x }\)
    7. \(\dfrac { 1 } { x - 1 } + 5\)
    8. \(\dfrac { 1 } { x + 7 } - 1\)
    9. \(\dfrac { 1 } { x - 2 } - \dfrac { 1 } { 3 x + 4 }\)
    10. \(\dfrac { 2 } { 5 x - 2 } + \dfrac { x } { x + 3 }\)
    11. \(\dfrac { 1 } { x ^ { 2 } } + \dfrac { 1 } { x - 2 }\)
    12. \(\dfrac { 2 x } { x } + \dfrac { 2 } { x - 2 }\)
    13. \(\dfrac { 3 x - 7 } { x ( x - 7 ) } + \dfrac { 1 } { 7 - x }\)
    14. \(\dfrac { 2 } { 8 - x } + \dfrac { 3 x ^ { 2 } - 1 } { x ^ { 2 } ( x - 8 ) }\)
    15. \(\dfrac { x - 1 } { x ^ { 2 } - 25 } - \dfrac { 2 } { x ^ { 2 } - 10 x + 25 }\)
    16. \(\dfrac { x + 1 } { 2 x ^ { 2 } + 5 x - 3 } - \dfrac { x } { 4 x ^ { 2 } - 1 }\)
    17. \(\dfrac { x } { x ^ { 2 } + 4 x } - \dfrac { 2 } { x ^ { 2 } + 8 x + 16 }\)
    18. \(\dfrac { 2 x - 1 } { 4 x ^ { 2 } + 8 x - 5 } - \dfrac { 3 } { 4 x ^ { 2 } + 20 x + 25 }\)
    19. \(\dfrac { 5 - x } { 7 x + x ^ { 2 } } - \dfrac { x + 2 } { 49 - x ^ { 2 } }\)
    20. \(\dfrac { 2 x } { 4 x ^ { 2 } + x } - \dfrac { x + 1 } { 8 x ^ { 2 } + 6 x + 1 }\)
    21. \(\dfrac { x - 1 } { 2 x ^ { 2 } - 7 x - 4 } + \dfrac { 2 x - 1 } { x ^ { 2 } - 5 x + 4 }\)
    22. \(\dfrac { 2 ( x + 3 ) } { 3 x ^ { 2 } - 5 x - 2 } + \dfrac { 4 - x } { 3 x ^ { 2 } + 10 x + 3 }\)
    23. \(\dfrac { x ^ { 2 } } { 4 + 2 x ^ { 2 } } - \dfrac { 2 } { x ^ { 4 } + 2 x ^ { 2 } }\)
    24. \(\dfrac { 3 x } { 4 x ^ { 4 } + 6 x ^ { 3 } } - \dfrac { 2 x ^ { 2 } } { 6 x ^ { 3 } + 9 x ^ { 2 } }\)
    25. \(\dfrac { 3 x ^ { 2 } - 12 } { x ^ { 4 } - 8 x ^ { 2 } + 16 } - \dfrac { x ^ { 2 } + 2 } { 4 - x ^ { 2 } }\)
    26. \(\dfrac { x ^ { 2 } } { 2 x ^ { 2 } + 1 } + \dfrac { 6 x ^ { 2 } - 24 } { 2 x ^ { 4 } - 7 x ^ { 2 } - 4 }\)
    Answer

    1. \(\dfrac { 3 x + 2 } { 3 x + 4 } ; x \neq - \dfrac { 4 } { 3 }\)

    3. \(\dfrac { 1 } { x - 6 } ; x \neq - \dfrac { 1 } { 2 } , 6\)

    5. \(\dfrac { 1 - 2 x ^ { 2 } } { x } ; x \neq 0\)

    7. \(\dfrac { 5 x - 4 } { x - 1 } ; x \neq 1\)

    9. \(\dfrac { 2 ( x + 3 ) } { ( x - 2 ) ( 3 x + 4 ) } ; x \neq - \dfrac { 4 } { 3 } , 2\)

    11. \(\dfrac { ( x - 1 ) ( x + 2 ) } { x ^ { 2 } ( x - 2 ) } ; x \neq 0,2\)

    13. \(\dfrac { 2 x - 7 } { x ( x - 7 ) } ; x \neq 0,7\)

    15. \(\dfrac { x ^ { 2 } - 8 x - 5 } { ( x + 5 ) ( x - 5 ) ^ { 2 } } ; x \neq \pm 5\)

    17. \(\dfrac { x + 2 } { ( x + 4 ) ^ { 2 } } ; x \neq 0 , - 4\)

    19. \(\dfrac { 7 ( 5 - 2 x ) } { x ( 7 + x ) ( 7 - x ) } ; x \neq - 7,0,7\)

    21. \(\dfrac { x ( 5 x - 2 ) } { ( x - 4 ) ( x - 1 ) ( 2 x + 1 ) } ; x \neq - \dfrac { 1 } { 2 } , 1,4\)

    23. \(\dfrac { x ^ { 2 } - 2 } { 2 x ^ { 2 } } ; x \neq 0\)

    25. \(\dfrac { x ^ { 2 } + 5 } { ( x + 2 ) ( x - 2 ) } ; x \neq \pm 2\)

    Exercise \(\PageIndex{5}\)

    Given \(f\) and \(g\), simplify \(f+g\) and difference \(f-g\). Also, state the domain using interval notation.

    1. \(f ( x ) = \dfrac { 1 } { x } , g ( x ) = \dfrac { 5 } { x ^ { 2 } }\)
    2. \(f ( x ) = \dfrac { 1 } { x + 2 } , g ( x ) = \dfrac { 2 } { x - 1 }\)
    3. \(f ( x ) = \dfrac { x - 2 } { x + 2 } , g ( x ) = \dfrac { x + 2 } { x - 2 }\)
    4. \(f ( x ) = \dfrac { x } { 2 x - 1 } , g ( x ) = \dfrac { 2 x } { 2 x + 1 }\)
    5. \(f ( x ) = \dfrac { 6 } { 3 x ^ { 2 } + x } , g ( x ) = \dfrac { 18 } { 9 x ^ { 2 } + 6 x + 1 }\)
    6. \(f ( x ) = \dfrac { x - 1 } { x ^ { 2 } - 8 x + 16 } , g ( x ) = \dfrac { x - 2 } { x ^ { 2 } - 4 x }\)
    7. \(f ( x ) = \dfrac { x } { x ^ { 2 } - 25 } , g ( x ) = \dfrac { x - 1 } { x ^ { 2 } - 4 x - 5 }\)
    8. \(f ( x ) = \dfrac { 2 x - 3 } { x ^ { 2 } - 4 } , g ( x ) = \dfrac { x } { 2 x ^ { 2 } + 3 x - 2 }\)
    9. \(f ( x ) = \dfrac { 1 } { 3 x ^ { 2 } - x - 2 } , g ( x ) = - \dfrac { 1 } { 4 x ^ { 2 } - 3 x - 1 }\)
    10. \(f ( x ) = \dfrac { 6 } { 6 x ^ { 2 } + 13 x - 5 } , g ( x ) = - \dfrac { 2 } { 2 x ^ { 2 } + x - 10 }\)
    Answer

    1. \(( f + g ) ( x ) = \dfrac { x + 5 } { x ^ { 2 } } ; ( f - g ) ( x ) = \dfrac { x - 5 } { x ^ { 2 } }\); Domain: \(( - \infty , 0 ) \cup ( 0 , \infty )\)

    3. \(( f + g ) ( x ) = \dfrac { 2 \left( x ^ { 2 } + 4 \right) } { ( x + 2 ) ( x - 2 ) } ; ( f - g ) ( x ) = - \dfrac { 8 x } { ( x + 2 ) ( x - 2 ) }\); Domain: \(( - \infty , - 2 ) \cup ( - 2,2 ) \cup ( 2 , \infty )\)

    5. \(( f + g ) ( x ) = \dfrac { 6 ( 6 x + 1 ) } { x ( 3 x + 1 ) ^ { 2 } } ; ( f - g ) ( x ) = \dfrac { 6 } { x ( 3 x + 1 ) ^ { 2 } }\); Domain: \(\left( - \infty , - \dfrac { 1 } { 3 } \right) \cup \left( - \dfrac { 1 } { 3 } , 0 \right) \cup ( 0 , \infty )\)

    7. \(( f + g ) ( x ) = \dfrac { 2 x ^ { 2 } + 5 x - 5 } { ( x + 1 ) ( x + 5 ) ( x - 5 ) } ; ( f - g ) ( x ) = - \dfrac { 3 x - 5 } { ( x + 1 ) ( x + 5 ) ( x - 5 ) }\); Domain: \(( - \infty , - 5 ) \cup ( - 5 , - 1 ) \cup ( - 1,5 ) \cup ( 5 , \infty )\)

    9. \(( f + g ) ( x ) = \dfrac { 1 } { ( 3 x + 2 ) ( 4 x + 1 ) } ; ( f - g ) ( x ) = - \dfrac { 7 x + 3 } { ( x - 1 ) ( 3 x + 2 ) ( 4 x + 1 ) }\); Domain: \(\left( - \infty , - \dfrac { 2 } { 3 } \right) \cup \left( - \dfrac { 2 } { 3 } , \dfrac { 1 } { 4 } \right) \cup \left( \dfrac { 1 } { 4 } , 1 \right) \cup ( 1 , \infty )\)

    Exercise \(\PageIndex{6}\)

    State the restrictions and simplify.

    1. \(1 + \dfrac { 3 } { x } - \dfrac { 5 x - 1 } { x ^ { 2 } }\)
    2. \(4 + \dfrac { 2 } { x } - \dfrac { 6 x - 1 } { x ^ { 2 } }\)
    3. \(\dfrac { 2 x } { x - 8 } - \dfrac { 1 } { 3 x + 1 } - \dfrac { 2 x + 9 } { 3 x ^ { 2 } - 23 x - 8 }\)
    4. \(\dfrac { 4 x } { x - 2 } - \dfrac { 10 } { 3 x + 1 } - \dfrac { 19 x + 18 } { 3 x ^ { 2 } - 5 x - 2 }\)
    5. \(\dfrac { 1 } { x - 1 } + \dfrac { 1 } { ( x - 1 ) ^ { 2 } } - \dfrac { 1 } { x ^ { 2 } - 1 }\)
    6. \(\dfrac { 1 } { x - 2 } - \dfrac { 1 } { x ^ { 2 } - 4 } + \dfrac { 1 } { ( x - 2 ) ^ { 2 } }\)
    7. \(\dfrac { 2 x + 1 } { x - 1 } - \dfrac { 3 x } { 2 x ^ { 2 } - 3 x + 1 } + \dfrac { x + 1 } { x - 2 x ^ { 2 } }\)
    8. \(\dfrac { 5 x ^ { 2 } } { 2 x ^ { 2 } + 2 x } - \dfrac { x ^ { 2 } - 4 x } { x ^ { 2 } - 2 x } + \dfrac { 4 + 2 x ^ { 2 } } { 4 + 2 x - 2 x ^ { 2 } }\)
    9. \(\dfrac { x + 2 } { 2x ( 3 x - 2 ) } + \dfrac { 4 x } { ( x - 2 ) ( 3 x - 2 ) } - \dfrac { 3 x + 2 } { 2 x ( x - 2 ) }\)
    10. \(\dfrac { 10 x } { x ( x - 5 ) } - \dfrac { 2 x ^ { 2 } } { ( 2 x - 5 ) ( x - 5 ) } - \dfrac { 5 x } { x ( 2 x - 5 ) }\)
    Answer

    1. \(\dfrac { ( x - 1 ) ^ { 2 } } { x ^ { 2 } } ; x \neq 0\)

    3. \(\dfrac { 2 x - 1 } { x - 8 } ; x \neq - \dfrac { 1 } { 3 } , 8\)

    5. \(\dfrac { x ^ { 2 } + 1 } { ( x - 1 ) ^ { 2 } ( x + 1 ) } ; x \neq \pm 1\)

    7. \(\dfrac { 2 x + 1 } { x } ; x \neq 0 , \dfrac { 1 } { 2 } , 1\)

    9. \(0 ; x \neq 0 , \dfrac { 2 } { 3 } , 2\)

    Exercise \(\PageIndex{7}\)

    Simplify the given algebraic expressions. Assume all variable expressions in the denominator are nonzero.

    1. \(x ^ { - 2 } + y ^ { - 2 }\)
    2. \(x ^ { - 2 } + ( 2 y ) ^ { - 2 }\)
    3. \(2 x ^ { - 1 } + y ^ { - 2 }\)
    4. \(x ^ { - 2 } - 4 y ^ { - 1 }\)
    5. \(16 x ^ { - 2 } + y ^ { 2 }\)
    6. \(x y ^ { - 1 } - y x ^ { - 1 }\)
    7. \(3 ( x + y ) ^ { - 1 } + x ^ { - 2 }\)
    8. \(2 ( x - y ) ^ { - 2 } - ( x - y ) ^ { - 1 }\)
    9. \(a ^ { - 2 } - ( a + b ) ^ { - 1 }\)
    10. \(( a - b ) ^ { - 1 } - ( a + b ) ^ { - 1 }\)
    11. \(x ^ { - n } + y ^ { - n }\)
    12. \(x y ^ { - n } + y x ^ { - n }\)
    Answer

    1. \(\dfrac { y ^ { 2 } + x ^ { 2 } } { x ^ { 2 } y ^ { 2 } }\)

    3. \(\dfrac { x + 2 y ^ { 2 } } { x y ^ { 2 } }\)

    5. \(\dfrac { x ^ { 2 } y ^ { 2 } + 16 } { x ^ { 2 } }\)

    7. \(\dfrac { 3 x ^ { 2 } + x + y } { x ^ { 2 } ( x + y ) }\)

    9. \(\dfrac { a + b - a ^ { 2 } } { a ^ { 2 } ( a + b ) }\)

    11. \(\dfrac { x ^ { n } + y ^ { n } } { x ^ { n } y ^ { n } }\)

    Exercise \(\PageIndex{8}\)

    Simplify. Assume all variable expressions in the denominators are nonzero.

    1. \(\dfrac { \dfrac { 75 x ^ { 2 } } { ( x - 3 ) ^ { 2 } } } { \dfrac { 25 x ^ { 3 } } { x - 3 } }\)
    2. \(\dfrac { \dfrac { x + 5 } { 36 x ^ { 3 } } } { \dfrac { ( x + 5 ) ^ { 3 } } { 9 x ^ { 2 } } }\)
    3. \(\dfrac { \dfrac { x ^ { 2 } - 36 } { 32 x ^ { 5 } } } { \dfrac { x - 6 } { 4 x ^ { 3 } } }\)
    4. \(\dfrac { \dfrac { x - 8 } { 56 x ^ { 2 } } } { \dfrac { x ^ { 2 } - 64 } { 7 x ^ { 3 } } }\)
    5. \(\dfrac { \dfrac { 5 x + 1 } { 2 x ^ { 2 } + x - 10 } } { \dfrac { 25 x ^ { 2 } + 10 x + 1 } { 4 x ^ { 2 } - 25 } }\)
    6. \(\dfrac { \dfrac { 4 x ^ { 2 } - 27 x - 7 } { 4 x ^ { 2 } - 1 } } { \dfrac { x - 7 } { 6 x ^ { 2 } - x - 1 } }\)
    7. \(\dfrac { \dfrac { x ^ { 2 } - 4 x - 5 } { 2 x ^ { 2 } + 3 x + 1 } } { \dfrac { x ^ { 2 } - 10 x + 25 } { 2 x ^ { 2 } + 7 x + 3 } }\)
    8. \(\dfrac { \dfrac { 5 x ^ { 2 } + 9 x - 2 } { x ^ { 2 } + 4 x + 4 } } { \dfrac { 10 x ^ { 2 } + 3 x - 1 } { 4 x ^ { 2 } + 7 x - 2 } }\)
    9. \(\dfrac { x ^ { 2 } } { \dfrac { 1 } { 5 } - \dfrac { 3 } { x } }\)
    10. \(\dfrac { \dfrac { 4 } { x } - 3 } { 2 x ^ { 2 } }\)
    11. \(\dfrac { \dfrac { 1 } { 3 } - \dfrac { 1 } { x } } { \dfrac { 1 } { 9 } - \dfrac { 1 } { x ^ { 2 } } }\)
    12. \(\dfrac { \dfrac { 2 } { 5 } + \dfrac { 1 } { x } } { \dfrac { 4 } { 25 } - \dfrac { 1 } { x ^ { 2 } } }\)
    13. \(\dfrac { \dfrac { 1 } { y ^ { 2 } } - 36 } { 6 - \dfrac { 1 } { y } }\)
    14. \(\dfrac { \dfrac { 1 } { 5 } - \dfrac { 1 } { y } } { \dfrac { 1 } { y ^ { 2 } } - \dfrac { 1 } { 25 } }\)
    15. \(\dfrac { 1 - \dfrac { 6 } { x } + \dfrac { 8 } { x ^ { 2 } } } { 3 - \dfrac { 5 } { x } - \dfrac { 2 } { x ^ { 2 } } }\)
    16. \(\dfrac { 2 + \dfrac { 13 } { x } - \dfrac { 7 } { x ^ { 2 } } } { 3 + \dfrac { 1 } { x } - \dfrac { 10 } { x ^ { 2 } } }\)
    17. \(\dfrac { 9 - \dfrac { 12 } { x } + \dfrac { 4 } { x ^ { 2 } } } { 9 - \dfrac { 4 } { x ^ { 2 } } }\)
    18. \(\dfrac { 4 - \dfrac { 25 } { x ^ { 2 } } } { 4 - \dfrac { 8 } { x } - \dfrac { 5 } { x ^ { 2 } } }\)
    19. \(\dfrac { \dfrac { 1 } { x } + \dfrac { 5 } { 3 x - 1 } } { \dfrac { 2 } { 3 x - 1 } - \dfrac { 1 } { x } }\)
    20. \(\dfrac { \dfrac { 2 } { x - 5 } - \dfrac { 1 } { x } } { \dfrac { 1 } { x } - \dfrac { 3 } { x - 5 } }\)
    21. \(\dfrac { \dfrac { 1 } { x + 1 } + \dfrac { 2 } { x - 2 } } { \dfrac { 2 } { x - 3 } - \dfrac { 1 } { x - 2 } }\)
    22. \(\dfrac { \dfrac { 4 } { x + 5 } - \dfrac { 1 } { x - 3 } } { \dfrac { 3 } { x - 3 } + \dfrac { 1 } { 2 x - 1 } }\)
    23. \(\dfrac { \dfrac { x - 1 } { 3 x - 1 } - \dfrac { 1 } { x + 1 } } { \dfrac { x - 1 } { x + 1 } - \dfrac { 2 } { x + 1 } }\)
    24. \(\dfrac { \dfrac { x + 1 } { 3 x + 5 } - \dfrac { 1 } { x + 3 } } { \dfrac { 2 } { x + 3 } - \dfrac { x + 1 } { x + 3 } }\)
    25. \(\dfrac { \dfrac { 2 x + 3 } { 2 x - 3 } + \dfrac { 2 x - 3 } { 2 x + 3 } } { \dfrac { 2 x + 3 } { 2 x - 3 } - \dfrac { 2 x - 3 } { 2 x + 3 } }\)
    26. \(\dfrac { \dfrac { x - 1 } { x + 1 } - \dfrac { x + 1 } { x - 1 } } { \dfrac { x + 1 } { x - 1 } - \dfrac { x - 1 } { x + 1 } }\)
    27. \(\dfrac { \dfrac { 1 } { 2 x + 5 } - \dfrac { 1 } { 2 x - 5 } + \dfrac { 4 x } { 4 x ^ { 2 } - 25 } } { \dfrac { 1 } { 2 x + 5 } + \dfrac { 1 } { 2 x - 5 } + \dfrac { 4 x } { 4 x ^ { 2 } - 25 } }\)
    28. \(\dfrac { \dfrac { 1 } { 3 x - 1 } + \dfrac { 1 } { 3 x + 1 } } { \dfrac { 3 x } { 3 x - 1 } - \dfrac { 1 } { 3 x + 1 } - \dfrac { 6 x } { 9 x ^ { 2 } - 1 } }\)
    29. \(\dfrac { 1 } { 1 + \dfrac { 1 } { 1 + \dfrac { 1 } { x } } }\)
    30. \(\dfrac { \dfrac { 1 } { x } } { 1 - \dfrac { 1 } { 1 + \dfrac { 1 } { x } } }\)
    31. \(\dfrac { \dfrac { 1 } { y } - \dfrac { 1 } { x } } { \dfrac { 1 } { y ^ { 2 } } - \dfrac { 1 } { x ^ { 2 } } }\)
    32. \(\dfrac { \dfrac { 2 } { y } + \dfrac { 1 } { x } } { \dfrac { 4 } { y ^ { 2 } } - \dfrac { 1 } { x ^ { 2 } } }\)
    33. \(\dfrac { \dfrac { 1 } { 25 y ^ { 2 } } - \dfrac { 1 } { x ^ { 2 } } } { \dfrac { 1 } { x } - \dfrac { 1 } { 5 y } }\)
    34. \(\dfrac { 16 y ^ { 2 } - \dfrac { 1 } { x ^ { 2 } } } { \dfrac { 1 } { x } - 4 y }\)
    35. \(\dfrac { \dfrac { 1 } { b } + \dfrac { 1 } { a } } { \dfrac { 1 } { b ^ { 3 } } + \dfrac { 1 } { a ^ { 3 } } }\)
    36. \(\dfrac { \dfrac { 1 } { a } - \dfrac { 1 } { b } } { \dfrac { 1 } { b ^ { 3 } } - \dfrac { 1 } { a ^ { 3 } } }\)
    37. \(\dfrac { \dfrac { x } { y } - \dfrac { y } { x } } { \dfrac { 1 } { y ^ { 2 } } - \dfrac { 2 } { x y } + \dfrac { 1 } { x ^ { 2 } } }\)
    38. \(\dfrac { \dfrac { 2 } { y } - \dfrac { 5 } { x } } { 4 x - \dfrac { 25 y ^ { 2 } } { x } }\)
    39. \(\dfrac { x ^ { - 1 } + y ^ { - 1 } } { y ^ { - 2 } - x ^ { - 2 } }\)
    40. \(\dfrac { y ^ { - 2 } - 25 x ^ { - 2 } } { 5 x ^ { - 1 } - y ^ { - 1 } }\)
    41. \(\dfrac { 1 - x ^ { - 1 } } { x - x ^ { - 1 } }\)
    42. \(\dfrac { 16 - x ^ { - 2 } } { x ^ { - 1 } - 4 }\)
    43. \(\dfrac { 1 - 4 x ^ { - 1 } - 21 x ^ { - 2 } } { 1 - 2 x ^ { - 1 } - 15 x ^ { - 2 } }\)
    44. \(\dfrac { x ^ { - 1 } - 4 \left( 3 x ^ { 2 } \right) ^ { - 1 } } { 3 - 8 x ^ { - 1 } + 16 \left( 3 x ^ { 2 } \right) ^ { - 1 } }\)
    45. \(\dfrac { ( x - 3 ) ^ { - 1 } + 2 x ^ { - 1 } } { x ^ { - 1 } - 3 ( x - 3 ) ^ { - 1 } }\)
    46. \(\dfrac { ( 4 x - 5 ) ^ { - 1 } + x ^ { - 2 } } { x ^ { - 2 } + ( 3 x - 10 ) ^ { - 1 } }\)
    47. Given \(f ( x ) = \dfrac { 1 } { x }\), simplify \(\dfrac { f ( b ) - f ( a ) } { b - a }\).
    48. Given \(f ( x ) = \dfrac { 1 } { x - 1 }\), simplify \(\dfrac { f ( b ) - f ( a ) } { b - a }\).
    49. Given \(f ( x ) = \dfrac { 1 } { x }\), simplify the difference quotient \(\dfrac { f ( x + h ) - f ( x ) } { h }\).
    50. Given \(f ( x ) = \dfrac { 1 } { x } + 1\), simplify the difference quotient \(\dfrac { f ( x + h ) - f ( x ) } { h }\).
    Answer

    1. \(\dfrac { 3 } { x ( x - 3 ) }\)

    3. \(\dfrac { x + 6 } { 8 x ^ { 2 } }\)

    5. \(\dfrac { 2 x - 5 } { ( x - 2 ) ( 5 x + 1 ) }\)

    7. \(\dfrac { x + 3 } { x - 5 }\)

    9. \(\dfrac { 5 x ^ { 3 } } { x - 15 }\)

    11. \(\dfrac { 3 x } { x + 3 }\)

    13. \(- \dfrac { 6 y + 1 } { y }\)

    15. \(\dfrac { x - 4 } { 3 x + 1 }\)

    17. \(\dfrac { 3 x - 2 } { 3 x + 2 }\)

    19. \(- \dfrac { 8 x - 1 } { x - 1 }\)

    21. \(\dfrac { 3 x ( x - 3 ) } { ( x + 1 ) ( x - 1 ) }\)

    23. \(\dfrac { x } { 3 x - 1 }\)

    25. \(\dfrac { 4 x ^ { 2 } + 9 } { 12 x }\)

    27. \(\dfrac { 2 x - 5 } { 4 x }\)

    29. \(\dfrac { x + 1 } { 2 x + 1 }\)

    31. \(\dfrac { x y } { x + y }\)

    33. \(- \dfrac { x + 5 y } { 5 x y }\)

    35. \(\dfrac { a ^ { 2 } b ^ { 2 } } { a ^ { 2 } - a b + b ^ { 2 } }\)

    37. \(\dfrac { x y ( x + y ) } { x - y }\)

    39. \(\dfrac { x y } { x - y }\)

    41. \(\dfrac { 1 } { x + 1 }\)

    43. \(\dfrac { x - 7 } { x - 5 }\)

    45. \(- \dfrac { 3 ( x - 2 ) } { 2 x + 3 }\)

    47. \(- \dfrac { 1 } { a b }\)

    49. \(- \dfrac { 1 } { x ( x + h ) }\)

    Exercise \(\PageIndex{9}\)

    1. Explain why the domain of a sum of rational functions is the same as the domain of the difference of those functions.
    2. Two methods for simplifying complex rational expressions have been presented in this section. Which of the two methods do you feel is more efficient, and why?
    Answer

    1. Answer may vary

    Footnotes

    32A rational expression that contains one or more rational expressions in the numerator or denominator or both.


    This page titled 4.6: Rational Functions - Addition and Subtraction 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; a detailed edit history is available upon request.