What is a Reciprocal? Definition, Formula, Examples

#Math Terms
TL;DR
The reciprocal of a number is 1 divided by that number. For any non-zero number $x$, its reciprocal is $\frac{1}{x}$, written as $x^{-1}$. When a number is multiplied by its reciprocal, the result is always 1 — that's why the reciprocal is also called the multiplicative inverse. To find the reciprocal of a fraction, flip it: the reciprocal of $\frac{a}{b}$ is $\frac{b}{a}$. The number $0$ has no reciprocal.
BT
Bhanzu TeamLast updated on May 16, 20265 min read

What Is a Reciprocal?

A reciprocal is the multiplicative inverse of a number — the number that, when multiplied by the original, gives 1.

For any non-zero number $x$:

$$\text{Reciprocal of } x = \frac{1}{x}$$

And by definition:

$$x \times \frac{1}{x} = 1$$

The reciprocal is sometimes written as $x^{-1}$ (using the negative-exponent notation). Both forms mean the same thing: one divided by $x$.

How Do You Find the Reciprocal?

Reciprocal of a Whole Number

For a whole number $n$, the reciprocal is $\frac{1}{n}$.

Examples:

  • Reciprocal of $5$ = $\frac{1}{5}$

  • Reciprocal of $12$ = $\frac{1}{12}$

  • Reciprocal of $1$ = $\frac{1}{1} = 1$ (the only number that is its own reciprocal, other than $-1$)

Reciprocal of a Fraction

For a fraction $\frac{a}{b}$ (where $a, b \neq 0$), flip the numerator and denominator:

$$\text{Reciprocal of } \frac{a}{b} = \frac{b}{a}$$

Examples:

  • Reciprocal of $\frac{2}{3} = \frac{3}{2}$

  • Reciprocal of $\frac{7}{4} = \frac{4}{7}$

  • Reciprocal of $\frac{1}{8} = 8$ (a whole number)

Reciprocal of a Negative Number

For a negative number, the reciprocal is also negative:

  • Reciprocal of $-3$ = $-\frac{1}{3}$

  • Reciprocal of $-\frac{5}{2}$ = $-\frac{2}{5}$

A negative number times a negative reciprocal still gives a positive 1: $-3 \times -\frac{1}{3} = 1$ ✓.

Reciprocal of a Decimal

Convert the decimal to a fraction first, then flip.

  • Reciprocal of $0.5 = \frac{1}{2} \to \frac{2}{1} = 2$

  • Reciprocal of $0.25 = \frac{1}{4} \to 4$

  • Reciprocal of $1.5 = \frac{3}{2} \to \frac{2}{3}$

Reciprocal of Zero

Zero has no reciprocal. Because $\frac{1}{0}$ is undefined — division by zero is not allowed in standard arithmetic — no number satisfies $0 \times x = 1$.

What Is the Reciprocal Formula?

The compact formula:

$$\text{Reciprocal}(x) = \frac{1}{x}, \quad x \neq 0$$

Or in exponent notation:

$$x^{-1} = \frac{1}{x}$$

For fractions:

$$\left(\frac{a}{b}\right)^{-1} = \frac{b}{a}, \quad a, b \neq 0$$

Why Does the Reciprocal Matter? (Real-World GROUND)

"Division is just multiplication by the reciprocal." — fundamental rule, every algebra textbook.

The reciprocal is the gateway between multiplication and division — they're not separate operations but two sides of the same idea:

$$a \div b = a \times \frac{1}{b}$$

This is why dividing by a fraction is the same as multiplying by its reciprocal — it's not a trick, it's the definition of division.

Real-world applications of the reciprocal:

  • Unit conversions. Going from km/h to seconds-per-km uses the reciprocal. A speed of 90 km/h means $\tfrac{1}{90}$ hours per km, or 40 seconds per km.

  • Resistance and conductance. In electrical circuits, conductance is the reciprocal of resistance: $G = 1/R$. A resistor of 100 Ω has conductance 0.01 S (siemens).

  • Optics — focal length. The power of a lens (in dioptres) is the reciprocal of its focal length in metres. A 2-dioptre lens has focal length $\frac{1}{2} = 0.5$ m.

  • Period and frequency. Period (seconds per cycle) is the reciprocal of frequency (cycles per second). A 60 Hz wave has period $\frac{1}{60} \approx 0.017$ s.

  • Recipe scaling. Halving a recipe means multiplying every ingredient by $\frac{1}{2}$ — the reciprocal of 2.

  • Exchange rates. $1 USD = 83 INR$ means $1 INR = \tfrac{1}{83}$ USD.

  • Music — string ratios. Pythagorean tuning uses reciprocal frequency ratios for octaves.

The reciprocal also features prominently in trigonometric identities — cosecant is the reciprocal of sine ($\csc \theta = 1/\sin \theta$), secant is the reciprocal of cosine ($\sec \theta = 1/\cos \theta$), and cotangent is the reciprocal of tangent ($\cot \theta = 1/\tan \theta$).

Learn more: Sin Cos Tan: Trigonometric Ratios and Formulas

A Worked Example

Simplify $\frac{2}{5} \div \frac{3}{4}$.

The intuitive (wrong) approach. A student in a hurry tries to divide numerators and denominators directly:

$$\frac{2}{5} \div \frac{3}{4} \stackrel{?}{=} \frac{2 \div 3}{5 \div 4} = \frac{2/3}{5/4}$$

This produces a complex fraction — and isn't simpler than where we started.

Why it fails. Division by a fraction isn't elementwise. The correct approach uses the reciprocal.

The correct method.

Dividing by a fraction is multiplying by its reciprocal:

$$\frac{2}{5} \div \frac{3}{4} = \frac{2}{5} \times \frac{4}{3} = \frac{8}{15}$$

Check. $\frac{2}{5} \div \frac{3}{4}$ should give "how many three-fourths fit in two-fifths." Two-fifths is 0.4; three-fourths is 0.75. So $0.4 / 0.75 \approx 0.533$, and $\frac{8}{15} \approx 0.533$ ✓.

At Bhanzu, our trainers walk through this wrong-path-first sequence intentionally — the "flip the second fraction and multiply" rule is famously memorised but rarely understood. Once a student feels why the rule works (because division equals multiplication by the reciprocal), it stops being a mystery.

What Are the Most Common Mistakes With Reciprocals?

Mistake 1: Treating the reciprocal as the negative

Where it slips in: Students confuse reciprocal (multiplicative inverse) with opposite (additive inverse).

Don't do this: Saying the reciprocal of 5 is $-5$.

The correct way: Reciprocal of 5 is $\frac{1}{5}$ (multiplicative inverse — multiplies to 1). Opposite of 5 is $-5$ (additive inverse — adds to 0). Two different operations.

Mistake 2: Trying to find the reciprocal of zero

Where it slips in: Mechanically applying $\frac{1}{x}$ to $x = 0$.

Don't do this: Reciprocal of $0 = \frac{1}{0}$.

The correct way: Zero has no reciprocal — $\frac{1}{0}$ is undefined. State "the reciprocal of 0 is undefined."

Mistake 3: Forgetting to keep the sign on negative numbers

Where it slips in: Reciprocal of $-7$ being written as $\frac{1}{7}$ instead of $-\frac{1}{7}$.

Don't do this: Reciprocal of $-7 = \frac{1}{7}$.

The correct way: Reciprocal of $-7 = -\frac{1}{7}$. The sign is preserved. Check: $-7 \times -\frac{1}{7} = +1$ ✓. The wrong answer would give $-7 \times \frac{1}{7} = -1$, not the multiplicative identity.

A Practical Next Step

Try these three before moving on to dividing fractions.

  1. Find the reciprocal of $\frac{5}{8}$.

  2. Find the reciprocal of $-12$.

  3. Compute $\frac{3}{4} \div \frac{2}{5}$ using the reciprocal rule.

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is a reciprocal in simple words?
A reciprocal is a number that, when multiplied by another number, gives 1. The reciprocal of any non-zero number $x$ is $\frac{1}{x}$. Reciprocal of 5 is $\frac{1}{5}$, because $5 \times \frac{1}{5} = 1$.
What is the reciprocal of a fraction?
To find the reciprocal of a fraction, swap the numerator and denominator. Reciprocal of $\frac{2}{3}$ is $\frac{3}{2}$. Reciprocal of $\frac{a}{b}$ is $\frac{b}{a}$.
Does zero have a reciprocal?
No. $\frac{1}{0}$ is undefined — division by zero is not allowed. Zero is the only real number without a reciprocal.
What is the reciprocal of 1?
$\frac{1}{1} = 1$. The number 1 is its own reciprocal. (And $-1$ is its own reciprocal too: $-1 \times -1 = 1$.)
What is the reciprocal of a negative number?
A negative number has a negative reciprocal. The reciprocal of $-7$ is $-\frac{1}{7}$. Check: $-7 \times -\frac{1}{7} = +1$.
How do you divide fractions using reciprocals?
Multiply by the reciprocal of the second fraction. $\frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c} = \frac{ad}{bc}$. The famous "flip the second and multiply" rule.
What is the difference between reciprocal and inverse?
The reciprocal is the multiplicative inverse — multiplies to 1. The (additive) inverse is the opposite — adds to 0. "Inverse" without qualification usually means reciprocal in elementary math; in higher math, you specify which kind.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →