Proving \sqrt{3} is Irrational

  • Thread starter Thread starter Mentallic
  • Start date Start date
  • Tags Tags
    Irrational
AI Thread Summary
To prove that √3 is irrational, one can start by assuming √3 = p/q, where p and q are integers with no common factors. Squaring both sides leads to the equation 3q² = p². This implies that p² is divisible by 3, which means p must also be divisible by 3, leading to a contradiction when considering the greatest common divisor of p and q. The general principle is that the square root of a prime number results in a contradiction regarding the divisibility of p and q, thus confirming the irrationality of √3.
Mentallic
Homework Helper
Messages
3,802
Reaction score
95

Homework Statement


I need to prove that \sqrt{3} is irrational.


The Attempt at a Solution


The prior problem was to show \sqrt{2} is irrational and the solution had to do with a contradiction that each number must be even or something (frankly, I didn't understand it too well). But I don't see how I can apply the same idea to this one, since evenness is not applicable here.

All i can really do so far is assume \sqrt{3}=\frac{p}{q} where p and q are integers.
Now, by squaring, 3q^2=p^2.

I am completely lost here though...

Some help please?
 
Physics news on Phys.org
The proof of case with 2 depends on the fact that either p is divisible by 2 (and then you can show that q is too, which contradicts the assumption that you choose them to be "minimal"), or it is not (and since 2q^2 = p^2 tells you that it is, you have a contradiction).

The proof for 3 is similar: p is either divisible by 3, and then so is q contradicting our assumption; or p is not divisible by 3 and then it must be divisible by 3 which is also impossible.

Perhaps it is a good idea to go through the proof of the irrationality of \sqrt{2} once more, and try to find out what part confuses you. Can you try and explain it to us?
 
With the \sqrt{2} question the solution says that if 2q^2=p^2 then p^2 is even, thus p is even, so we can put p=2r for integer r, so now we have 2q^2=4r^2 which also implies that q is even but this is the contradiction.

Actually.. while writing this I tested to see what the difference is for rational cases like \sqrt{4} and \sqrt{9}. Yes, now I understand it. It wasn't the evenness of \sqrt{2}'s example that was special, it was the fact that it was divisible by 2 (the same thing I know :smile:).
 
Mentallic said:
It wasn't the evenness of \sqrt{2}'s example that was special, it was the fact that it was divisible by 2 (the same thing I know :smile:).

Yes, in this case it is the same.
But in the general case \sqrt{n}, you want to say something about the divisibility by n.

(Note that in passing you have also shown that the square of an even number is always divisible by not just 2, but by 4).
 
Mentallic said:

Homework Statement


I need to prove that \sqrt{3} is irrational.

The Attempt at a Solution


The prior problem was to show \sqrt{2} is irrational and the solution had to do with a contradiction that each number must be even or something (frankly, I didn't understand it too well). But I don't see how I can apply the same idea to this one, since evenness is not applicable here.

All i can really do so far is assume \sqrt{3}=\frac{p}{q} where p and q are integers.
Now, by squaring, 3q^2=p^2.

I am completely lost here though...

Some help please?
If you add an additional information that gcd(p,q)=1 , which also means the greatest common divisor of p and q is 1 . However for \sqrt{2} you can draw the conclusion that the gcd(p,q) is atleast 2 and for \sqrt{3} gcd(p,q) is atleast 3. In fact you can prove a generalised one analogously which states the \sqrt{prime} will lead you to gcd(p,q) is atleast the prime number , yet definition of prime states it cannot be 1 , will leads to the irrationality of all prime.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top