Multiplicative Inverse
ArithmeticThe multiplicative inverse (reciprocal) of a number is the value that, when multiplied by the original number, gives a product of one.
Formula
a \times \left(\frac{1}{a}\right) = 1 \ (a \neq 0)
Definition
The multiplicative inverse of a number is its reciprocal: 1 divided by that number. When you multiply a number by its reciprocal, you always get 1.
Example
The reciprocal of $4$ is $1/4$, because $4 \times 1/4 = 1$. The reciprocal of $2/3$ is $3/2$, because $2/3 \times 3/2 = 1$.
Key Insight
To find the reciprocal of a fraction, flip it. To find the reciprocal of a whole number, write it as 1 over that number.
Definition
The multiplicative inverse of a non-zero number $a$ is $1/a$ (or $a^{-1}$), satisfying $a \times (1/a) = 1$. Zero has no multiplicative inverse (no number times $0$ gives $1$). Division by $b$ is equivalent to multiplying by the multiplicative inverse of $b$: $a / b = a \times (1/b)$.
Example
Reciprocal of $5$: $1/5 = 0.2$. Reciprocal of $-3$: $-1/3$. Reciprocal of $3/7$: $7/3$. Solve $5x = 12$ by multiplying both sides by $1/5$: $x = 12/5$.
Key Insight
The existence of multiplicative inverses for all non-zero elements is what distinguishes a field (like $\mathbb{Q}$, $\mathbb{R}$, $\mathbb{C}$) from a mere ring (like $\mathbb{Z}$). This is precisely the property that makes division always possible (except by zero).
Definition
In a field $F$, every non-zero element $a$ has a unique multiplicative inverse $a^{-1}$ satisfying $a \cdot a^{-1} = 1$. The group of units (non-zero elements under multiplication) is denoted $F^*$. In a ring $R$, units are elements with a two-sided multiplicative inverse; not all non-zero ring elements need be units.
Example
In $\mathbb{Z}/7\mathbb{Z}$ (a field): inverse of $3$ is $5$, since $3 \times 5 = 15 \equiv 1 \pmod 7$. Extended Euclidean algorithm finds modular inverses: used in RSA decryption key computation.
Key Insight
The non-existence of a multiplicative inverse for $0$ is not arbitrary: $0 \cdot x = 0 \neq 1$ for any $x$, since $0$ absorbs under multiplication in any ring. This forces division by zero to be undefined in every consistent number system.