You are not logged in.
Pages: 1
Hey guys. I need some help on the following questions. Usually, for a given problem, like proving something is odd or even, there is a trick, or a pattern that you are looking for. I am not sure what to look for when trying to prove that something IRRATIONAL.
1. Prove that √2 + √3 is irrational
2. prove that √(n-1) + √(n+1) is irrational for every positive integer.
3. Prove that there is no rational number r such that (2^r)=3
Thanks
Offline
You can use proof by contradiction for all 3 questions. Start by assuming that sqrt(2) + sqrt(3) is rational, which means it is equal to some fration a/b where a and b are coprime integers.
The left side of this equation is clearly rational. If you are allowed to assert without further proof that sqrt(6) is irrational then you have your contradiction, otherwise go ahead and show that sqrt(6) is irrational to get the contradiction. You can use this same line of work for the second question.
Do the same thing for the third question. Let r = a/b where a and b are coprime integers and find a contradiction.
Last edited by TheDude (2009-01-23 04:28:43)
Wrap it in bacon
Offline
So, assume
were rational.Then
would be rational.And then
would be rational contradiction.This bypases the problem with the irrationality of
. Sometimes lateral thinking can be much more effective than mere application of old methods.Offline
Suppose
were rational.Note that at least one of
and must be square free. They cant both be perfect squares because perfect squares never differ by exactly 2.If
is square free, thenIf
is square free, thenWe have a contradiction either way.
Offline
Thanks guys, I appreciate the help that I get here. And Jane, you are a genius and never cease to amaze me, I can tell you really love this stuff! I was just working through #2 and was trying the method that TheDude suggested and did get stuck because the contradiction in the proof of
is irrational arises because we assume and in have no common divisor greater than 1. At least that is how it is done in my text. But this does not occur in this case, and we do not arrive at a case where we can prove that or is any multiple of a number. So proving is irrational for all square-free positive integers is very useful.I may seem quite dense here, but where is the contradiction in each case? Is it just because we assumed that
is not a perfect square, and then found the square root of ? I guess I am just hung up on the fact that I considered only 4,9,16,25... to be perfect squares; integers. I guess I never considered or to be perfect squares!Thanks
Offline
The "no common divisor" method works for radical 2, but not much else. Instead, follow the same proof for radical 2, stopping when you get integers on each side of the equation. Now use the fundamental theorem of arithmetic to say that the two sides of the equation can never be equal.
"In the real world, this would be a problem. But in mathematics, we can just define a place where this problem doesn't exist. So we'll go ahead and do that now..."
Offline
At least one of the
s must be odd since is not a perfect square. Say is odd.Suppose
for some positive integers which are coprime.Then
. . And since and are coprime, .Thus we see that
divides the RHS of an even number of times and the LHS of an odd number of times. This is an impossibllity.Hence
is irrational.Last edited by JaneFairfax (2009-01-25 01:40:29)
Offline
The "no common divisor" method works for radical 2, but not much else. Instead, follow the same proof for radical 2, stopping when you get integers on each side of the equation. Now use the fundamental theorem of arithmetic to say that the two sides of the equation can never be equal.
Hey Ricky. I was able to use the same proof for proving
is irrational in #1. First I thought it would be showing that both sides were even, but instead was able to show that both sides must be multiples of 6 to get the contradiction. I will look at the fundamental theorem of arithmetic.Thanks guys
Offline
I think we can safely assume that is irrational, since the proof of it is so well known. ( is a bit iffy.)So, assume
were rational.Then
would be rational.And then
would be rational contradiction.This bypases the problem with the irrationality of
. Sometimes lateral thinking can be much more effective than mere application of old methods.
how did you get
?how did you get
?
Wrap it in bacon
Offline
to prove that is irrational,
let x = √2 +√3
square both sides,
x² = 2 + + 3
x² - 5 = 2√6
square again both sides,
x^4 - 10x² + 1 = 0
by the rational root theorem any rational root of this polynomial is either 1 or -1. +- 1, contradiction
thanks avon for the correction!
Last edited by jay17 (2009-06-25 01:16:13)
Offline
x^4 - 10x² + 1 = 0
you can see that the only rational roots are +- 1, contradiction
I would interpret this to mean that 1 and -1 are roots of this polynomial, which is clearly untrue.
It would be better to say something like, by the rational root theorem any rational root of this polynomial is either 1 or -1.
Offline
Pages: 1