Show that square root of 3 is an irrational number

AI Thread Summary
The discussion demonstrates that the square root of 3 is irrational by negating the possibility of it being rational. It asserts that if √3 were rational, it could be expressed as a fraction of two integers a and b, leading to the equation a² = 3b². This results in a contradiction regarding the prime factorization of a² and b², as the presence of the factor 3 on the right side creates an odd count, while the left side maintains an even count. Therefore, the assumption that √3 is rational is proven false, confirming that √3 is indeed irrational. The argument effectively utilizes the fundamental theorem of arithmetic to support its conclusion.
docnet
Messages
796
Reaction score
488
Homework Statement
Show that ##\sqrt{3}## is irrational
Relevant Equations
The fundamental theorem of arithmetic
##\sqrt{3}## is irrational. The negation of the statement is that ##\sqrt{3}## is rational.

##\sqrt{3}## is rational if there exist nonzero integers ##a## and ##b## such that ##\frac{a}{b}=\sqrt 3##. The fundamental theorem of arithmetic states that every integer is representable uniquely as a product of prime numbers, up to the order of the factors. So ##a## and ##b## are products of prime numbers.
$$\frac{a}{b}=\sqrt{3} \Rightarrow a^2=3b^2$$
Squaring ##a## and ##b## leads to the prime factors ## a^2## and ##b^2## existing in pairs. But, the right hand side is multiplied by ##3##, which means there is an odd number of ##3## in the right hand side. This leads to a contradiction because there is an even number of ##3##s on the left hand side.

So the negated statement is false, and hence the original statement is true.
 
  • Like
Likes DaveE and PeroK
Physics news on Phys.org
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top