pankaz712
- 8
- 0
How to prove that root n is irrational, if n is not a perfect square. Also, if n is a perfect square then how does it affect the proof.
The discussion revolves around proving that the square root of a number \( n \) is irrational when \( n \) is not a perfect square, and how the nature of \( n \) being a perfect square affects this proof.
The discussion is ongoing, with participants providing insights into their approaches and questioning each other's reasoning. There is a mix of agreement and differing opinions on the structure of the proof, particularly regarding the treatment of composite numbers and the powers of primes involved.
Some participants note the requirement to show effort before receiving help, and there is a mention of the forum's policies regarding assistance. The conversation also touches on the complexity of composite numbers and their prime factorization.
pankaz712 said:How to prove that root n is irrational, if n is not a perfect square. Also, if n is a perfect square then how does it affect the proof.
VietDao29 said:Can you show us what you tried, so that we may know where you got stuck, and help you? It's against the forums' policies to provide help, unless you show us that you did put some efforts in solving the problem. So, just give the problem a try, and let's see how far you can get.
In case, you don't know where to start, then I'll give you a little push: try Proof by Contradiction.
pankaz712 said:OK here is how i approached it:
n can either be a prime number or a composite
1) if n is prime:
a) assume root n is rational. therefore root n = p/q( where p, q are co-prime)
then n= p^2/q^2,
p^2= n *q^2
n divides p^2, therefore n divides p. Now for some integer k, p=nk
(nk)^2 = n*q^2
nk^2= q^2
n divides q^2, therefore n divides q. Now n is a common factor for p & q. But we know that p & q are co-prime. Hence our assumption is wrong, root n is irrational.
2) if n is a composite. Let's say it is product of two primes c1 & c2.
VietDao29 said:Well, no, this is not true. Not every composite number can be split into the product of 2 primes. It can be a product of 3, 4 or even more primes. Say: 30 = 2.3.5 (a product of 3 primes)
pankaz712 said:yes i see that not all composite numbers can be split into the products of only 2 primes. But the proof remains the same even if when the number can be split into " n" number of primes.
VietDao29 said:Well, but what if the power of the prime is not 1? What I mean is, something like this:
200 = 2352.
I doubt that the proof still remains the same.
VietDao29 said:Well, you don't really need to split it into 2 separated cases like that. Assume that: [tex]\sqrt{n}[/tex] is rational, i.e:
[tex]\sqrt{n} = \frac{a}{b} \mbox{ , where } a, b \mbox{ are co-prime}[/tex]
[tex]\Rightarrow n = \frac{a ^ 2}{b ^ 2}[/tex]
[tex]\Rightarrow a ^ 2 \vdots b ^ 2[/tex]
Now, let's think a little bit. From here, what can you say about a, and b?