← mapBedrock

Fractions & the Rationals

⚗ Dr. Möbius, from the lab

The integers fixed subtraction and then immediately choked on division: ask Z\mathbb{Z} "what is 3÷53 \div 5?" and it gives you the same pathetic blank stare N\mathbb{N} gave you for 353-5. You know the goddamn move by now, you beautiful disaster. We forge new numbers. Today we build the fractions from scratch, and I will derive the common-denominator rule instead of making you chant it like some Federation cult member.

THE BIG IDEA

A fraction $1/b$ is invented as the multiplicative inverse of $b$, so that division always has an answer; every fraction rule — equivalence, common denominators, divide-by-flipping — then follows from that one definition plus the arithmetic laws.

The defect, third verse, same as the first

We've done this dance twice. N\mathbb{N} couldn't answer 353-5, so we forged negatives and got Z\mathbb{Z}. Now Z\mathbb{Z} can't answer 3÷53 \div 5 — there's no integer you can multiply by 55 to land on 33. Same defect, same damn cure: invent the missing numbers.

Recall the master move from The Laws of Arithmetic: division is the inverse question for multiplication. 3÷53 \div 5 asks "what times 55 gives 33?" To answer it in general, we need, for every nonzero bb, a number that undoes multiplication by bb.

The multiplicative inverse, 1/b1/b

Multiplication has its own identity — the do-nothing element under ×\times is 11, since a1=aa \cdot 1 = a. (Compare 00, the additive identity from last lesson. Every system has these.)

For each nonzero integer bb, we define its multiplicative inverse, written 1/b1/b or b1b^{-1}, by:

b1b=1.b \cdot \frac{1}{b} = 1.

That equation isn't a fact to discover — it IS the definition of 1/b1/b. The reciprocal of 55 is the number that multiplies 55 back to the identity 11. And once we have all these reciprocals, a general fraction is just:

ab=a1b.\frac{a}{b} = a \cdot \frac{1}{b}.

So 3/53/5 means "33 copies of one-fifth." Division is solved: 3÷5=3(1/5)=3/53 \div 5 = 3 \cdot (1/5) = 3/5. The whole collection of these — all a/ba/b with integers aa and nonzero bb — is Q\mathbb{Q}, the rationals (from quotient; Z\mathbb{Z} was taken).

Drag the point and find the fraction-marks between the integers — the line is filling in:

number line
-3-2-101232
x = 2−x = -2|x| = 2

Why 2/4=1/22/4 = 1/2: equivalent fractions

Here's a thing that should genuinely bother you — it bothered me until I worked through the proof: 2/42/4 and 1/21/2 are different symbols, yet the same number. Why?

A fraction a/ba/b is the answer to "aa split into bb equal parts." If you scale both the count and the number of parts by the same nonzero factor kk, you've described the same quantity — twice as many pieces, each half as big:

ab=akbk.\frac{a}{b} = \frac{a \cdot k}{b \cdot k}.

Proof from the definition: akbk=ak1bk\frac{ak}{bk} = ak \cdot \frac{1}{bk}, and since 1bk=1b1k\frac{1}{bk} = \frac{1}{b}\cdot\frac{1}{k} (both are inverses, and bk1b1k=1bk \cdot \frac{1}{b}\frac{1}{k} = 1), we get ak1b1k=a1b(k1k)=ab1=abak \cdot \frac{1}{b}\frac{1}{k} = a \cdot \frac{1}{b} \cdot \big(k \cdot \frac{1}{k}\big) = \frac{a}{b}\cdot 1 = \frac{a}{b}. So 2/4=(12)/(22)=1/22/4 = (1\cdot 2)/(2\cdot 2) = 1/2. Scaling top and bottom together is invisible to the number itself. Reducing a fraction is just running this backwards: cancel the common factor.

Adding fractions: derive the common denominator, don't chant it

Why can't you just add tops and bottoms? Because 12+1325\frac{1}{2} + \frac{1}{3} \ne \frac{2}{5} — a half plus a third is clearly more than 2/52/5 (which is less than a half). Checking that took two seconds, and the Federation still lets students do it for years. The honest reason: you can only add pieces of the same size. Fifths add to fifths the way apples add to apples.

So to add ab+cd\frac{a}{b} + \frac{c}{d}, first make the piece-sizes match. Use equivalence to rewrite both over the common denominator bdbd:

ab=adbd,cd=cbbd.\frac{a}{b} = \frac{ad}{bd}, \qquad \frac{c}{d} = \frac{cb}{bd}.

Now the pieces are the same size (1/bd1/bd each), so we just count them — and here is where distributivity does the work:

adbd+cbbd=(ad)1bd+(cb)1bd=(ad+cb)1bd=ad+cbbd.\frac{ad}{bd} + \frac{cb}{bd} = (ad)\cdot\frac{1}{bd} + (cb)\cdot\frac{1}{bd} = (ad + cb)\cdot\frac{1}{bd} = \frac{ad + cb}{bd}.

That middle step — pulling out the common factor 1bd\frac{1}{bd} — is distributivity, the same engine from two lessons ago. The common-denominator rule isn't a rule; it's distributivity in a costume. Concretely 12+13=36+26=56\frac{1}{2}+\frac{1}{3} = \frac{3}{6}+\frac{2}{6} = \frac{5}{6}.

Multiplying and dividing

Multiplication is the easy one — multiply across:

abcd=acbd.\frac{a}{b}\cdot\frac{c}{d} = \frac{ac}{bd}.

(Because a1bc1d=ac1bda\cdot\frac1b \cdot c\cdot\frac1d = ac \cdot \frac{1}{bd}, regrouping by commutativity and associativity.)

Division is where everyone parrots "flip and multiply" with absolutely no idea why, and it makes me want to flip a specimen tray. Here's why. Dividing by cd\frac{c}{d} means multiplying by its multiplicative inverse. And the inverse of cd\frac{c}{d} is dc\frac{d}{c}, because

cddc=cddc=1.\frac{c}{d}\cdot\frac{d}{c} = \frac{cd}{dc} = 1.

It multiplies back to the identity, so it IS the inverse — by definition. Therefore:

ab÷cd=abdc=adbc.\frac{a}{b} \div \frac{c}{d} = \frac{a}{b}\cdot\frac{d}{c} = \frac{ad}{bc}.

"Flip and multiply" is "multiply by the reciprocal," which is what dividing has always meant. Derived, not decreed.

Q\mathbb{Q} is dense — and that's a trap

One stunning property: between any two distinct rationals there's another rational — just average them. Between 13\frac13 and 12\frac12 sits 512\frac{5}{12}; between those, another; forever. We say Q\mathbb{Q} is dense. There are no gaps you can see; the line looks completely full.

It is not full. Hold that thought — it detonates spectacularly in Irrationals & the Real Line, where I show you a hole the rationals can't fill. I've been waiting since the first lesson to detonate that one.

Decimals are fractions in disguise

Finally: 0.250.25 is not a different kind of number. It's 25100=14\frac{25}{100} = \frac14 — a fraction whose denominator is a power of ten. Every terminating decimal is a fraction over 10n10^n. And the repeaters? 0.3=130.\overline{3} = \frac13 exactly (a denominator that won't divide evenly into a power of ten just repeats forever). Terminating or repeating — both are rational. A decimal that does neither would not be a fraction at all... but that's a problem for a later lesson, and oh hell, is it a good one. Go run the gauntlet.

🔬 SPECIMENS (worked examples)

Worked example 1 — reduce to lowest terms

Reduce 1824\dfrac{18}{24} to lowest terms, and name the rule you're using.

Both numerator and denominator share the factor 66: 18=6318 = 6\cdot 3 and 24=6424 = 6\cdot 4. The equivalence rule akbk=ab\frac{ak}{bk}=\frac{a}{b} lets us cancel a common factor:

1824=3646=34.\frac{18}{24} = \frac{3\cdot 6}{4\cdot 6} = \frac{3}{4}.

Now 33 and 44 share no factor bigger than 11, so we're done:

1824=34.\frac{18}{24} = \frac{3}{4}.

The rule is equivalent fractions run backwards — scaling top and bottom by the same factor (here dividing both by 66) doesn't change the number. Check: 3/4=0.753/4 = 0.75 and 18/24=0.7518/24 = 0.75. Same actor.

Worked example 2 — add unlike fractions

Compute 34+16\dfrac{3}{4} + \dfrac{1}{6}.

You can't add quarters to sixths — different-size pieces. Find a common denominator. The smallest shared multiple of 44 and 66 is 1212. Rewrite each via equivalence:

34=3343=912,16=1262=212.\frac{3}{4} = \frac{3\cdot 3}{4\cdot 3} = \frac{9}{12}, \qquad \frac{1}{6} = \frac{1\cdot 2}{6\cdot 2} = \frac{2}{12}.

Now the pieces are the same size, so count them (distributivity pulling out 112\frac{1}{12}):

912+212=9+212=1112.\frac{9}{12} + \frac{2}{12} = \frac{9 + 2}{12} = \frac{11}{12}.

34+16=1112.\frac{3}{4} + \frac{1}{6} = \frac{11}{12}.

1111 and 1212 share no common factor, so it's already reduced.

Worked example 3 — the trap: dividing by a fraction

Compute 23÷49\dfrac{2}{3} \div \dfrac{4}{9}, and explain why you flip the second fraction, not the first.

Dividing by 49\frac{4}{9} means multiplying by its multiplicative inverse. The inverse of 49\frac{4}{9} is 94\frac{9}{4}, because 4994=3636=1\frac{4}{9}\cdot\frac{9}{4} = \frac{36}{36} = 1 — it multiplies back to the identity. So we flip the divisor (the thing we're dividing by), never the dividend:

23÷49=2394=2934=1812.\frac{2}{3} \div \frac{4}{9} = \frac{2}{3} \cdot \frac{9}{4} = \frac{2 \cdot 9}{3 \cdot 4} = \frac{18}{12}.

Reduce by the common factor 66:

1812=32.\frac{18}{12} = \frac{3}{2}.

23÷49=32.\frac{2}{3} \div \frac{4}{9} = \frac{3}{2}.

Flipping the first fraction would be answering a different question entirely. You invert the divisor because that's the operation you're trying to undo.

☠ KNOWN HAZARDS

  • Adding straight across: 12+13=25\frac{1}{2}+\frac{1}{3}=\frac{2}{5}. Catastrophically wrong — you can't add different-size pieces, full stop. Get a common denominator first: 36+26=56\frac{3}{6}+\frac{2}{6}=\frac{5}{6}. Multiplication goes straight across; addition does not. I see this error constantly and it never stops hurting.

  • Cancelling terms instead of factors. In 2+32\frac{2+3}{2} you may NOT cancel the 22's to get 33 — they're terms, not factors. Cancellation is the equivalence rule akbk=ab\frac{ak}{bk}=\frac{a}{b}, which needs a common factor top and bottom.

  • "Flip and multiply" with no idea why. Dividing by c/dc/d means multiplying by its inverse d/cd/c, because (c/d)(d/c)=1(c/d)(d/c)=1. If you forget the why, you'll flip the wrong fraction half the time. Know the reason, not just the trick.

  • Thinking a decimal is a fundamentally different animal from a fraction. 0.75=340.75=\frac34, 0.6=230.\overline{6}=\frac23. Terminating and repeating decimals are exactly the rationals — same numbers, different costume.

TL;DR

  • Z\mathbb{Z} can't answer 3÷53\div5; the fix is inventing 1/b1/b, the multiplicative inverse, DEFINED by b(1/b)=1b\cdot(1/b)=1. Then a/b=a(1/b)a/b = a\cdot(1/b). This builds Q\mathbb{Q}.

  • Equivalent fractions: ab=akbk\frac{a}{b}=\frac{ak}{bk} — scaling top and bottom by the same factor is invisible to the value. Reducing runs it backwards.

  • Adding needs a common denominator because you can only add same-size pieces; the rule ab+cd=ad+cbbd\frac{a}{b}+\frac{c}{d}=\frac{ad+cb}{bd} falls straight out of distributivity.

  • Multiply across; divide by multiplying by the reciprocal (the inverse of c/dc/d is d/cd/c because their product is 11).

  • Q\mathbb{Q} is dense (a rational between any two) yet still has hidden gaps. Decimals are fractions: terminating or repeating     \iff rational.

unlocks