Proving Root n is Irrational: Perfect Square Affects Proof

Click For Summary

Homework Help Overview

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.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore the implications of \( n \) being a perfect square versus not being one, discussing various proof techniques including proof by contradiction. Some participants share their reasoning and attempts at proving the irrationality of square roots, while others question the assumptions made in these proofs.

Discussion Status

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.

Contextual Notes

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
Messages
8
Reaction score
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.
 
Physics news on Phys.org


If a root n is a perfect square such as 4, 9, 16, 25, etc., then it evaluating the square root quickly proves it is rational. The square root of the perfect square 25 is 5, which is clearly a rational number.

To prove a root is irrational, you must prove that it is inexpressible in terms of a fraction a/b, where a and b are whole numbers.

For the nth root of x to be rational:

nth root of x must equal (a^n)/(b^n), where a and b are integers and a/b is in lowest terms.


So the square root of 3 for example would be done like this:

2nd root of 3 must equal (a^2)/(b^2)

3 = (a^2)/(b^2)

3(b^2) = (a^2) So we know a^2 is divisible by three.
(b^2) = (a^2)/3 So we know b^2 is divisble by three.

Since this is neither of these are in lowest terms, the sqrt(3) is an irrational number.
 


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.

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.
 


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.

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. The proof remains the same for any number of primes.

a) assume root n is rational. therefore root n =p/q( where p,q are co-prime)
c1c2=p^2/q^2
p^2= c1c2*q^2
c1 divides p^2 therefore divides p. Now for some k, p= c1k
(c1k)^2 = c1c2*q^2
c1k^2 = c2* q^2
Now c1 divides L.H.S. , therefore must divide R.H.S. It won't divide c2( its a prime). Therefore it divides q^2. Therefore c1 divides q.
Now c1 is a common factor for p&q. But we know that p&q are co-prime. Hence our assumption is wrong.
 


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.

Yup, this is good. :) There's only one error, the word 'root' should read 'square root' instead.

2) if n is a composite. Let's say it is product of two primes c1 & c2.

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)

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?
 


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)

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.
 


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.

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, 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.

Yes...i believe u are right. I will surely check again and see. Please could u explain your method of proving it.
 


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?

You can look at the post #5 above. Note that, what you are trying to show is that n must be a perfect square.

Now if [tex]a ^ 2 \vdots b ^ 2[/tex], what can you say about a, and b? In my proof, the symbol [tex]\vdots[/tex] stands for 'divisible by'.
 

Similar threads

  • · Replies 49 ·
2
Replies
49
Views
5K
Replies
8
Views
2K
  • · Replies 21 ·
Replies
21
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
14
Views
5K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 31 ·
2
Replies
31
Views
4K
Replies
2
Views
3K