Skip to main content
Logo image

Section 8.4 More Operations on Fractions

In this section we consider a few more skills for working with algebraic fractions.

Subsection 8.4.1 Complex Fractions

A fraction that contains one or more fractions in either its numerator or its denominator or both is called a complex fraction. For example,
2356      and      x+34x12
are complex fractions. Like simple fractions, complex fractions represent quotients. For the examples above,
2356=23÷56
and
x+34x12=(x+34)÷(x12)
We can always simplify a complex fraction into a standard algebraic fraction. One way to do this is to treat the fraction as a division.

Example 8.4.1.

Simplify   2356

Solution.

First, Write the complex fraction as a quotient. Invert the divisor and multiply.
2356=23÷56=2365=1215=45

Checkpoint 8.4.2. Practice 1.

Simplify 2xy3x3y
Answer.
6y2
If the numerator or denominator of the complex fraction contains more than one term, there is an easier way to simplify the fraction. This method takes advantage of the fundamental principle of fractions.

Example 8.4.3.

Simplify   12x1x21412x

Solution.

This complex fraction contains the simple fractions 12x, 1x2, 14 and 12x. The LCD of these fractions is 4x2. We multiply the numerator and denominator of the complex fraction by 4x2. Doing this will not change the value of the fraction, but will clear all the "smaller" fractions inside.
12x1x21412x=4x2(12x1x2)4x2(1412x)
Then we apply the distributive law, so that we multiply each term of the numerator and each term of the denominator by 4x2.
4x2(12x1x2)4x2(1412x)=4x2112x4x211x24x21144x2112x=2x4x22x
Finally, we reduce the result to obtain
2x4x22x=2(x2)x(x2)=2x
We summarize the procedure for simplifying complex fractions as follows.

To simplify a complex fraction.

  1. Find the LCD of all the fractions contained in the complex fraction.
  2. Multiply the numerator and the denominator of the complex fraction by the LCD.
  3. Reduce the resulting simple fraction, if possible.

Checkpoint 8.4.4. Practice 2.

Simplify 1+ba1bcad
Answer.
ad+bdadbc

Subsection 8.4.2 Negative Exponents

Algebraic fractions are sometimes written using negative exponents.

Example 8.4.5.

Write each expression as a single algebraic fraction.  [TK]
  1. x1y1
  2. (x2+y2)1

Solution.

  1. We write each power as a fraction, then simplify.
    x1y1=1x1yThe LCD is xy.=1xyy1yxxBuild to the LCD.=yxxy
  2. We simplify the expression inside parentheses first.
    (x2+y2)1=(1x2+1y2)1Add fractions.=(y2+x2x2y2)1=x2y2x2+y2
    For the last step, remember that a negative exponent indicates the reciprocal of its base.

Caution 8.4.6.

When working with fractions and exponents, it is important to avoid some tempting but incorrect algebraic operations.
  1. In part (a) of Example 8.4.5, note that
    1x1y1xy
    For example, you can check that, for x=2 and y=3 ,
    1213123=1
  2. In part (b) of Example 8.4.5, note that
    (x2+y2)1x2+y2
    The fourth law of exponents does not apply to sums and differences; that is,
    (a+b)nan+bn

Checkpoint 8.4.7. Practice 3.

Simplify (1+x1)1
Answer.
xx+1

Checkpoint 8.4.8. QuickCheck 1.

Decide whether each statement is true or false.
  1. 1+1x11x2=(1+1x)÷(11x2)
  2. 1+1x11x2=x+1x2+1
  3. (a1+b1)2=a2+b2
  4. 1a1b1a+1b=1ab1a+b

Subsection 8.4.3 Applications

Sometimes mathematics can help us solve problems when our intuition fails us or leads us astray.

Example 8.4.9.

On a weekday afternoon, when traffic is always horrible, Kathy left her home north of Los Angeles and drove south 120 miles along the San Diego Freeway to San Juan Capistrano. Her average speed was 40 miles per hour. She returned home on Saturday, at an average speed of 60 miles per hour. What was her average speed for the round trip?

Solution.

If you said that the average speed is 50 miles per hour, you would be wrong! Let’s do some calculations. Kathy’s average speed for the round trip is given by
Average speed=Total distanceTotal time
The total distance she drove is 240 miles, but to find the total time we must compute the time Kathy drove on each part of the trip. We use the formula d=rt and solve for t.
     d r t
Driving south 120 40 3
Driving north 120 60 2
The total time for the round trip was 3+2=5 hours, so Kathy’s average speed was
2405=48 miles per hour
Why does the average speed turn out to be less than 50 miles per hour? Because Kathy spent more time driving at 40 miles per hour (3 hours) than she did driving at 60 miles per hour (2 hours).
By generalizing the problem above we can find an algebraic formula for the average speed on a two-part trip. Suppose the distance traveled on the two parts of the trip are d1 and d2, and the corresponding speeds on the two parts are r1 and r2. We fill in the table to find the time required for each part.
     Distance Rate Time
First part d1 r1 d1r1
Second part d2 r2 d2r2
The total distance traveled on the trip is d1+d2, and the total time required is
d1r1+d2r2
Thus, the average speed for the entire trip is
Average speed=Total distanceTotal time=d1+d2d1r1+d2r2

Checkpoint 8.4.10. Practice 4.

Bruce drove for 24 miles in rush-hour traffic at an average speed of 20 miles per hour. Then he drove 126 miles on the highway at an average speed of 70 miles an hour. Use the formula above to find his average speed for the entire trip.
Answer.
50 mph

Subsection 8.4.4 Polynomial Division

Consider three improper fractions: 86, 84, and 83. Can these fractions be simplified?
  • We can reduce the first fraction:  86=43
  • The second fraction reduces to a whole number:  84=21=2
  • The third fraction does not reduce, but by dividing the denominator into the numerator, we can write it as a whole number plus a proper fraction:  83=223
An algebraic fraction is "improper" if the degree of the numerator is greater than the degree of the denominator. If it cannot be reduced, we can simplify the expression by treating it as a division of polynomials. The quotient will be the sum of a polynomial and a simpler algebraic fraction.  [TK]
If the divisor is a monomial, we can simply divide the monomial into each term of the numerator.

Example 8.4.11.

Divide 9x36x2+43x

Solution.

We divide 3x into each term of the numerator.
9x36x2+43x=9x33x6x23x+43x=3x22x+43x
Note that the quotient is the sum of a polynomial, 3x22x, and an algebraic fraction, 43x.

Checkpoint 8.4.12. Practice 5.

Divide:  6a3+2a2a2a2
Answer.
3a+112a
If the denominator is not a monomial, we use a method similar to the long division algorithm used in arithmetic.

Example 8.4.13.

Divide   2x2+x7x+3  [TK]

Solution.

We first write the quotient as a division problem:
x+32x2+x7
and divide 2x2 (the first term of the numerator) by x (the first term of the denominator) to obtain 2x. (It may be helpful to write down the division: 2x22x=x.) We write 2x above the quotient bar as the first term of the quotient, as shown below.
Next, we multiply x+3 by 2x to obtain 2x2+6x, and subtract this product from 2x2+x7:
2x1+x7x+32x2+x7Multiply 2x by x+3.(2x2+6x)11Subtract the result.5x7
Repeating the process, we divide 5x by x to obtain 5. We write 5 as the second term of the quotient. Then we multiply x+3 by 5 to obtain 5x15, and subtract:
2x5x11x+32x2+x711(2x2+6x)11115x711Multiply 5 by x+3.(5x15)Subtract the result.811
Because the degree of the remainder, 8, is less than the degree of x+3, the division is finished. The quotient is 2x5, with a remainder of 8. We write the remainder as a fraction to obtain
2x2+x7x+3=2x5+8x+3
When using polynomial division, it helps to write the polynomials in descending powers of the variable. If the numerator is missing any terms, we can insert terms with zero coefficients so that like powers will be aligned. For example, to perform the division
3x1+4x32x1
we first write the numerator in descending powers as 4x3+3x1. We insert 0x2 between 4x3 and 3x and set up the quotient as
2x14x3+0x2+3x1
We then proceed as in Example 8.4.13. You can check that the quotient is
2x2+x+2+12x1

Checkpoint 8.4.14. Practice 6.

Divide: 4+8y23y33y+1
Answer.
y2+3y1+53y+1

Checkpoint 8.4.15. QuickCheck 2.

Decide whether each statement is true or false.
  1. The shortcut for simplifying complex fractions applies the fundamental principle of fractions.
  2. An improper algebraic fraction is one in which the denominator has higher degree than the numerator.
  3. If the remainder is zero in polynomial division p(x)q(x), the numerator p(x) can be factored.
  4. If the divisor in polynomial division is a binomial, we use a process like long division.

Exercises 8.4.5 Problem Set 8.4

Skills Practice

Exercise Group.
For Problems 5–16, simplify the complex fraction.
Exercise Group.
For Problems 17–20, divide. Write your answer as the sum of a polynomial and an algebraic fraction.
Exercise Group.
For Problems 21–24, use polynomial division to write the quotient as the sum of a polynomial and an algebraic fraction.

Applications

25.
  1. On the figure at right, locate the points P(a2,0), Q(a,b2),  R(a2,b), and  S(0,b2). Connect the points with line segments in the order PQRS to form a four-sided figure.
    rectangle in first quadrant, one corner at origin
  2. Compute the slopes of each side of the figure.
26.
  1. Suppose x and y are two positive numbers. Write an expression for their average, and then for the reciprocal of their average.
  2. For the same numbers x and y, write an expression for the average of their reciprocals.
  3. Are your expressions in parts (a) and (b) the same? Choose values for x and y and evaluate both expressions.
27.
The focal length of a lens is given by the formula
1f=1p+1q
where f stands for the focal length, p is the distance from the object viewed to the lens, and q is the distance from the image to the lens. Suppose you estimate that the distance from your cat (the object viewed) to your camera lens is 60 inches greater than the distance from the lens to the film inside the camera, where the image forms.
  1. Express 1/f as a single fraction in terms of q.
  2. Write and simplify an expression for f as a function of q.
28.
Andy drives 300 miles to Lake Tahoe at 70 miles per hour and returns home at 50 miles per hour. What is his average speed for the round trip? (It is not 60 miles per hour!)
  1. Write expressions for the time it takes for each leg of the trip if Andy drives a distance d at speed r1 and returns at speed r2.
  2. Write expressions for the total distance and total time for the trip.
  3. Write an expression for the average speed for the entire trip.
  4. Write your answer to part (c) as a simple fraction.
  5. Use your formula to answer the question stated in the problem.
Exercise Group.
For Problems 29–36, Write each expression as a single fraction in simplest form.
Exercise Group.
For Problems 37–42, write each expression as a single fraction in simplest form.
Exercise Group.
For Problems 43-48, write each complex fraction as a simple fraction in lowest terms, and rationalize the denominator.
You have attempted 1 of 1 activities on this page.