3.1 Simplifying Rational Expressions

Before we launch into reviewing the basic arithmetic operations of rational expressions, we take a moment to review how to simplify them properly. As with numeric fractions, we `divide out common factors,’ not common terms. That is, in order to simplify rational expressions, we first factor the numerator and denominator. For example:

    \[ \dfrac{x^4 + 5x^3}{x^3 - 25x} \neq \dfrac{x^4 + 5\cancel{x^3}}{\cancel{x^3} - 25x} \]

but, rather

    \[ \begin{array}{rclr} \dfrac{x^4 + 5x^3}{x^3 - 25x} & = & \dfrac{x^3(x + 5)}{x(x^2-25)} & \text{Factor G.C.F.} \\ [12pt] & = & \dfrac{x^3(x + 5)}{x(x-5)(x+5)} & \text{Difference of Squares} \\ [12pt] & = & \dfrac{\cancelto{x^2}{x^3}\cancel{(x + 5)}}{\cancel{x}(x-5)\cancel{(x+5)}} & \text{Divide out the common factors}\\ [12pt] & = & \dfrac{x^2}{x-5} & \\ \end{array}\]

This equivalence holds provided the factors being divided aren’t 0. A factor of x and a factor of x+5 were divided, thus x \neq 0 and x+5 \neq 0, so x \neq -5. We usually stipulate this as:

    \[ \dfrac{x^4 + 5x^3}{x^3 - 25x} = \dfrac{x^2}{x-5}, \qquad \text{provided $x \neq 0$, $x \neq -5$} \]

While we’re talking about common mistakes, please notice that

    \[ \dfrac{5}{x^2+9} \neq \dfrac{5}{x^2} + \dfrac{5}{9} \]

Just like their numeric counterparts, you don’t add algebraic fractions by adding denominators of fractions with common numerators – it’s the other way around:[1]

    \[ \dfrac{x^2+9}{5} = \dfrac{x^2}{5} + \dfrac{9}{5} \]

It’s time to review the basic arithmetic operations with rational expressions.

Example 3.1.1

Example 3.1.1.1

Perform the indicated operations and simplify.

\dfrac{2x^2-5x-3}{x^4 - 4} \div \dfrac{x^2-2x-3}{x^5 + 2x^3}

Solution:

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

As with numeric fractions, we divide rational expressions by `inverting and multiplying’. Before we get too carried away however, we factor to see what, if any, factors divide out.

    \[ \begin{array}{rclr} \dfrac{2x^2-5x-3}{x^4 - 4} \div \dfrac{x^2-2x-3}{x^5 + 2x^3} & = & \dfrac{2x^2-5x-3}{x^4 - 4} \cdot \dfrac{x^5 + 2x^3}{x^2-2x-3} & \text{Invert and multiply} \\ [13pt] & = & \dfrac{(2x^2-5x-3)(x^5 + 2x^3)}{(x^4 - 4)(x^2-2x-3)} & \text{Multiply fractions} \\ [13pt] & = & \dfrac{(2x+1)(x-3)x^3(x^2+2)}{(x^2-2)(x^2+2)(x-3)(x+1)} & \text{Factor} \\ [13pt] & = & \dfrac{(2x+1)\cancel{(x-3)}x^3\cancel{(x^2+2)}}{(x^2-2)\cancel{(x^2+2)}\cancel{(x-3)}(x+1)} & \text{divide out common factors} \\ [13pt] & = & \dfrac{x^3(2x+1)}{(x+1)(x^2-2)} & \text{Provided }x \neq 3 \\ \end{array}\]

The `x \neq 3‘ is a result of a factor of (x-3) being divided out as we reduced the expression. We also divided out a factor of (x^2+2). Why is there no stipulation as a result of dividing this factor? Because x^2 + 2 \neq 0 for all real x. (See Section 0.5.6 for details.) At this point, we could go ahead and multiply out the numerator and denominator to get

    \[\dfrac{x^3(2x+1)}{(x+1)(x^2-2)} = \dfrac{2x^4 + x^3}{x^3+x^2-2x-2}\]

but for most of the applications where this kind of algebra is needed (solving equations, for instance), it is best to leave the expressions factored. Your instructor will let you know whether to leave your answer in factored form or not.[2]

Example 3.1.1.2

Perform the indicated operations and simplify.

\dfrac{5}{w^2 - 9} - \dfrac{w+2}{w^2-9}

Solution:

Simplify \dfrac{5}{w^2 - 9} - \dfrac{w+2}{w^2-9}.

As with numeric fractions we need common denominators in order to subtract. This is already the case here so we proceed by subtracting the numerators.

    \[ \begin{array}{rclr} \dfrac{5}{w^2 - 9} - \dfrac{w+2}{w^2-9} & = & \dfrac{5 - (w+2)}{w^2 - 9}& \text{Subtract fractions}\\ [13pt] & = & \dfrac{5 - w - 2}{w^2-9} & \text{Distribute} \\ [13pt] & = & \dfrac{3-w}{w^2-9} & \text{Combine like terms} \\ \end{array}\]

At this point, we need to determine if we can reduce this expression, so we proceed to factor. It first appears as if we have no common factors among the numerator and denominator until we recall the property of `factoring negatives’ from Section 0.1: 3-w = -(w-3). This yields:

    \[ \begin{array}{rclr} \dfrac{3-w}{w^2-9} & = & \dfrac{-(w-3)}{(w-3)(w+3)} & \text{Factor} \\ [13pt] & = & \dfrac{-\cancel{(w-3)}}{\cancel{(w-3)}(w+3)} & \text{Divide out the common factors} \\ [13pt] & = & \dfrac{-1}{w+3} & \text{Provided $w \neq 3$} \\ \end{array}\]

The stipulation w \neq 3 comes from the division of the (w-3) factor.

Example 3.1.1.3

Perform the indicated operations and simplify.

\dfrac{3}{y^2 - 8y + 16} + \dfrac{y+1}{16y - y^3}

Solution:

Simplify \dfrac{3}{y^2 - 8y + 16} + \dfrac{y+1}{16y - y^3}.

In this next example, we are asked to add two rational expressions with different denominators. As with numeric fractions, we must first find a common denominator. To do so, we start by factoring each of the denominators.

    \[ \begin{array}{rclr} \dfrac{3}{y^2 - 8y + 16} + \dfrac{y+1}{16y - y^3} & = & \dfrac{3}{(y-4)^2} + \dfrac{y+1}{y(16 - y^2)} & \text{Factor} \\ [13pt] & = & \dfrac{3}{(y-4)^2} + \dfrac{y+1}{y(4-y)(4+y)} & \text{Factor some more} \\ \end{array}\]

To find the common denominator, we examine the factors in the first denominator and note that we need a factor of (y-4)^2. We now look at the second denominator to see what other factors we need. We need a factor of y and (4+y) = (y+4). What about (4-y)? As mentioned in the last example, we can factor this as: (4-y) = -(y-4). Using properties of negatives, we `migrate’ this negative out to the front of the fraction, turning the addition into subtraction. We find the (least) common denominator to be (y-4)^2 y (y+4). We can now proceed to multiply the numerator and denominator of each fraction by whatever factors are missing from their respective denominators to produce equivalent expressions with common denominators.

    \[ \begin{array}{rclr} \dfrac{3}{(y-4)^2} + \dfrac{y+1}{y(4-y)(4+y)} & = & \dfrac{3}{(y-4)^2} + \dfrac{y+1}{y(-(y-4))(y+4)} & \\ [8pt] & = & \dfrac{3}{(y-4)^2} - \dfrac{y+1}{y(y-4)(y+4)} & \\ [10pt] & = & \dfrac{3}{(y-4)^2} \cdot \dfrac{y(y+4)}{y(y+4)} - \dfrac{y+1}{y(y-4)(y+4)} \cdot \dfrac{(y-4)}{(y-4)} & \text{Equivalent} \\[-8pt] & & & \text{Fractions} \\ & = & \dfrac{3y(y+4)}{(y-4)^2y(y+4)} - \dfrac{(y+1)(y-4)}{y(y-4)^2(y+4)} & \text{Multiply} \\ [-8pt] & & & \text{Fractions} \\ \end{array}\]

At this stage, we can subtract numerators and simplify. We’ll keep the denominator factored (in case we can reduce down later), but in the numerator, as there are no common factors, we proceed to perform the indicated multiplication and combine like terms.

    \[ \begin{array}{rclr} \dfrac{3y(y+4)}{(y-4)^2y(y+4)} - \dfrac{(y+1)(y-4)}{y(y-4)^2(y+4)} & = & \dfrac{3y(y+4) -(y+1)(y-4)}{(y-4)^2y(y+4)} & \text{Subtract numerators} \\ [10pt] & = & \dfrac{3y^2 + 12y - (y^2 - 3y - 4)}{(y-4)^2 y (y+4)} & \text{Distribute} \\ [10pt] & = & \dfrac{3y^2 + 12y - y^2 + 3y + 4}{(y-4)^2 y (y+4)} & \text{Distribute} \\ [10pt] & = & \dfrac{2y^2 + 15y + 4}{y (y+4) (y-4)^2} & \text{Gather like terms} \\ \end{array}\]

We would like to factor the numerator and divide out factors it has in common with the denominator. After a few attempts, it appears as if the numerator doesn’t factor, at least over the integers. As a check, we compute the discriminant of 2y^2 + 15y + 4 and get 15^2 - 4(2)(4) = 193. This isn’t a perfect square so we know that the quadratic equation 2y^2 + 15y + 4=0 has irrational solutions. This means 2y^2 + 15y + 4 can’t factor over the integers[3] so we are done.

Example 3.1.1.4

Perform the indicated operations and simplify.

2t^{-3} - (3t)^{-2}

Solution:

Simplify 2t^{-3} - (3t)^{-2}.

At first glance, it doesn’t seem as if there is anything that can be done with 2t^{-3} - (3t)^{-2} because the exponents on the variables are different. However, the exponents are negative, so these are actually rational expressions. In the first term, the -3 exponent applies to the t only but in the second term, the exponent -2 applies to both the 3 and the t, as indicated by the parentheses. One way to proceed is as follows:

    \[ \begin{array}{rclr} 2t^{-3} - (3t)^{-2} & = & \dfrac{2}{t^3} - \dfrac{1}{(3t)^2} & \\ [10pt] & = & \dfrac{2}{t^3} - \dfrac{1}{9t^2} & \\ \end{array}\]

We see that we are being asked to subtract two rational expressions with different denominators, so we need to find a common denominator. The first fraction contributes a t^3 to the denominator, while the second contributes a factor of 9. Thus our common denominator is 9t^3, so we are missing a factor of `9‘ in the first denominator and a factor of `t‘ in the second.

    \[ \begin{array}{rclr} \dfrac{2}{t^3} - \dfrac{1}{9t^2} & = & \dfrac{2}{t^3} \cdot \dfrac{9}{9} - \dfrac{1}{9t^2} \cdot \dfrac{t}{t} & \text{Equivalent Fractions} \\ [10pt] & = & \dfrac{18}{9t^3} - \dfrac{t}{9t^3} & \text{Multiply}\\ [10pt] & = & \dfrac{18 - t}{9t^3} & \text{Subtract} \\ \end{array}\]

We find no common factors among the numerator and denominator, so we are done.

A second way to approach this problem is by factoring. We can extend the concept of the `Polynomial G.C.F.’ to these types of expressions and we can follow the same guidelines as set forth in Section 0.3 to factor out the G.C.F. of these two terms. The key ideas to remember are that we take out each factor with the smallest exponent and that factoring is the same as dividing. We first note that 2t^{-3} - (3t)^{-2}= 2t^{-3} - 3^{-2} t^{-2} and we see that the smallest power on t is -3. Thus we want to factor out t^{-3} from both terms. It’s clear that this will leave 2 in the first term, but what about the second term? As factoring is the same as dividing, we would be dividing the second term by t^{-3} which thanks to the properties of exponents is the same as multiplying by \frac{1}{t^{-3}} = t^3. The same holds for 3^{-2}. Even though there are no factors of 3 in the first term, we can factor out 3^{-2} by multiplying it by \frac{1}{3^{-2}} = 3^2 = 9. We put these ideas together below.

    \[ \begin{array}{rclr} 2t^{-3} - (3t)^{-2} & = & 2t^{-3} - 3^{-2} t^{-2} & \text{Properties of Exponents} \\ [5pt] & = & 3^{-2} t^{-3} (2(3)^2 - t^{1}) & \text{Factor} \\ [5pt] & = & \dfrac{1}{3^2} \dfrac{1}{t^3} (18 - t) & \text{Rewrite}\\ [10pt] & = & \dfrac{18-t}{9t^3} & \text{Multiply} \\ \end{array}\]

While both ways are valid, one may be more of a natural fit than the other depending on the circumstances and temperament of the student.

Example 3.1.1.5

Perform the indicated operations and simplify.

10x(x-3)^{-1} + 5x^2(-1)(x-3)^{-2}

Solution:

Simplify 10x(x-3)^{-1} + 5x^2(-1)(x-3)^{-2}.

As with the previous example, we show two different yet equivalent ways to approach simplifying 10x(x-3)^{-1} + 5x^2(-1)(x-3)^{-2}. First up is what we’ll call the `common denominator approach’ where we rewrite the negative exponents as fractions and proceed from there.

  • Common Denominator Approach:

        \[ \begin{array}{rclr} 10x(x-3)^{-1} + 5x^2(-1)(x-3)^{-2} & = & \dfrac{10x}{x-3} + \dfrac{5x^2(-1)}{(x-3)^2} & \\ [10pt] & = & \dfrac{10x}{x-3} \cdot \dfrac{x-3}{x-3} - \dfrac{5x^2}{(x-3)^2} & \text{Equivalent Fractions} \\ [10pt] & = & \dfrac{10x(x-3)}{(x-3)^2} - \dfrac{5x^2}{(x-3)^2} & \text{Multiply} \\ [10pt] & = & \dfrac{10x(x-3) - 5x^2}{(x-3)^2} & \text{Subtract} \\ [10pt] & = & \dfrac{5x(2(x-3) - x)}{(x-3)^2} & \text{Factor out G.C.F.} \\ [10pt] & = & \dfrac{5x(2x-6-x)}{(x-3)^2} & \text{Distribute} \\ [10pt] & = & \dfrac{5x(x-6)}{(x-3)^2} & \text{Combine like terms} \\ \end{array} \]

    Both the numerator and the denominator are completely factored with no common factors so we are done.

  • Factoring Approach:  In this case, the G.C.F. is 5x(x-3)^{-2}. Factoring this out of both terms gives:

        \[ \begin{array}{rclr} 10x(x-3)^{-1} + 5x^2(-1)(x-3)^{-2} & = & 5x(x-3)^{-2}(2(x-3)^{1} - x) & \text{Factor} \\ [8pt] & = & \dfrac{5x}{(x-3)^2} (2x-6 - x) & \text{Rewrite, distribute}\\ [12pt] & = & \dfrac{5x(x-6)}{(x-3)^2} & \text{Multiply}\\ \end{array}\]

    As expected, we got the same reduced fraction as before.

3.1.1 Difference Quotients

Recall in Section 1.3.4 the concept of the average rate of change of a function over the interval [a,b] is the slope between the two points (a, f(a)) and (b, f(b)) and is given by

    \[ \dfrac{\Delta[f(x)]}{\Delta x} = \dfrac{f(b)-f(a)}{b-a}.\]

Consider a function f defined over an interval containing x and x+h where h \neq 0. The average rate of change of f over the interval [x,x+h] is thus given by the formula:[4]

    \[ \dfrac{\Delta[f(x)]}{\Delta x} = \dfrac{f(x+h)-f(x)}{h}, \quad h \neq 0.\]

The above is an example of what is traditionally called the difference quotient or Newton quotient of f, as it is the quotient of two differences, namely \Delta[f(x)] and \Delta x. Another formula for the difference quotient keeps with the notation \Delta x instead of h:

    \[ \dfrac{\Delta[f(x)]}{\Delta x} = \dfrac{f(x+\Delta x)-f(x)}{\Delta x}, \quad \Delta x \neq 0.\]

It is important to understand that in this formulation of the difference quotient, the variables `x‘ and `\Delta x‘ are distinct – that is they do not combine as like terms.

In Section 3.2, the average rate of change of position function s can be interpreted as the average velocity (see Definition 3.5.) We can likewise re-cast this definition. After relabeling t = t_{0}+ \Delta t, we get

    \[ \overline{v}(\Delta t) = \dfrac{\Delta [s(t)]}{\Delta t} = \dfrac{s(t_{0} + \Delta t) - s(t_{0})}{\Delta t}, \quad \Delta t \neq 0, \]

which measures the average velocity between time t_{0} and time t_{0} + \Delta t as a function of \Delta t.

Note that, regardless of which form the difference quotient takes, when h, \Delta x, or \Delta t is 0, the difference quotient returns the indeterminant form `\frac{0}{0}.’ As we will see with rational functions in Section 3.2, when this happens, we can reduce the fraction to lowest terms to see if we have a vertical asymptote or hole in the graph. With this in mind, when we speak of `simplifying the difference quotient,’ we mean to manipulate the expression until the factor of `h‘ or `\Delta x‘ divides out from the denominator.

Our next example invites us to simplify three difference quotients, each cast slightly differently. In each case, the bulk of the work involves algebra. We refer the reader  Section 0.2 for additional review, if needed.

Example 3.1.2

Example 3.1.2.1a

Compute and simplify the indicated difference quotients for the following functions:

For f(x) = x^2-x-2, compute and simplify:

\dfrac{f(3+h)-f(3)}{h}

Solution:

For f(x) = x^2-x-2, compute and simplify \dfrac{f(3+h)-f(3)}{h}.

For our first difference quotient, we find f(3+h) by substituting the quantity (3+h) in for x:

    \[ \begin{array}{rclr} f(3+h) & = & (3+h)^2 - (3+h) -2 & \\ & = & 9 + 6h+h^2 - 3 - h -2 & \\ & = & 4 + 5h + h^2 & \\ \end{array} \]

f(3) = (3)^2-3-2 = 4, so the difference quotient can be rewritten as:

    \[ \begin{array}{rclr} \dfrac{f(3+h)-f(3)}{h} & = & \dfrac{(4 + 5h + h^2) -4}{h} & \\ & = & \dfrac{5h+h^2}{h} & \\ & = & \dfrac{h(5+h)}{h} & \text{factor} \\ & = & \dfrac{\cancel{h}(5+h)}{\cancel{h}} & \text{divide out } h \\[6pt] & = & 5+h \\ \end{array} \]

Example 3.1.2.1b

Compute and simplify the indicated difference quotients for the following functions:

For f(x) = x^2-x-2, compute and simplify:

\dfrac{f(x+h)-f(x)}{h}

Solution:

For f(x) = x^2-x-2, compute and simplify \dfrac{f(x+h)-f(x)}{h}.

For the second difference quotient, we first find f(x+h). We replace every occurrence of x in the formula f(x) = x^2-x-2 with the quantity (x+h) to get

    \[ \begin{array}{rclr} f(x+h) & = & (x+h)^2 - (x+h) -2 & \\ [8pt] & = & x^2 + 2xh + h^2 - x - h - 2. \end{array} \]

So the difference quotient is

    \[ \begin{array}{rclr} \dfrac{f(x+h)-f(x)}{h} & = & \dfrac{\left(x^2+2xh+h^2-x-h-2 \right)-\left(x^{2}-x-2 \right)}{h} & \\[8pt] & = & \dfrac{x^2+2xh+h^2-x-h-2-x^2+x+2}{h} & \\ [8pt] & = & \dfrac{2xh+h^2-h}{h} & \\ [8pt] & = & \dfrac{h \left(2x+h-1\right)}{h} & \text{factor} \\ [8pt] & = & \dfrac{\cancel{h} \left(2x+h-1\right)}{\cancel{h}} & \text{divide out } h \\ [8pt] & = & 2x+h-1 \\ \end{array} \]

Note if we substitute x=3 into this expression, we obtain 5+h which agrees with our answer from the first difference quotient.

Example 3.1.2.2a

Compute and simplify the indicated difference quotients for the following functions:

For g(x) = \dfrac{3}{2x+1}, compute and simplify:

\dfrac{g(\Delta x)-g(0)}{\Delta x}

Solution:

For g(x) = \dfrac{3}{2x+1}, compute and simplify \dfrac{g(\Delta x)-g(0)}{\Delta x}.

Rewriting \Delta x = 0 + \Delta x, we see the first expression really is a difference quotient:

    \[ \dfrac{g(\Delta x)-g(0)}{\Delta x} = \dfrac{g(0+\Delta x)-g(0)}{\Delta x}.\]

g(\Delta x) = \frac{3}{2 \Delta x + 1} and g(0) = \frac{3}{2(0)+1} = 3, so our difference quotient is:

    \[ \begin{array}{rclr} \dfrac{g(0+\Delta x)-g(0)}{\Delta x} & = & \dfrac{\dfrac{3}{2\Delta x+1}-3}{\Delta x} & \\ [10pt] & = & \dfrac{\dfrac{3}{2\Delta x+1}-3}{\Delta x} \cdot \dfrac{(2\Delta x+1)}{(2\Delta x+1)} & \\ [10pt] & = & \dfrac{3-3(2\Delta x+1)}{\Delta x(2\Delta x+1)} & \\ [10pt] & = & \dfrac{3 - 6 \Delta x - 3}{\Delta x(2\Delta x+1)} & \\ [10pt] & = & \dfrac{-6\Delta x}{\Delta x(2\Delta x+1)} & \\ [10pt] & = & \dfrac{-6\cancel{\Delta x}}{\cancel{\Delta x}(2\Delta x+1)} & \\ [10pt] & = & \dfrac{-6}{2\Delta x+1} & \\ \end{array} \]

Example 3.1.2.2b

Compute and simplify the indicated difference quotients for the following functions:

For g(x) = \dfrac{3}{2x+1}, compute and simplify:

\dfrac{g(x+\Delta x)-g(x)}{\Delta x}

Solution:

For g(x) = \dfrac{3}{2x+1}, compute and simplify \dfrac{g(x+\Delta x)-g(x)}{\Delta x}.

For our next difference quotient, we first find g(x+\Delta x) by replacing every occurrence of x in the formula for g(x) with the quantity (x+\Delta x):

    \[ \begin{array}{rclr} g(x+\Delta x) & = & \dfrac{3}{2(x+\Delta x)+1} & \\ & = & \dfrac{3}{2x+2\Delta x+1}. \end{array} \]

Hence,

    \[ \begin{array}{rclr} \dfrac{g(x+\Delta x)-g(x)}{\Delta x} & = & \dfrac{\dfrac{3}{2x+2\Delta x+1}-\dfrac{3}{2x+1}}{\Delta x} & \\ [10pt] & = & \dfrac{\dfrac{3}{2x+2\Delta x+1}-\dfrac{3}{2x+1}}{\Delta x} \cdot \dfrac{(2x+2\Delta x+1)(2x+1)}{(2x+2\Delta x+1)(2x+1)} & \\ [10pt] & = & \dfrac{3(2x+1)-3(2x+2\Delta x+1)}{\Delta x(2x+2\Delta x+1)(2x+1)} & \\ [10pt] & = & \dfrac{6x+3-6x-6\Delta x-3}{\Delta x(2x+2\Delta x+1)(2x+1)} & \\ [10pt] & = & \dfrac{-6\Delta x}{\Delta x(2x+2\Delta x+1)(2x+1)} & \\ [10pt] & = & \dfrac{-6\cancel{\Delta x}}{\cancel{\Delta x}(2x+2\Delta x+1)(2x+1)} & \\ [10pt] & = & \dfrac{-6}{(2x+2\Delta x+1)(2x+1)} & \\ \end{array} \]

We have managed to divide the factor `\Delta x‘ from the denominator, therefore we are done. Substituting x=0 into our final expression gives \frac{-6}{2 \Delta x +1}, thus checking our previous answer.

Example 3.1.2.3a

Compute and simplify the indicated difference quotients for the following functions:

For r(t) = \sqrt{t}, compute and simplify:

\dfrac{r(9+\Delta t)-r(9)}{\Delta t}

Solution:

For r(t) = \sqrt{t}, compute and simplify \dfrac{r(9+\Delta t)-r(9)}{\Delta t}.

We start with r(9+\Delta t) = \sqrt{9+\Delta t} and r(9) = \sqrt{9} = 3 and get:

    \[ \dfrac{r(9+\Delta t)-r(9)}{\Delta t} = \dfrac{\sqrt{9+\Delta t} - 3}{\Delta t}.\]

In order to divide out the factor `\Delta t‘ from the denominator, we set about rationalizing the numerator by multiplying both numerator and denominator by the conjugate of the numerator, \sqrt{9+\Delta t} - 3:

    \[ \begin{array}{rcll} \dfrac{r(9+\Delta t) - r(9)}{\Delta t} & = & \dfrac{\sqrt{9+\Delta t} - 3}{\Delta t} & \\ [20pt] & = & \dfrac{\left(\sqrt{9+\Delta t} - 3 \right)}{\Delta t} \cdot \dfrac{\left(\sqrt{9+\Delta t} + 3\right)}{\left(\sqrt{9+\Delta t} + 3\right)} & \text{Multiply by the conjugate.} \\[20pt] & = & \dfrac{\left(\sqrt{9+\Delta t}\right)^2 -(3)^2}{\Delta t\left(\sqrt{9+\Delta t} + 3\right)} & \text{Difference of Squares.}\\ [20pt] & = & \dfrac{(9+\Delta t) - 9}{\Delta t\left(\sqrt{9+\Delta t} + 3\right)} & \\ [20pt] & = & \dfrac{\Delta t}{\Delta t\left(\sqrt{9+\Delta t} + 3\right)} & \\ [20pt] & = & \dfrac{\cancelto{1}{\Delta t}}{\cancel{\Delta t}\left(\sqrt{9+\Delta t} + 3\right)} & \\ [20pt] & = & \dfrac{1}{\sqrt{9+\Delta t} +3} & \\ \end{array} \]

Example 3.1.2.3b

Compute and simplify the indicated difference quotients for the following functions:

For r(t) = \sqrt{t}, compute and simplify:

\dfrac{r(t+\Delta t)- r(t)}{\Delta t}

Solution:

For r(t) = \sqrt{t}, compute and simplify \dfrac{r(t+\Delta t)-r(t)}{\Delta t}.

As one might expect, we use the same strategy to simplify our final different quotient. We have:

    \[ \begin{array}{rcll} \dfrac{r(t+\Delta t) - r(t)}{\Delta t} & = & \dfrac{\sqrt{t+\Delta t} - \sqrt{t}}{\Delta t} & \\ [20pt] & = & \dfrac{\left(\sqrt{t+\Delta t} - \sqrt{t}\right)}{\Delta t} \cdot \dfrac{\left(\sqrt{t+\Delta t} + \sqrt{t}\right)}{\left(\sqrt{t+\Delta t} + \sqrt{t}\right)} & \text{Multiply by the conjugate.} \\ [20pt] & = & \dfrac{\left(\sqrt{t+\Delta t}\right)^2 - \left(\sqrt{t}\right)^2}{\Delta t\left(\sqrt{t+\Delta t} + \sqrt{t}\right)} & \text{Difference of Squares.}\\ [20pt] & = & \dfrac{(t+\Delta t) - t}{\Delta t\left(\sqrt{t+\Delta t} + \sqrt{t}\right)} & \\ [20pt] & = & \dfrac{\Delta t}{\Delta t\left(\sqrt{t+\Delta t} + \sqrt{t}\right)} & \\ [20pt] & = & \dfrac{\cancelto{1}{\Delta t}}{\cancel{\Delta t}\left(\sqrt{t+\Delta t} + \sqrt{t}\right)} & \\ [20pt] & = & \dfrac{1}{\sqrt{t+\Delta t} + \sqrt{t}} & \\ \end{array}\]

We have divided the original `\Delta t‘ factor from the denominator, thus we are done. Setting t=9 in this expression, we get \frac{1}{\sqrt{9+\Delta t} +3} which agrees with our previous answer.

We close this section with an application.

Example 3.1.3

Example 3.1.3.1

Let s(t) = -5t^2+100t, 0 \leq t \leq 20 give the height of a model rocket above the Moon’s surface, in feet, t seconds after liftoff.

Compute and simplify: \overline{v}(\Delta t) = \dfrac{s(15+ \Delta t) - s(15)}{\Delta t}, for \Delta t \neq 0.

Solution:

Compute and simplify: \overline{v}(\Delta t) = \dfrac{s(15+ \Delta t) - s(15)}{\Delta t}, for \Delta t \neq 0.

To find \overline{v}(\Delta t), we first find s(15+\Delta t):

    \[ \begin{array}{rclr} s(15+\Delta t) & = & -5(15+\Delta t)^2 + 100(15+\Delta t) & \\ & = & -5(225+30 \Delta t + (\Delta t)^2) + 1500 + 100 \Delta t& \\ & = & -5(\Delta t)^2 -50 \Delta t +375 & \\ \end{array} \]

s(15) = -5(15)^2 + 100(15) = 375, giving us:

    \[ \begin{array}{rclr} \overline{v}(\Delta t)& = & \dfrac{s(15+ \Delta t) - s(15)}{\Delta t} & \\ [7pt] & = & \dfrac{(-5(\Delta t)^2-50 \Delta t + 375) - 375}{\Delta t} & \\ [7pt] & = & \dfrac{\Delta t (-5 \Delta t - 50)}{\Delta t} & \\ [7pt] & = & \dfrac{\cancel{\Delta} t (-5 \Delta t - 50)}{\cancel{\Delta t}} & \\ [7pt] & = & -5 \Delta t - 50 & \text{$\Delta t \neq 0$} \\ \end{array} \]

In addition to the restriction \Delta t \neq 0, we also know the domain of s is 0 \leq t \leq 20. Hence, we also require 0 \leq 15 + \Delta t \leq 20 or -15 \leq \Delta t \leq 5.

Our final answer is \overline{v}(\Delta t) = -5 \Delta t - 50, for \Delta t \in [-15, 0) \cup (0, 5]

Example 3.1.3.2

Let s(t) = -5t^2+100t, 0 \leq t \leq 20 give the height of a model rocket above the Moon’s surface, in feet, t seconds after liftoff.

Determine and interpret \overline{v}(-1).

Solution:

Determine and interpret \overline{v}(-1). \vskip 0.15em

We find \overline{v}(-1) = -5(-1) - 50 = -45.

This means the average velocity over between time t=15+(-1) = 14 seconds and t=15 seconds is -45 feet per second. This indicates the rocket is, on average, heading downwards at a rate of 45 feet per second.

Example 3.1.3.3

Let s(t) = -5t^2+100t, 0 \leq t \leq 20 give the height of a model rocket above the Moon’s surface, in feet, t seconds after liftoff.

Graph y = \overline{v}(t).

Solution:

Graph y = \overline{v}(t).

The graph of y = -5 \Delta t - 50 is a line with slope -5 and y-intercept (0, -50). However, as the domain of \overline{v} is [-15, 0) \cup (0, 5], the graph of \overline{v} is a line segment from (-15, 25) to (5, -75) with a hole at (0, -50).

Rendered by QuickLaTeX.com

Example 3.1.3.4

Let s(t) = -5t^2+100t, 0 \leq t \leq 20 give the height of a model rocket above the Moon’s surface, in feet, t seconds after liftoff.

Describe the behavior of \overline{v} as \Delta t \rightarrow 0 and interpret.

Solution:

Describe the behavior of \overline{v} as \Delta t \rightarrow 0 and interpret.

As \Delta t \rightarrow 0, \overline{v}(\Delta t) \rightarrow -50 meaning as we approach t=15, the velocity of the rocket approaches -50 feet per second. That is, 15 seconds after lift-off, the rocket is heading back towards the surface of the moon at a rate of 50 feet per second.

The reader is invited to compare Example 3.2.3 in Section 3.2 with Example 3.1.3 above. We obtain the exact same information because we are asking the exact same questions – they are just framed differently.

3.1.2 Section Exercises

In Exercises 1 – 18, perform the indicated operations and simplify.

  1. \dfrac{x^2-9}{x^2} \cdot \dfrac{3x}{x^2-x-6}
  2. \dfrac{t^2-2t}{t^2+1} \div (3t^2 - 2t - 8)
  3. \dfrac{4y-y^2}{2y+1} \div \dfrac{y^2-16}{2y^2-5y-3}
  4. \dfrac{x}{3x-1} - \dfrac{1-x}{3x-1}
  5. \dfrac{2}{w-1} - \dfrac{w^2+1}{w-1}
  6. \dfrac{2-y}{3y} - \dfrac{1-y}{3y} + \dfrac{y^2-1}{3y}
  7. b+ \dfrac{1}{b-3} - 2
  8. \dfrac{2x}{x-4} - \dfrac{1}{2x+1}
  9. \dfrac{m^2}{m^2-4} + \dfrac{1}{2-m}
  10. \dfrac{\dfrac{2}{x} - 2}{x-1}
  11. \dfrac{\dfrac{3}{2-h} - \dfrac{3}{2}}{h}
  12. \dfrac{\dfrac{1}{x+h} - \dfrac{1}{x}}{h}
  13. 3w^{-1} - (3w)^{-1}
  14. -2y^{-1} + 2(3-y)^{-2}
  15. 3(x-2)^{-1} - 3x(x-2)^{-2}
  16. \dfrac{t^{-1} + t^{-2}}{t^{-3}}
  17. \dfrac{2(3+h)^{-2} - 2(3)^{-2}}{h}
  18. \dfrac{(7-x-h)^{-1} - (7-x)^{-1}}{h}

In Exercises 19 – 28, find and simplify the difference quotients:

  • \dfrac{f(2+h) - f(2)}{h}
  • \dfrac{f(x+h) - f(x)}{h}
  1. f(x) = 2x - 5
  2. f(x) = -3x + 5
  3. f(x) = 6
  4. f(x) = 3x^2 - x
  5. f(x) = -x^2 + 2x - 1
  6. f(x) = 4x^2
  7. f(x) = x-x^2
  8. f(x) = x^{3} + 1
  9. f(x) = mx + b\; where m \neq 0
  10. f(x) = ax^{2} + bx + c\; where a \neq 0

In Exercises 29 – 36, find and simplify the difference quotients:

  • \dfrac{f(-1+\Delta x) - f(-1)}{\Delta x}
  • \dfrac{f(x+\Delta x) - f(x)}{\Delta x}
  1. f(x) = \dfrac{2}{x}
  2. f(x) = \dfrac{3}{1-x}
  3. f(x) = \dfrac{1}{x^2}
  4. f(x) = \dfrac{2}{x+5}
  5. f(x) = \dfrac{1}{4x-3}
  6. f(x) = \dfrac{3x}{x+2}
  7. f(x) = \dfrac{x}{x - 9}
  8. f(x) = \dfrac{x^2}{2x+1}

In Exercises 37 – 43, find and simplify the difference quotients:

  • \dfrac{g(\Delta t) - g(0)}{\Delta t}
  • \dfrac{g(t+\Delta t) - g(t)}{\Delta t}
  1. g(t) = \sqrt{9-t}
  2. g(t) = \sqrt{2t+1}
  3. g(t) = \sqrt{-4t+5}
  4. g(t) = \sqrt{4-t}
  5. g(t) = \sqrt{at+b}, where a \neq 0.
  6. g(t) = t \sqrt{t}
  7. g(t) = \sqrt[3]{t} HINT: (a-b)\left(a^2+ab+b^2\right) = a^3 - b^3
  8. In this exercise, we explore decomposing a function into its positive and negative parts. Given a function f, we define the positive part of f, denoted f_{+} and negative part of f, denoted f_{-} by:

        \[ f_{+}(x) = \dfrac{f(x) + |f(x)|}{2}, \qquad \text{and} \qquad f_{-}(x) = \dfrac{f(x) - |f(x)|}{2}. \]

    1. Graph each of the functions f below along with f_{+} and f_{-}.
      • f(x) = x-3
      • f(x) = x^2-x-6
      • f(x) = 4x-x^3

      Why is f_{+} called the `positive part’ of f and f_{-} called the `negative part’ of f?

    2. Show that f = f_{+} + f_{-}.
    3. Use Definition 1.12 to rewrite the expressions for f_{+}(x) and f_{-}(x) as piecewise defined functions.

 

 

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


  1. One of the most common errors students make on college Mathematics placement tests is that they forget how to add algebraic fractions correctly. This places many students into remedial classes even though they are probably ready for college-level Math. We urge you to really study this section with great care so that you don't fall into that trap.
  2. Speaking of factoring, do you remember why x^2-2 can't be factored over the integers?
  3. See the remarks following Theorem 0.6.
  4. assuming h>0; otherwise, we the interval is [x+h, x]. We get the same formula for the difference quotient either way.
definition

License

Share This Book