2.5.4 · D3Number Theory (Intermediate)

Worked examples — Irrational numbers — √2, π, e — proof that √2 is irrational

2,406 words11 min readBack to topic

This page hunts down every kind of question the √2 irrationality topic can throw at you. We first lay out a scenario matrix — a checklist of every "case class" — then work an example for each cell. Nothing is left uncovered: perfect squares, non-square integers, the geometric version, the "close approximation" trap, and the exam twist that generalises to , , and beyond.

Everything here leans on three prerequisite ideas: Proof by Contradiction, Greatest Common Divisor (GCD), and Prime Factorization. If any word below feels new, its meaning is rebuilt in place.


The scenario matrix

Think of "prove/disprove irrationality" problems as living in a grid. Each row is a case class — a genuinely different situation the proof machinery has to survive. If we work at least one example per row, a reader can never meet a situation we didn't show.

# Case class What's special about it Does the contradiction fire? Example
A Number is a non-square integer () Prime factor appears an odd number of times Yes → irrational Ex 1
B Number is a perfect square () The parity chain closes consistently No → rational Ex 2
C Odd prime under the root () Parity → "divisible by 3" Yes → irrational Ex 3
D Non-prime, non-square () Uses prime factorization, not just "even" Yes → irrational Ex 4
E Geometric / word problem (square tile diagonal) Contradiction becomes visual scaling Yes → irrational Ex 5
F Degenerate / boundary inputs (, ) Smallest cases — must not misfire No → rational Ex 6
G Limiting / approximation trap () "Close to 2" is not "equals 2" N/A — approximation ≠ equality Ex 7
H Exam twist: sum/combination (, ) Rational ± irrational Stays irrational Ex 8
I General theorem (, not a perfect square) One proof to rule them all Yes → irrational Ex 9

Row A — Non-square integer:


Row B — Perfect square: (the proof must not misfire)


Row C — Odd prime:


Row D — Composite non-square:


Row E — Geometric / word problem


Row F — Degenerate / boundary inputs: ,


Row G — Limiting / approximation trap


Row H — Exam twist: rational combined with irrational


Row I — The general theorem


Recall Self-test — one per row

A number is a perfect square iff every prime exponent is what? ::: Even For , the divisibility that replaces "even" is divisibility by ::: 3 Why does the proof NOT break ? ::: The extra factor contributes an even count of 2's, so both sides stay even — no clash Is rational or irrational? ::: Irrational (rational − rational would force rational) Does equal 2? ::: No, it equals Single feature of that makes irrational? ::: At least one prime appears an odd number of times