Tuesday, November 19, 2024
Google search engine
HomeData Modelling & AIProof: Why There Is No Rational Number Whose Square is 2?

Proof: Why There Is No Rational Number Whose Square is 2?

This article is focused on discussing the proof that there is no rational number whose square is 2. Before starting the proof, let’s get familiar with the basic terms-

Rational Numbers
A number that can be expressed in the form of p/q, where p and q are integers and q ≠ 0, is known as a rational number. Examples are 0, 1, -1, 5/2, etc.

Problem Statement:
There is no rational number whose square is 2.

Solution:
Let’s get started with the proof of the above problem statement. Proof in this article will be done using a mathematical technique called Proof By Contradiction.

Proof by Contradiction-
It is a mathematical technique, in which first, the assumption that the proposition that needs to be proved is false and then deduces a result using the false proposition, which comes out to be contradictory either to the assumption, or any other commonly known mathematical result. Thus, proving the validity of the proposition. That’s why this technique is known as Proof by Contradiction.

Proof-
In this proof, the Proof by Contradiction technique is being used, where first it is assumed that there exists a rational number, whose square equals 2, and then deduce a result using this assumption, which will come out to be contradictory with our assumption. So. Let’s get started with the proof-

1. Assume that there exists a rational number, X = p/q whose square is equal to 2 such that p and q are in their simplest form, i.e. they don’t have any common factor.

X2 = 2 (Assumption)
(p/q)2 = 2 (Since X is a rational number)

2. This implies,

p2/q2 = 2
p2 = 2q2 ---(1)

3. From the above equation, it can be said that p2 is an even integer as it can be expressed in the form of 2k, where k = q2. Now, it is known that the square of an odd integer is always odd, which means that p cannot be an odd integer, thus p is also an even integer. Hence, p can be expressed in the form 2k, where k is some integer i.e.

p = 2k, for some integer k ---(2)

3. Now, after substituting the value of p from equation (2) in equation (1), the following equation is obtained-

(2k)2 = 2q2
4k2 = 2q2 ---(3)

3. Dividing both sides by 2, in equation (3), the following equation is obtained-

2k2 = q2
q2 = 2k2 ---(4)

4. Again, it can be said that q2 is an even integer, and since it is known that the square of an odd integer is always odd, thus q cannot be an odd integer. This implies that q is also an even integer.

5. Now, from the above discussion, it can be concluded that p and q are both even integers i.e. they have a common factor of at least 2, but this statement contradicts the assumption at the beginning of this proof that p and q are in their simplest form i.e. they don’t have any common factor. 

This contradiction means that the assumption that there exists a rational number, X = p/q whose square is equal to 2 such that p and q are in their simplest form, is false. Thus, it proves that there exists no rational number, whose square is equal to 2.

Feeling lost in the world of random DSA topics, wasting time without progress? It’s time for a change! Join our DSA course, where we’ll guide you on an exciting journey to master DSA efficiently and on schedule.
Ready to dive in? Explore our Free Demo Content and join our DSA course, trusted by over 100,000 neveropen!

RELATED ARTICLES

Most Popular

Recent Comments