Quiz Answer Key and Fun Facts
1. This quiz uses sqrt as an abbreviation for square root and ^2 to indicate that a variable or number is squared. Our first step is to prove a lemma. What is a lemma?
2. Our first lemma:
Let x be an integer.
If x^2 is even, then x is even. I want to prove this by saying that if x is odd, then x^2 is odd. What method of proof is this?
3. So, now I have to show that x is odd. I assume so, which means that for some integer we'll call n, x=2n+1. That means x^2=(2n+1)^2, I then manipulate the right half of that equation to get 4n^2+4n+1. What kind of expression is 4n^2+4n+1?
4. I factor a 2 out of the first two terms of 4n^2+4n+1, which gives me 2(2n^2+2n)+1. If I think of the part in parentheses as its own variable that I call m, then I have 2m+1. That must be an odd number! So, x is odd and I've proved my first lemma!
Whew. I'm not done yet, though. My proof requires one more lemma. Now I have to show that if x^2 is odd, then x is odd. I use contraposition again, saying that if x is even, then so is x^2. I assume x is even. Which of these is also true of x if it's even?
5. Now I manipulate x=2n algebraically. First I square both sides. Then I further manipulate (2n)^2. This simplifies to 4n^2, and I can factor out a 2 to get 2(2n^2). If I once again see the part in parentheses as its own thing, I can call it m. Now I have x^2=2m. Therefore, x^2 is even. This proves my second lemma!
Now I can really move into the proof that sqrt3 is irrational. To begin with, what is an irrational number?
6. Since I want to show that sqrt3 is irrational, a good start would be to assume that it's rational and see if there's a contradiction. If a number is rational, then it can be written as the ratio of two integers, so I say that sqrt3=a/b, where a and b are integers. What number can b never be?
7. I am also going to assume that my ratio of a/b is also in its lowest terms. I lose no generality here. My proof says, "WLOG we may assume gcd(a,b)=1."
If the d in gcd stands for "divisor," what does gcd stand for? (Hint: You've probably seen the same kind of abbreviation with an F which stood for factor.)
8. So, I have sqrt3=a/b. I'll do some algebra! I multiply both sides by b, then square both sides. Now I have 3b^2=a^2.
Now I have two cases to consider. One is that a^2 is even. What is the other?
9. In my first case, I consider a^2 as even. My first lemma says that means a is even. Also, I know that 3b^2 is even. Therefore, b^2 is even, which means that by Lemma 1, b is even.
Therefore, gcd(a,b) does not equal 1. I have a contradiction!
What is the common divisor that causes that contradiction?
10. Well, one more case to contradict so I can show that sqrt3 is irrational! Here I consider that a^2 could be odd. My second lemma says then a is odd. That means that a=2c+1, where c is an integer.
I also know that 3b^2 is odd, which means b^2 is odd and that b is odd. So, I'll say that b=2d+1, for some integer d.
Now this is more complicated algebra. Since a^2=3b^2, then (2c+1)^2=3(2d+1)^2. Several lines of algebraic manipulation yield this: 2(c^2+c)=2(3d^2+3d)+1. The left half is always even and the right half is always odd. They definitely don't equal each other! I have another contradiction!
Both cases result in a contradiction. So, sqrt3 must not be rational. Therefore, sqrt3 is irrational. What symbol could I use to say "therefore?"
Source: Author
hlynna
This quiz was reviewed by FunTrivia editor
crisw before going online.
Any errors found in FunTrivia content are routinely corrected through our feedback system.