Skip to main content

Section 8.2 Algebraic Fractions

Subsection Introduction

An algebraic fraction (or rational expression, as they are someitmes called,) is a fraction in which both numerator and denominator are polynomials. Here are some examples of algebraic fractions:

\begin{equation*} \dfrac{3}{x},~~~~~~\dfrac{a^2+1}{a-2},~~~~~~\text{and}~~~~~~\dfrac{z-1}{2z+3} \end{equation*}

We can evaluate algebraic fractions just as we evaluate any other algebraic expression.

Caution 8.19.

If we try to evaluate the fraction \(\dfrac{a^2+1}{a-2}\) for \(a=2\text{,}\) we get \(\dfrac{2^2+1}{2-2}\) or \(\dfrac{5}{0}\text{,}\) which is undefined. When working with fractions, we must exclude any values of the variable that make the denominators equal to zero.

Subsection Reducing Fractions

You'll recall from your study of arithmetic that we can reduce a fraction if we can divide both numerator and denominator by a common factor. In algebra, it is helpful to think of factoring out the common factor first. For example,

\begin{equation*} \dfrac{27}{36} = \dfrac{\cancel{9} \cdot 3}{\cancel{9} \cdot 4} = \dfrac{3}{4} \end{equation*}

where we have divided both numerator and denominator by 9. The new fraction has the same value as the old one, namely 0.75, but it is simpler (the numbers are smaller.) Reducing is an application of the Fundamental Principle of Fractions.

Fundamental Principle of Fractions.

We can multiply or divide the numerator and denominator of a fraction by the same nonzero factor, and the new fraction will be equivalent to the old one.

\begin{equation*} \blert{\dfrac{a \cdot c}{b \cdot c} = \dfrac{a}{b}}~~~~~~\text{if}~~~~~~b,c \ne 0 \end{equation*}
Example 8.20.

Reduce \(~\dfrac{8x^3y}{6x^2y^3}\)

Solution

The common factor for numerator and denominator is \(2x^2y\text{.}\) We factor \(2x^2y\) from the numerator and denominator, then divide by the common factor.

\begin{equation*} \dfrac{8x^3y}{6x^2y^3} = \dfrac{4x \cdot \cancel{2x^2y}}{3y^2 \cdot \cancel{2x^2y}} = \dfrac{4x}{3y^2} \end{equation*}
Caution 8.22.

When we cancel common factors, we are dividing. Because division is the inverse or opposite operation for multiplication, we can cancel common factors, but we cannot cancel common terms.

Example 8.23.

Use your calculator to decide which calculation is correct.

  1. \(\displaystyle \dfrac{12}{8} = \dfrac{4 \cdot 3}{4 \cdot 2} \rightarrow \dfrac{3}{2}\)
  2. \(\displaystyle \dfrac{7}{6} = \dfrac{4 + 3}{4 + 2} \rightarrow \dfrac{3}{2}\)
Solution

We can cancel the 4's in part (a), because they are factors of numerator and denominator.

We cannot cancel the 4's in part (b), because they are terms.

You can verify that \(\dfrac{12}{8} = \dfrac{3}{2}\text{,}\) but \(\dfrac{7}{6} \ne \dfrac{3}{2}\text{.}\)

If the numerator or denominator of the fraction contains more than one term, it is especially important to factor before reducing, so that numerator and denominator are written as products of factors, instead of sums of terms.

Example 8.26.

Reduce each fraction.

  1. \(\displaystyle \dfrac{4x+2}{4}\)
  2. \(\displaystyle \dfrac{9x^2+3}{6x+3}\)
Solution

First we factor the numerator and denominator. Then we divide numerator and denominator by any common factors.

  1. \(\displaystyle \dfrac{4x+2}{4} = \dfrac{\cancel{2}(2x+1)}{\cancel{2}(2)} = \dfrac{2x+1}{2}\)
  2. \(\displaystyle \dfrac{9x^2+3}{6x+3} = \dfrac{\cancel{3}(3x^2+1)}{\cancel{3}(2x+1)} = \dfrac{3x^2+1}{2x+1}\)
Caution 8.27.

We cannot cancel the 4's in part (a) of the Example above, because 4 is not a factor of the entire numerator. Thus,

\begin{equation*} \dfrac{4x+2}{4} \ne x+2 \end{equation*}

In the Example part (b), we cannot cancel the 3's, because they are terms and not factors. Thus,

\begin{equation*} \dfrac{9x^2+3}{6x+3} \ne \dfrac{9x^2}{6x} \end{equation*}

We summarize the procedure for reducing algebraic fractions as follows.

To reduce an algebraic fraction.
  1. Factor the numerator and the denominator.
  2. Divide the numerator and denominator by any common factors.
Example 8.29.

Reduce each fraction.

  1. \(\displaystyle \dfrac{3x+12}{6x+24}\)
  2. \(\displaystyle \dfrac{27x^3-1}{9x^2-1}\)
Solution
  1. We first factor the numerator and denominator completely.

    \begin{equation*} \dfrac{3x+12}{6x+24} = \dfrac{3(x+4)}{2 \cdot 3(x+4)} \end{equation*}

    Then we divide numerator and denominator by the common factors 3 and \((x+4)\text{.}\) We must cancel the entire expression \((x+4)\) from numerator and denominator (we cannot cancel the \(x\)'s or the 4's separately!).

    \begin{equation*} \dfrac{3(x+4)}{2 \cdot 3(x+4)} = \dfrac{\cancel{3}\cancel{(x+4)}}{2 \cdot \cancel{3}\cancel{(x+4)}}= \dfrac{1}{2} \end{equation*}

    All the factors are canceled from the numerator, so we replace them by 1, because any expression divided by itself is 1.

  2. The numerator of the fraction is a difference of two cubes, and the denominator is a difference of two squares. We factor each to obtain

    \begin{equation*} \dfrac{27x^3-1}{9x^2-1} = \dfrac{(3x-1)(9x^2+3x+1)}{(3x-1)(3x+1)} \end{equation*}

    We cancel the factor \((3x-1)\) from top and bottom, to get

    \begin{equation*} \dfrac{\cancel{(3x-1)}(9x^2+3x+1)}{\cancel{(3x-1)}(3x+1)} = \dfrac{9x^2+3x+1}{3x+1} \end{equation*}

    Because we cannot factor any further, we cannot reduce the fraction any further.

Keep in mind that the reduced form is equivalent to the original form of the fraction. If we evaluate the original form and the reduced form at the same value of the variable, the results are equal.

Example 8.32.

Verify that \(\dfrac{x^2-x-6}{x^2-9}\) is equal to \(\dfrac{x+2}{x+3}\) for \(x=2\text{.}\)

Solution

We evaluate each fraction at \(x=\alert{2}\text{.}\)

\begin{equation*} \dfrac{x^2-x-6}{x^2-9} = \dfrac{(\alert{2})^2-\alert{2}-6}{(\alert{2})^2-9} = \dfrac{-4}{-5} = \dfrac{4}{5} \end{equation*}

and

\begin{equation*} \dfrac{x+2}{x+3} = \dfrac{\alert{2}+2}{\alert{2}+3} = \dfrac{4}{5} \end{equation*}

Subsection Opposite of a Binomial

Any number (except zero) divided by itself is 1, and any number divided by its opposite is \(-1\text{.}\) For example,

\begin{equation*} \dfrac{5}{5} = 1 ~~~~~\text{and}~~~~~\dfrac{-5}{5} = -1 \end{equation*}

The same is true for binomials and other algebraic expressions. The opposite of an expression can be found by multiplying it by \(-1\text{.}\) Thus, the opposite of \(a-b\) is

\begin{equation*} -(a-b) = -a + b= b-a \end{equation*}

and so

\begin{equation*} \dfrac{b-a}{a-b} = \dfrac{-\cancel{(a-b)}}{\cancel{(a-b)}} = -1 \end{equation*}

Here are some examples of opposites.

\begin{align*} 2a-3b~~~~\amp \text{and}~~~~3b-2a\\ 2a+3b~~~~\amp \text{and}~~~~-2a-3b\\ -x-1~~~~\amp \text{and}~~~~x+1\\ -x+1~~~~\amp \text{and}~~~~x-1 \end{align*}

We can cancel opposites when we reduce fractions.

Example 8.34.

Reduce \(~\dfrac{2x-4y}{6y-3x}\)

Solution

We first factor the numerator and denominator.

\begin{equation*} \dfrac{2x-4y}{6y-3x} = \dfrac{2(x-2y)}{3(2y-x)} \end{equation*}

We see that \(x-2y\) is the opposite of \(2y-x\text{,}\) that is, \(x-2y = -(2y-x)\text{.}\) Thus,

\begin{equation*} \dfrac{2(x-2y)}{3(2y-x)} = \dfrac{-2\cancel{(2y-x)}}{3\cancel{(2y-x)}} = \dfrac{-2}{3} \end{equation*}

Subsection Rational Functions

A rational function is a function defined by an algebraic fraction. That is, it has the form

\begin{equation*} f(x) = \dfrac{P(x)}{Q(x)} \end{equation*}

where \(P(x)\) and \(Q(x)\) are polynomials. A rational function is undefined at any \(x\)-values where \(Q(x) = 0\text{.}\)

Example 8.36.

Francine is planning a 60-mile training flight through the desert on her cycle-plane, a pedal-driven aircraft. If there is no wind, she can pedal at an average speed of 15 miles per hour, so she can complete the flight in 4 hours.

  1. If there is a headwind of \(x\) miles per hour, it will take Francine longer to fly 60 miles. Express the time it will take to complete the training flight as a function of \(x\text{.}\)

  2. Make a table of values for the function.

  3. Graph the function and explain what it tells you about the time Francine should allot for the flight.

Solution
  1. If there is a headwind of \(x\) miles per hour, Francine's ground speed will be \(15 - x\) miles per hour. Using the fact that time \(\text{time} = \dfrac{\text{distance}}{\text{rate}}\text{,}\) we find that the time needed for the flight will be

    \begin{equation*} t = f(x) = \frac{60}{15 - x} \end{equation*}
  2. We evaluate the function for several values of \(x\text{,}\) as shown in the table below.

    \(x\) \(0\) \(3\) \(5\) \(7\) \(9\) \(10\)
    \(t\) \(4\) \(5\) \(6\) \(7.5\) \(10\) \(12\)

    For example, if the headwind is \(\alert{5}\) miles per hour, then

    \begin{equation*} t=\frac{60}{15-\alert{5}}=\frac{60}{10}=6 \end{equation*}

    Francine's effective speed is only 10 miles per hour, and it will take her 6 hours to fly the 60 miles. The table shows that as the speed of the headwind increases, the time required for the flight increases also.

  3. The graph of the function is shown below. You can use your calculator with the window

    \begin{align*} \text{Xmin} \amp = -8.5 \amp\amp \text{Xmax} = 15\\ \text{Ymin} \amp = 0 \amp\amp \text{Ymax} = 30 \end{align*}

    to verify the graph. In particular, the point \((0,4)\) lies on the graph. This point tells us that if there is no wind, Francine can fly 60 miles in 4 hours, as we calculated earlier.

    graph showing time to complete trip vs speed of headwind

    The graph is increasing, as indicated by the table of values. In fact, as the speed of the wind gets close to 15 miles per hour, Francine's flying time becomes extremely large. In theory, if the wind speed were exactly 15 miles per hour, Francine would never complete her flight. On the graph, the time becomes infinite at \(x = 15\text{.}\)

    What about negative values for \(x\text{?}\) If we interpret a negative headwind as a tailwind, Francine's flying time should decrease for negative \(x\)-values. For example, if \(x = -5\text{,}\) there is a tailwind of 5 miles per hour, so Francine's effective speed is 20 miles per hour, and she can complete the flight in 3 hours. As the tailwind gets stronger (that is, as we move farther to the left in the \(x\)-direction), Francine's flying time continues to decrease, and the graph approaches the \(x\)-axis.

The vertical dashed line at \(x=15\) on the graph of \(t=\dfrac{60}{15-x}\) is a vertical asymptote for the graph. We first encountered asymptotes in Section 5.3 when we studied the graph of \(y=\dfrac{1}{x}\text{.}\) Locating the vertical asymptotes of a rational function is an important part of determining the shape of the graph.

Graph for part (c):

graph of average cost of production

In Practice 7, the horizontal line \(C=5\) is a horizontal asymptote for the graph of the function. As \(x\) increases, the graph approaches the line \(C=5\) but will never actually meet it. The average price per T-shirt will always be slightly more than $5. Horizontal asymptotes are also important in sketching the graphs of rational functions.

Exercises Problem Set 8.2

Warm Up

For Problems 1–2,

  1. Evaluate the fraction for the given values of the variable.
  2. For what values of the variable is the fraction undefined?
  3. Find a value of \(x\) for which the fraction is equal to zero.
1.

\(\dfrac{x+1}{x-3},~~~~~x=\dfrac{1}{2},~{-4}\)

2.

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

3.

\(\dfrac{2x}{x^2-1},~~~~~x=-2,~20\)

4.

\(\dfrac{x-2}{x^2-2x+1},~~~~~x=-1,~\dfrac{1}{2}\)

For Problems 5–8, reduce the fraction.

5.
  1. \(\displaystyle \dfrac{15}{3x}\)

  2. \(\displaystyle \dfrac{24b}{14} \)
6.
  1. \(\displaystyle \dfrac{-5z}{6z}\)
  2. \(\displaystyle \dfrac{5u}{120uv}\)
7.
  1. \(\displaystyle \dfrac{16ab}{-10ab}\)
  2. \(\displaystyle \dfrac{3a^2}{27a}\)
8.
  1. \(\displaystyle \dfrac{-9y^3z}{42yz}\)
  2. \(\displaystyle \dfrac{8u^3v^2}{12v^2w}\)
Skills Practice
9.

Which of the following is a correct application of the fundamental principle of fractions? Explain why or why not in each case.

  1. \(\displaystyle \dfrac{3x+5}{3x} \rightarrow 5\)
  2. \(\displaystyle \dfrac{4x+3}{2y} \rightarrow \dfrac{2x+3}{y}\)
  3. \(\displaystyle \dfrac{2x^2+x-12}{x-12} \rightarrow 2x^2\)
  4. \(\displaystyle \dfrac{8x^2-9}{2x-3} \rightarrow 4x+3\)

For Problems 10 and 11, decide whether the fraction is equivalent to 1, to \(-1\text{,}\) or cannot be reduced.

10.
  1. \(\displaystyle \dfrac{x+4}{x-4}\)
  2. \(\displaystyle \dfrac{t+5w}{5w-t}\)
  3. \(\displaystyle \dfrac{x+3z}{z+3x}\)
  4. \(\displaystyle \dfrac{-(m-1)}{1-m}\)
11.
  1. \(\displaystyle \dfrac{2a+b}{2a-b}\)
  2. \(\displaystyle \dfrac{-(a-b)}{b-a}\)
  3. \(\displaystyle \dfrac{2a^2-1}{2a^2}\)
  4. \(\displaystyle \dfrac{-a^2+3)}{a^2+3}\)

For Problems 12-15, reduce if possible, and select the correct reduced form.

12.

\(\dfrac{2x+3}{2x}\)

  1. \(\displaystyle \dfrac{x+3}{x}\)
  2. \(\displaystyle 3\)
  3. neither of these
13.

\(\dfrac{3a+a^2}{3a}\)

  1. \(\displaystyle a^2\)
  2. \(\displaystyle \dfrac{3+a}{3}\)
  3. neither of these
14.

\(\dfrac{y+3}{2y^2+6y}\)

  1. \(\displaystyle \dfrac{1}{2y}\)
  2. \(\displaystyle y\)
  3. neither of these
15.

\(\dfrac{a^3}{a^4-a^3}\)

  1. \(\displaystyle \dfrac{1}{a-1}\)
  2. \(\displaystyle \dfrac{1}{a^4}\)
  3. neither of these
16.

Reduce each fraction. Which of the fractions are equivalent to \(3b\text{?}\)

  1. \(\displaystyle \dfrac{9b^2-3b}{3b}\)
  2. \(\displaystyle \dfrac{b+2}{3b^2+6b}\)
  3. \(\displaystyle \dfrac{3b-9}{9}\)
  4. \(\displaystyle \dfrac{9b^2-3b)}{3b-1}\)

For Problems 17-28, reduce if possible.

17.

\(\dfrac{2a^2}{2a^2-6a}\)

18.

\(\dfrac{b-2}{4-2b}\)

19.

\(\dfrac{a-b}{a^2-b^2}\)

20.

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

21.

\(\dfrac{y^2-9x^2}{(3x-y)^2}\)

22.

\(\dfrac{6-6t^2}{(t-1)^2}\)

23.

\(\dfrac{2y^2-8}{2y+4}\)

24.

\(\dfrac{4x^3-36x}{6x^2-18x}\)

25.

\(\dfrac{3a-a^2}{a^2-2a-3}\)

26.

\(\dfrac{2x^2+x-6}{x^2+x-2}\)

27.

\(\dfrac{8z^3-27}{4z^2-9}\)

28.

\(\dfrac{6-2v}{v^3-27}\)

Applications
29.

The crew team can row at a steady pace of 10 miles per hour in still water. Every afternoon, their training includes a five-mile row upstream on the river. If the current in the river on a given day is \(v\) miles per hour, then the time required for this exercise, in minutes, is given by

\begin{equation*} t=\dfrac{300}{10-v} \end{equation*}

Use the graph of this equation shown in the figure to answer questions (a) and (b).

curve
  1. How long does the exercise take if there is no current in the river?
  2. How long will it take if the current is 4 miles per hour?
  3. Find an exact answer for part (b) by using the equation.
  4. If the exercise took 2 hours, what was the current in the river?
  5. As the speed of the current increases, what happens to the time needed for the exercise?
30.

The eider duck, one of the world's fastest flying birds, can exceed an airspeed of 65 miles per hour. A flock of eider ducks is migrating south at an average airspeed of 50 miles per hour against a moderate headwind. Their next feeding grounds are 150 miles away.

  1. Express the ducks' travel time, \(t\text{,}\) as a function of the windspeed, \(v\text{.}\)

  2. Complete the table showing the travel time for various windspeeds.

    \(v\) \(0\) \(10\) \(20\) \(30\) \(40\) \(50\)
    \(t\) \(\hphantom{00}\) \(\hphantom{00}\) \(\) \(\) \(\) \(\)

    What happens to the travel time as the headwind increases?

  3. Use the table to choose an appropriate window and graph your function \(t(v)\text{.}\) Label the scales on the axes.

  4. Estimate the wind speed if the travel time was 12 hours. Illustrate your result on the graph.
  5. Give the equations of any horizontal or vertical asymptotes. What does the vertical asymptote tell us about the problem?
31.

The cost, in thousands of dollars, for extracting \(p\) percent of a precious ore from a mine is given by the equation

\begin{equation*} C(p)=\frac{360p}{100-p} \end{equation*}
  1. What input values make sense for \(C\text{?}\)

  2. Complete the table showing the cost of extracting various percentages of the ore. (Note: do not convert percents to decimals.)

    \(p\) \(0\) \(25\) \(50\) \(75\) \(90\) \(100\)
    \(C\) \(\hphantom{00}\) \(\hphantom{00}\) \(\) \(\) \(\) \(\)
  3. Graph the function \(C\) in an appropriate window. What percentage of the ore can be extracted if $540,000 can be spent on the extraction?

  4. For what values of \(p\) is the total cost less than $1,440,000?

  5. The graph has a vertical asymptote. What is it? What is its significance in the context of this problem?

32.

The total cost in dollars of producing \(n\) calculators is approximately \(20,000+8n\text{.}\)

  1. Express the cost per calculator, \(C\text{,}\) as a function of the number \(n\) of calculators produced.

  2. Complete the table showing the cost per calculator for various production levels.

    \(n\) \(100\) \(400\) \(500\) \(1000\) \(4000\) \(5000\)
    \(C\) \(\) \(\) \(\) \(\) \(\) \(\)
  3. Graph the function \(C(n)\) for the cost per calculator. Use the window

    \begin{align*} {\text{Xmin}} \amp = 0 \amp\amp {\text{Xmax}} = 9400\\ {\text{Ymin}} \amp = 0 \amp\amp {\text{Ymax}} = 50 \end{align*}
  4. How many calculators should be produced so that the cost per calculator is $18?

  5. For what values of \(n\) is the cost less than $12 per calculator?

  6. Find the horizontal asymptote of the graph. What does it represent in this context?

33.

The volume of a test tube is given by its height times the area of its cross-section. A test tube that holds 200 cubic centimeters is \(2x-1\) centimeters long.

  1. What is the area of its cross-section?
  2. Evaluate your fraction for \(x=13\text{.}\) What does your answer mean in the context of the problem?
34.

Delbert prepares a 25% glucose solution of by mixing 2 ml of glucose with 8 ml of water. If he adds \(x\) ml of glucose to the solution, its concentration is given by

\begin{equation*} C(x)=\dfrac{2+x}{8+x} \end{equation*}
  1. How many ml of glucose should Delbert add to increase the concentration to 50%?
  2. Graph the function for \(0 \le x \le 100\)
  3. What is the horizontal asymptote of the graph? What does it tell you about the solution?
35.

A computer store sells approximately 300 of its most popular model per year. The manager would like to minimize her annual inventory cost by ordering the optimal number of computers, \(x\text{,}\) at regular intervals. If she orders \(x\) computers in each shipment, the cost of storage will be \(6x\) dollars, and the cost of reordering will be \(\dfrac{300}{x} (15x + 10)\) dollars. The inventory cost is the sum of the storage cost and the reordering cost.

  1. Use the distributive law to simplify the expression for the reordering cost. Then express the inventory cost, \(C\text{,}\) as a function of \(x\text{.}\)

  2. Complete the table of values for the inventory cost for various reorder sizes.

    \(x\) \(20\) \(40\) \(60\) \(80\) \(100\)
    \(C\) \(\) \(\) \(\) \(\) \(\)
  3. Graph the function \(C\) for the cost per calculator. Use the window

    \begin{align*} {\text{Xmin}} \amp = 0 \amp\amp {\text{Xmax}} = 150\\ {\text{Ymin}} \amp = 4500 \amp\amp {\text{Ymax}} = 5500 \end{align*}

    Estimate the minimum possible value for \(C\text{.}\)

  4. How many computers should the manager order in each shipment so as to minimize the inventory cost? How many orders will she make during the year?

  5. Graph the function \(y = 6x + 4500\) in the same window with the function \(C\text{.}\) What do you observe?

36.

A train whistle sounds higher when the train is approaching you than when it is moving away from you. This phenomenon is known as the Doppler effect. If the actual pitch of the whistle is 440 hertz (this is the A note below middle C), then the note you hear will have the pitch

\begin{equation*} P(v)=\frac{440 (332)}{332-v} \end{equation*}

where the velocity, \(v\text{,}\) in meters per second is positive as the train approaches and is negative when the train is moving away. (The number 332 that appears in this expression is the speed of sound in meters per second.)

  1. Complete the table of values showing the pitch of the whistle at various train velocities.

    \(v\) \(-100\) \(-75\) \(-50\) \(-25\) \(0\) \(25\) \(50\) \(75\) \(100\)
    \(P\) \(\) \(\hphantom{000} \) \(\hphantom{000} \) \(\hphantom{000} \) \(\hphantom{000} \) \(\hphantom{000} \) \(\hphantom{000} \) \(\hphantom{000} \) \(\)
  2. Graph the function \(P\) in an appropriate window.

  3. What is the velocity of the train if the note you hear has a pitch of 415 hertz (corresponding to the note A-flat)? A pitch of \(553.\overline{3}\) hertz (C-sharp)?

  4. For what velocities will the pitch you hear be greater than 456.5 hertz?

  5. The graph has a vertical asymptote (although it is not visible in the suggested window). Where is it and what is its significance in this context?