Prove √2 is irrational using proof by contradiction

medium CBSE CBSE 2023 3 min read

Question

Prove that 2\sqrt{2} is irrational.

(CBSE 2023 — this proof has appeared in board exams almost every year)


Solution — Step by Step

Suppose 2\sqrt{2} is rational. Then we can write:

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

where pp and qq are integers with no common factor (i.e., p/qp/q is in lowest terms, gcd(p,q)=1\gcd(p, q) = 1).

2=p2q22 = \frac{p^2}{q^2} p2=2q2p^2 = 2q^2

This tells us p2p^2 is even (since it equals 2×2 \times something). If p2p^2 is even, then pp must be even. Why? Because an odd number squared is always odd.

Since pp is even, let p=2kp = 2k for some integer kk.

(2k)2=2q2(2k)^2 = 2q^2 4k2=2q24k^2 = 2q^2 q2=2k2q^2 = 2k^2

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

We’ve shown that both pp and qq are even — meaning both are divisible by 2. But we started by assuming p/qp/q is in lowest terms (no common factor).

This is a contradiction. Our assumption that 2\sqrt{2} is rational must be wrong.

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


Why This Works

The proof hinges on one key fact: if n2n^2 is even, then nn is even. This is because odd numbers squared stay odd (odd×odd=odd\text{odd} \times \text{odd} = \text{odd}). So the only way to get an even square is from an even number.

The contradiction method works beautifully here because directly proving “something is irrational” is hard — there’s no formula for it. But proving “if it were rational, something impossible would happen” is clean and logically airtight.

This same structure can be adapted to prove 3\sqrt{3}, 5\sqrt{5}, or any p\sqrt{p} where pp is prime — just replace “even” with “divisible by pp”.


Alternative Method — Using the Fundamental Theorem of Arithmetic

We can also argue using prime factorisation. In p2=2q2p^2 = 2q^2, count the number of times 2 appears as a prime factor on each side. On the left, p2p^2 has an even count of 2’s. On the right, 2q22q^2 has an odd count (one extra 2 plus the even count from q2q^2). Even \neq odd, contradiction.

CBSE has asked this proof in 2019, 2020, 2022, and 2023. It carries 3-4 marks. The marking scheme specifically awards marks for: (1) correct assumption with gcd(p,q)=1\gcd(p,q) = 1, (2) showing pp is even, (3) showing qq is even, (4) stating the contradiction clearly. Don’t skip any step.


Common Mistake

Many students forget to state that p/qp/q is in lowest terms at the start. Without this assumption, there’s no contradiction at the end — because if pp and qq could have common factors, both being even wouldn’t be a problem. The "gcd(p,q)=1\gcd(p, q) = 1" condition is what makes the proof work.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next