JEE Challenger
More from Relations and Functions

Minimum Elements Added to Make Relation Transitive

Let R={(x,y)N×N:loge(x+y)2}R = \{(x, y) \in \mathbb{N} \times \mathbb{N} : \log_e (x + y) \le 2\}. Then the minimum number of elements, required to be added in RR to make it a transitive relation, is _______.

Official Numerical Answer15

Topics & Concepts

Step-by-Step Solution

To find the minimum number of elements required to be added to RR to make it a transitive relation, we first determine the elements of the relation RR.

Given the relation: R={(x,y)N×N:loge(x+y)2}R = \{(x, y) \in \mathbb{N} \times \mathbb{N} : \log_e (x + y) \le 2\}

Since loge(x+y)2\log_e(x + y) \le 2, exponentiating both sides gives: x+ye2x + y \le e^2

Knowing that e2.718e \approx 2.718, we have e27.389e^2 \approx 7.389. Since x,yN={1,2,3,}x, y \in \mathbb{N} = \{1, 2, 3, \dots\}, x+yx + y must be a positive integer. Therefore, the inequality simplifies to: x+y7x + y \le 7

The set of all possible values for xx and yy is S={1,2,3,4,5,6}S = \{1, 2, 3, 4, 5, 6\}.

Now, let's list the elements of RR based on the values of xx:

  • For x=1x = 1: y{1,2,3,4,5,6}    6 pairsy \in \{1, 2, 3, 4, 5, 6\} \implies 6 \text{ pairs}
  • For x=2x = 2: y{1,2,3,4,5}    5 pairsy \in \{1, 2, 3, 4, 5\} \implies 5 \text{ pairs}
  • For x=3x = 3: y{1,2,3,4}    4 pairsy \in \{1, 2, 3, 4\} \implies 4 \text{ pairs}
  • For x=4x = 4: y{1,2,3}    3 pairsy \in \{1, 2, 3\} \implies 3 \text{ pairs}
  • For x=5x = 5: y{1,2}    2 pairsy \in \{1, 2\} \implies 2 \text{ pairs}
  • For x=6x = 6: y{1}    1 pairy \in \{1\} \implies 1 \text{ pair}

The total number of elements currently in RR is: R=6+5+4+3+2+1=21|R| = 6 + 5 + 4 + 3 + 2 + 1 = 21

To make RR transitive, let RR' be the transitive closure of RR:

  1. For every xSx \in S, we have x+17x + 1 \le 7, which means (x,1)R(x, 1) \in R.
  2. For every ySy \in S, we have 1+y71 + y \le 7, which means (1,y)R(1, y) \in R.

By the definition of a transitive relation, if (x,1)R(x, 1) \in R' and (1,y)R(1, y) \in R', then (x,y)(x, y) must also belong to RR' for every x,ySx, y \in S.

Thus, RR' must contain all elements of the Cartesian product S×SS \times S: S×S={1,2,3,4,5,6}×{1,2,3,4,5,6}S \times S = \{1, 2, 3, 4, 5, 6\} \times \{1, 2, 3, 4, 5, 6\}

The total number of elements in S×SS \times S is: S×S=6×6=36|S \times S| = 6 \times 6 = 36

Since S×SS \times S is a universal relation on SS, it is inherently transitive. Hence, the minimal transitive relation containing RR is S×SS \times S.

Therefore, the minimum number of elements required to be added to RR is: S×SR=3621=15|S \times S| - |R| = 36 - 21 = 15

Minimum Elements Added to Make Relation Transitive | Mathematics PYQ Solution - JEE Challenger