PDA

View Full Version : irrationaltiy of sqrt(2)


mathwonk
Mar5-05, 07:06 PM
Have you seen this argument? If sqrt(2) = p/q is in lowest terms, then also 2/1 = p^2/q^2 is in lowest terms. Since lowest terms is unique, p^2 = 2 and q^2 = 1. Thus sqrt(2) is the integer p. But 1^2 is too small, 2^2 is too big and all the resta re even bigger, so this is false. So sqrt(2) is not rational.

does anyone have a shorter one?

dextercioby
Mar5-05, 07:35 PM
Nope.I've known this proof from 6-th grade.Learnt it in school.It's much nicer (though roughly equivalent) than the one with prime factors...

Daniel.

mathwonk
Mar6-05, 12:22 AM
boy you had a good 6th grade teacher!

matt grime
Mar6-05, 06:14 AM
A better proof, perhaps, and one that works for all non-squares.

let sqrt(x) = p/q, then xq^2=p^2, counting primes with multiplicity, unless x is a perfect square there will be an odd number of prime factors of the left hand side and an even number of the right handside

mathwonk
Mar6-05, 10:42 AM
thats a nice proof, but when i first saw that as a student i didn't understand it, so i came up with the one above as using fewer tools, or at least apparently so.

moreover, doesn't the first proof above also work on all non squares? I.e. if p/q = sqrt(n) is in lowest terms, then so also is p^2/q^2 = n/1, so p^2 = n, and hence n is a perfect square.

of course both proofs rest on exactly the same fact, uniqueness of factorization into primes.

matt grime
Mar6-05, 12:56 PM
I just don't like using fractions unnecessarily.

mathwonk
Mar6-05, 01:23 PM
chaque a son gout. but you do not mind using prime factorization.

To me it seems rather hard to avoid fractions in discussing rational numbers, but i agree the correct first step in a problem involving fractions is normally to remove them.

hedlund
Mar7-05, 01:34 PM
This may be the same argument as you're using, don't know really. Assume that sqrt(2) is rational, then we have p and q such as sqrt(2) = p/q. This gived 2 = p^2/q^2. But since gcd(p,q)=1 then p^2/q^2 isn't an integer unless q=1. This gives the equation 2 = p^2 with integers, no integer can solve this equation, and hence sqrt(2) cannot be rational.

ComputerGeek
Mar11-05, 06:40 AM
thats a nice proof, but when i first saw that as a student i didn't understand it, so i came up with the one above as using fewer tools, or at least apparently so.

moreover, doesn't the first proof above also work on all non squares? I.e. if p/q = sqrt(n) is in lowest terms, then so also is p^2/q^2 = n/1, so p^2 = n, and hence n is a perfect square.

of course both proofs rest on exactly the same fact, uniqueness of factorization into primes.

would it not be:

p^2 = nq^2

?

mathwonk
Mar11-05, 11:25 PM
well if p^2 /q^2 = n/1, and the left side is known to be in lowest terms, and if the lowest terms form of a fraction is unique, then since the right side n/1 is obviously also in lowest terms, then the two fractions must be equal, i.e;. they must have the same top and same bottom.

Since the tops are equal, p^2 = n.

so of course you are right, that p^2 = nq^2, but in fact also q^2 = 1.

bombadillo
Mar12-05, 06:11 PM
I've heard that the nth root of 2 (n an integer, greater than or equal to 2) is irrational. How would one prove that?

Hurkyl
Mar12-05, 06:21 PM
Have you tried applying the same technique?