Prove that √2 is irrational

hard 3 min read

Question

Prove that 2\sqrt{2} is irrational.

Solution — Step by Step

We use proof by contradiction: assume that 2\sqrt{2} IS rational, and show this leads to an impossibility.

If 2\sqrt{2} is rational, it can be written as:

2=pq\sqrt{2} = \frac{p}{q}

where pp and qq are integers, q0q \neq 0, and pq\frac{p}{q} is in its lowest terms (meaning pp and qq have no common factors — their HCF is 1).

Squaring both sides:

2=p2q22 = \frac{p^2}{q^2} p2=2q2\Rightarrow p^2 = 2q^2

This tells us p2p^2 is even (it equals 2 times something). If p2p^2 is even, then pp itself must be even. (Because if pp were odd, p2p^2 would be odd — odd × odd = odd.)

So we can write p=2mp = 2m for some integer mm.

Substitute p=2mp = 2m into p2=2q2p^2 = 2q^2:

(2m)2=2q2(2m)^2 = 2q^2 4m2=2q24m^2 = 2q^2 q2=2m2q^2 = 2m^2

Now q2q^2 is even, which means qq is also even.

We’ve shown that both pp and qq are even. This means they share a common factor of 2.

But we assumed at the start that pq\frac{p}{q} is in its lowest terms — meaning pp and qq have no common factors. Having both be even contradicts this assumption.

We have a contradiction.

Our assumption that 2\sqrt{2} is rational led to a contradiction. Therefore, our assumption is false.

Hence, 2\sqrt{2} is irrational. \blacksquare

Why This Works

This style of proof is called Reductio Ad Absurdum (reduction to absurdity) — one of the most elegant tools in mathematics. We don’t try to show something directly; instead, we show that the opposite is impossible.

The key insight is the relationship between even squares and even numbers: if n2n^2 is even, then nn must be even. This follows because even numbers have 2 as a prime factor, and in n2=n×nn^2 = n \times n, that factor of 2 must come from nn itself (prime factors of a square are just doubled powers of the prime factors of the original).

This exact proof — with 2\sqrt{2} being irrational — appears in CBSE Class 10 (Number Systems) and is a 3-mark question. The proof structure works for 3\sqrt{3}, 5\sqrt{5}, and any p\sqrt{p} where pp is prime. For 6\sqrt{6}, you’d show both pp and qq are divisible by 6, or use the fact that 6=2×36 = 2 \times 3 and track divisibility by 2 and 3 separately.

Alternative — Why Can’t We Just Use Decimals?

You might think: ”2=1.41421356...\sqrt{2} = 1.41421356..., and this non-terminating non-repeating decimal proves it’s irrational.” That’s true, but it’s circular — we’d need to prove the decimal is indeed non-terminating and non-repeating, which requires essentially the same logic. The algebraic proof above is cleaner and more rigorous.

Common Mistake

The most common error in this proof is forgetting to state that pq\frac{p}{q} is in lowest terms at the beginning. Without this assumption, the contradiction at Step 4 doesn’t work — of course two integers can share factors in general. The assumption of lowest terms is what makes the contradiction powerful. CBSE marks are deducted if this crucial starting condition is omitted.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next