Proving that $\sqrt{2}$ is irrational with a math level of a middle school student?

849 Views Asked by At

So I have a friend, whose professor challenged the class to prove that $\sqrt{2}$ is irrational by using only middle school math level.

No one managed to do it, and neither did I (although I didn't give it much thought, as I have other stuff to do for the moment), but I am still curious as to how to do it.

Apparently, most of the class thought about using the Pythagorean theorem: $$ a^2 + b^2 = c^2$$ And taking $a=b=1$, but it didn't help them at all.

So any ideas? I know that the middle school levels vary from country to country, but let's just suppose that we are talking about YOUR country's middle school.

4

There are 4 best solutions below

1
On BEST ANSWER

Geometry was taught after elementary algebra at my middle school, and focused heavily on construction with a compass and straight edge, and so we would all have been able to understand this proof by Apostol (although perhaps only after a couple readings of it), which I will quote here:

This note presents a remarkably simple proof of the irrationality of $\sqrt{2}$ that is a variation of the classical Greek geometric proof. By the Pythagorean theorem, an isosceles right triangle of edge-length 1 has hypotenuse of length $\sqrt{2}$. If $\sqrt{2}$ is rational, some positive integer multiple of this triangle must have three sides with integer lengths, and hence there must be a smallest isosceles right triangle with this property. But inside any isosceles right triangle whose three sides have integer lengths we can always construct a smaller one with the same property, as shown below. Therefore $\sqrt{2}$ cannot be rational.

Construction. A circular arc with center at the uppermost vertex and radius equal to the vertical leg of the triangle intersects the hypotenuse at a point, from which a perpendicular to the hypotenuse is drawn to the horizontal leg. Each line segment in the diagram has integer length, and the three segments with double tick marks have equal lengths. (Two of them are tangents to the circle from the same point.) Therefore the smaller isosceles right triangle with hypotenuse on the horizontal base also has integer sides.

figure 1

-Tom M. Apostol, Irrationality of The Square Root of Two -- A Geometric Proof, American Mathematical Monthly 107, No. 9 (Nov., 2000), pp. 841-842.

0
On

There is a very simple proof is by contradiction as others mentioned. Suppose there is a rational number $\frac{p}{q}$ such as $\sqrt 2=\frac{p}{q}$. At least one of $p$ and $q$ is an odd number (if they are both even, we reduce the fraction until one of them is odd). Now, squaring both parts of the last equation we get this $2= \frac{p^2}{q^2}$ or $p^2=2q^2$. From here we see that $p$ must be even (if it was was odd, it's square must be odd). $p$ is even means we can write it in a form $p=2k$ where $k$ is an integer. Thus, we have $4k^2=2q^2$ or $2k^2=q^2$. It means $q$ must be an even number. Contradiction.

0
On

Hopefully, the following argument (adapted from Cauchy)) might be at the middle school level, as it uses only the notions of integer and decimal parts of a number.

We prove that if $x=\sqrt 2$ is rational, it must necessarily be an integer. As it is clear no perfect square is equal to $2$, it will prove that $x$ is irrational.

For this, consider the set $S$ of integers $n$ such that $nx$ is an integer. If $x$ is rational, equal to, say $\dfrac rs$, this set is not empty since $sx=r$ is an integer, so $s$ belongs to $S$.

Let $q$ be the smallest positive integer in $S$. Note that if $y$ is the decimal part of $x$, $qy$ is an integer: indeed, $x=1+y$ since $1<\sqrt 2<2$, so $$qy=q(x-1)=\underset{\text{integer}}{qx}-\underset{\text{integer}}{q}$$ We'll denote $\;q'=qy$.

Claim: $\;q'x$ is an integer.

Indeed $\; q'x=(qx-q)x=qx^2-qx=\underset{\text{integer}}{2q} -\underset{\text{integer}}{qx}$.

Now, as by definition a decimal part is $\;<1$, we know that $\;0\le q'=qy <q$. As $q$ was chosen to be the smallest positive integer in $S$, this implies that $q'=qy$ is $0$, hence $y=0$. In other words, if $x$ is rational, it has no decimal part, which means it's an integer.

0
On

If $\sqrt 2 = a/b\,$ then $\, 2b^2 = a^2,\,$ but $\,2b^2$ has an odd number of $2$'s in its unique prime factorization whereas $\,a^2$ has an even number of $2$'s, a parity contradiction (be careful - a rigorous proof of this must invoke the existence and uniqueness of prime factorization in several places, e.g. by existence $\,a\, =\, 2^{\color{#c00}I}\, 3^J\!\cdots p^K\,$ so the power of $\,2\,$ in this (necessarily) unique prime factorization of $\,a\,$ is $\,\color{#c00}I.\,$ So $\,a^2\! = 2^{\color{#c00}{2I}}3^{2J}\!\cdots p^{2K},\,$ so this must be the unique prime factorization of $\,a^2,$ so $\,2\,$ occurs to even power $\,\color{#c00}{2I}\,$ in $a^2.\,$ Similarly $2$ occurs to even power in $b^2,$ so odd power in $2b^2,$ by uniqueness).

Remark $ $ It's simpler to use $2$-uniqueness, i.e. it is easy to prove that every natural can be written uniquely in the form $\, 2^I n\,$ for odd $\,n,\,$ thus $\, A= 2^{\large J}\! a,\ B = 2^{\large K} b\,$ for $\,a,b\,$ odd. Thus we deduce that: $\, A^2\! = 2 B^2$ $\Longrightarrow$ $\,2^{\color{#c00}{\large 2J}}\! a^2 \,=\, 2^{\color{#0a0}{\large 1+2K}} b^2.\, $ But $\,a,b\,$ odd $\,\color{#f2f}\Rightarrow$ $\,a^2,b^2\,$ odd too, contra $2$-uniqueness (LHS power of $2$ is $\color{#c00}{{\rm even}\!=\! 2J}\,$ vs. $\color{#0a0}{1\!+\!2K\rm\!=\!odd}\,$ on RHS).

The above shows how the ubiquitous parity proof in Vasya's answer is intimately connected to unique factorization.

Similarly for $n$'th roots: if $\,2^{1/n} = A/B\,$ then $A^n = 2B^n$ so $\,2^{nJ}a^n = 2^{1+nK}b^n$ so $\,nJ = 1+nK,\,$ so $\,n\mid 1$, i.e. the powers of $\,2\,$ are incongruent $\!\bmod n$ (vs. $\!\bmod 2$ as above), contra $2$-uniquness.

To generalize this proof from $\,p = 2\,$ to an arbitrary prime $\,p\,$ would require generalizing the $\,\rm odd^{\large 2}\! = odd\,$ step that we used above, $ $ i.e. we would need a proof of the following inference $\ p\nmid a,b\,\color{#f2f}\Rightarrow\, p\nmid a^{\large 2},b^{\large 2}.\ $ Just as for the case $\,p=2,\,$ for any $\rm\color{#c00}{fixed}$ prime $\,p\,$ we could prove it by a brute-force case analysis, i.e. $\!\bmod p\!:\ a^2\equiv (a\bmod p)^2$ and $\,a\bmod p\in \{\color{#90f}{0,1,2,\ldots p\!-\!1}\},\,$ so it sufices to show $\,0\,$ is the only of those $\,\color{#90f}{p\ \rm integers}$ that squares to $\,0\pmod{\! p}.\,$ But to prove this for $\rm\color{#c00}{every}$ prime $\,p\,$ requires much deeper results, e.g. Euclid's lemma $\ p\mid ab\,\Rightarrow\, p\mid a\,$ or $\,p\mid b\ $ (or closely related results).