Multiplicative Inverses
Learning objectives
- Define and compute multiplicative inverses
- Understand the reciprocal of a fraction
- Apply inverses to solve equations
Subtraction was solved by inventing additive inverses. Division is solved by inventing multiplicative inverses. In , you can subtract anything because every integer has a partner with . The same idea lifts to multiplication once we move into : every nonzero rational has a partner that multiplies with it to give .
Defining the reciprocal
The multiplicative inverse (or reciprocal) of a nonzero number is the unique number such that . Notation: we also write . The two notations mean the same thing.
For an integer : . For a fraction: flip it. . Check: .
The widget makes the flip visual
(Set A = 3/4 in the widget. The readout shows the reciprocal 4/3, and the product A × reciprocal(A) = 1. Now try A = 7/2: the reciprocal becomes 2/7. The relationship is purely a swap of numerator and denominator.)
Why zero is excluded
The rule "every nonzero number has a reciprocal" cannot extend to zero. Suppose existed for some number . Then by definition . But the distributive law forces for every (we proved this in §1.3). So , which is false. Hence no such exists. Zero is the one and only number in without a multiplicative inverse, and this single exception is the entire reason division by zero is undefined.
Division IS multiplication by the inverse
The deepest consequence: once we have inverses, division is no longer a fundamental operation. It is just multiplication in disguise:
This is why "divide by a fraction = multiply by its reciprocal" works. The rule looks like a memorisation hack; it is actually the definition of division unpacked.
Solving simple equations
To solve , multiply both sides by the inverse :
.
The left side collapsed because and are reciprocals. This is the engine for every linear equation you will solve from now on.
Try it
- Predict first: what is the reciprocal of ? Set in the widget to verify, then multiply to confirm the product is .
- Find the reciprocal of . Watch the sign carefully — reciprocals preserve sign.
- Solve by multiplying both sides by the reciprocal of .
- What is in general? (Take the reciprocal twice.)
A trap to watch for
The reciprocal of a sum is not the sum of the reciprocals. Concretely, . Try : the left side is , the right side is . The two are wildly different. The fix: reciprocals distribute over multiplication but not addition. Always rewrite as first and resist the urge to split the denominator.
What you now know
You can now construct the reciprocal of any nonzero rational, and you understand why zero is excluded. Division is multiplication by the inverse, and that single insight will run every linear equation, every fraction simplification, and every cancellation you do for the rest of this book. Chapter 2 builds on this: with addition, multiplication, and inverses all settled, we can finally solve systems of linear equations.
Quick check
References
- Lang, S. (1971). Basic Mathematics. Springer. Chapter 1, §6 — reciprocals defined and the field axioms completed.
- Stewart, I. and Tall, D. (2015). The Foundations of Mathematics, 2nd ed. Oxford. Chapter 5 — rationals as the field of fractions of .
- Spivak, M. (2008). Calculus, 4th ed. Publish or Perish. Chapter 1 — the field axioms presented as the rules of algebra that we never bother to think about.