NEWAll India NCERT Mock Test Series for JEE & NEET is now live!Take Free Test
| Exercise 1.2

Question 1

Prove that 5\sqrt{5} is irrational.

Jump to:

UNDERSTAND THE QUESTION

The question asks for a proof that the square root of 5 is an irrational number. The core concept required is proof by contradiction, specifically utilizing the properties of prime numbers and the Fundamental Theorem of Arithmetic. We assume the opposite (that 5\sqrt{5} is rational) and derive a logical contradiction.

PART A

Prove that 5\sqrt{5} is irrational.

STEP 1ASSUME THE OPPOSITE (PROOF BY CONTRADICTION)

Assume that 5\sqrt{5} is a rational number. By definition, a rational number can be expressed as a fraction pq\dfrac{p}{q} where pp and qq are integers, q0q \neq 0, and the fraction is in its simplest form (i.e., gcd(p,q)=1\gcd(p, q) = 1). Thus, we write:

5=pq \sqrt{5} = \dfrac{p}{q} 

STEP 2SQUARE BOTH SIDES TO ELIMINATE THE RADICAL

Square both sides of the equation to remove the square root:

(5)2=(pq)2 (\sqrt{5})^2 = \left(\dfrac{p}{q}\right)^2 
5=p2q2 5 = \dfrac{p^2}{q^2} 

STEP 3REARRANGE THE EQUATION

Multiply both sides by q2q^2 to isolate the integer terms:

5q2=p2 5q^2 = p^2 

STEP 4DEDUCE THAT pp IS DIVISIBLE BY 5

From the equation p2=5q2p^2 = 5q^2, we see that p2p^2 is a multiple of 5. Since 5 is a prime number, if 5 divides p2p^2, then 5 must also divide pp (by Euclid's Lemma). Therefore, pp is divisible by 5. We can write p=5kp = 5k for some integer kk.

STEP 5SUBSTITUTE pp BACK INTO THE EQUATION

Substitute p=5kp = 5k into the equation 5q2=p25q^2 = p^2:

5q2=(5k)2 5q^2 = (5k)^2 
5q2=25k2 5q^2 = 25k^2 

STEP 6SIMPLIFY TO SHOW qq IS DIVISIBLE BY 5

Divide both sides of the equation by 5:

q2=5k2 q^2 = 5k^2 

This implies that q2q^2 is a multiple of 5. Since 5 is prime, qq must also be divisible by 5. Therefore, q=5mq = 5m for some integer mm.

STEP 7IDENTIFY THE CONTRADICTION

We have shown that both pp and qq are divisible by 5. This means that gcd(p,q)5\gcd(p, q) \geq 5, which contradicts our initial assumption that gcd(p,q)=1\gcd(p, q) = 1 (that the fraction pq\dfrac{p}{q} is in simplest form).

STEP 8CONCLUSION

Since the assumption that 5\sqrt{5} is rational leads to a contradiction, the assumption must be false. Therefore, 5\sqrt{5} is irrational.

ANSWER

Therefore, 5\sqrt{5} is irrational.

COMMON MISTAKES

Forgetting to state that the fraction pq\dfrac{p}{q} is in simplest form (gcd(p,q)=1\gcd(p,q)=1), which is crucial for establishing the contradiction. Incorrectly applying Euclid's Lemma. One must explicitly state that if a prime pp divides a2a^2, then pp divides aa. Assuming that because 5q2=p25q^2 = p^2, pp and qq are just any integers, without tracking the divisibility by the prime factor 5.