Chapter 18: Fractions

An algebraic fraction is an expression of the form a/b. The principles that govern numerical fractions in arithmetic apply equally to algebraic fractions. In this chapter, we focus on reducing fractions to their lowest terms and performing basic operations like multiplication and division.


18.1 Reduction to Lowest Terms

To reduce a fraction to its lowest terms, we must factor both the numerator and the denominator completely and then cancel out the factors that are common to both. This is only possible when terms are multiplied; you cannot cancel terms that are added or subtracted without factoring first.

Example:
Reduce: (x² - 9) / (x² + 5x + 6)

Step 1: Factor the numerator (Difference of Squares):
x² - 9 = (x + 3)(x - 3)

Step 2: Factor the denominator (Trinomial):
x² + 5x + 6 = (x + 3)(x + 2)

Step 3: Cancel the common factor (x + 3):
Result: (x - 3) / (x + 2)

18.2 Signs of Fractions

A fraction has three signs associated with it: the sign of the numerator, the sign of the denominator, and the sign before the fraction itself. You can change any two of these signs without changing the value of the fraction.

Rule of Signs:
a/b = (-a)/(-b) = -(-a)/b = -(a)/(-b)

18.3 Multiplication of Fractions

To multiply algebraic fractions, multiply the numerators together and the denominators together. However, it is much more efficient to factor all expressions first and cancel common factors before performing the multiplication.

Example:
Multiply: [ (x - 1) / 3y ] × [ 6y² / (x² - 1) ]

Factor the second denominator:
x² - 1 = (x + 1)(x - 1)

Cancel (x - 1) from numerator and denominator, and reduce 6y²/3y to 2y:
Result: 2y / (x + 1)

18.4 Division of Fractions

To divide by a fraction, invert the divisor (the second fraction) and multiply. This is often remembered as "Copy, Dot, Flop" or "Multiply by the Reciprocal."

Example:
Divide: (a/b) ÷ (c/d)

Invert the second fraction and multiply:
(a/b) × (d/c)

Result: ad / bc

Chapter 18 Exercises