Skip to main content
Back to Sets, Relations & Functions
JEE Main 2019
Sets, Relations & Functions
Sets and Relations
Easy

Question

The minimum number of elements that must be added to the relation R={(a,b),(b,c)} \mathrm{R}=\{(\mathrm{a}, \mathrm{b}),(\mathrm{b}, \mathrm{c})\} on the set {a,b,c}\{a, b, c\} so that it becomes symmetric and transitive is :

Options

Solution

1. Key Concepts and Formulas

  • Symmetric Relation: A relation RR on a set SS is symmetric if for every (x,y)R(x, y) \in R, it is true that (y,x)R(y, x) \in R.
  • Transitive Relation: A relation RR on a set SS is transitive if for every (x,y)R(x, y) \in R and (y,z)R(y, z) \in R, it is true that (x,z)R(x, z) \in R.
  • Universal Relation: For a set SS, the universal relation S×SS \times S contains all possible ordered pairs of elements from SS.

2. Step-by-Step Solution

We are given the set S={a,b,c}S = \{a, b, c\} and the initial relation R0={(a,b),(b,c)}R_0 = \{(a, b), (b, c)\}. We need to add the minimum number of elements to R0R_0 to make it both symmetric and transitive.

Step 1: Enforce Symmetry To make the relation symmetric, for every pair (x,y)(x, y) in the relation, the pair (y,x)(y, x) must also be present.

  • Since (a,b)R0(a, b) \in R_0, we must add (b,a)(b, a).
  • Since (b,c)R0(b, c) \in R_0, we must add (c,b)(c, b).

Let R1R_1 be the relation after adding these elements for symmetry: R1=R0{(b,a),(c,b)}={(a,b),(b,c),(b,a),(c,b)}R_1 = R_0 \cup \{(b, a), (c, b)\} = \{(a, b), (b, c), (b, a), (c, b)\} The elements added in this step are (b,a)(b, a) and (c,b)(c, b). The number of elements in R1R_1 is 4.

Step 2: Enforce Transitivity and Maintain Symmetry Now we need to ensure transitivity for R1R_1. For any (x,y)R1(x, y) \in R_1 and (y,z)R1(y, z) \in R_1, we must have (x,z)R1(x, z) \in R_1. As we add elements for transitivity, we must also ensure their symmetric counterparts are added to maintain symmetry.

Let's examine all possible transitive implications from R1R_1:

  • From (a,b)R1(a, b) \in R_1 and (b,c)R1(b, c) \in R_1, we require (a,c)(a, c).
    • To maintain symmetry, we must also add (c,a)(c, a).
    • New elements to add: (a,c)(a, c) and (c,a)(c, a).
  • From (b,c)R1(b, c) \in R_1 and (c,b)R1(c, b) \in R_1, we require (b,b)(b, b).
    • This is a reflexive pair and is symmetric by itself.
    • New element to add: (b,b)(b, b).
  • From (a,b)R1(a, b) \in R_1 and (b,a)R1(b, a) \in R_1, we require (a,a)(a, a).
    • This is a reflexive pair and is symmetric by itself.
    • New element to add: (a,a)(a, a).
  • From (c,b)R1(c, b) \in R_1 and (b,a)R1(b, a) \in R_1, we require (c,a)(c, a). (Already identified above).
  • From (b,a)R1(b, a) \in R_1 and (a,b)R1(a, b) \in R_1, we require (b,b)(b, b). (Already identified above).
  • From (c,b)R1(c, b) \in R_1 and (b,c)R1(b, c) \in R_1, we require (c,c)(c, c).
    • This is a reflexive pair and is symmetric by itself.
    • New element to add: (c,c)(c, c).

The new unique elements that must be added to R1R_1 are: (a,c)(a, c), (c,a)(c, a), (b,b)(b, b), (a,a)(a, a), and (c,c)(c, c).

Let R2R_2 be the relation after adding these elements: R2=R1{(a,c),(c,a),(b,b),(a,a),(c,c)}R_2 = R_1 \cup \{(a, c), (c, a), (b, b), (a, a), (c, c)\} R2={(a,b),(b,c),(b,a),(c,b),(a,c),(c,a),(b,b),(a,a),(c,c)}R_2 = \{(a, b), (b, c), (b, a), (c, b), (a, c), (c, a), (b, b), (a, a), (c, c)\} The number of elements added in this step is 5. The total number of elements in R2R_2 is 4+5=94 + 5 = 9.

Step 3: Verify the Final Relation The set S={a,b,c}S = \{a, b, c\} has 3×3=93 \times 3 = 9 possible ordered pairs. The relation R2R_2 contains all 9 possible ordered pairs, which means R2=S×SR_2 = S \times S.

  • The universal relation S×SS \times S is always symmetric, because if (x,y)S×S(x, y) \in S \times S, then x,ySx, y \in S, so (y,x)(y, x) is also in S×SS \times S.
  • The universal relation S×SS \times S is always transitive, because if (x,y)S×S(x, y) \in S \times S and (y,z)S×S(y, z) \in S \times S, then x,y,zSx, y, z \in S, so (x,z)(x, z) is also in S×SS \times S.

Therefore, R2R_2 is both symmetric and transitive.

Step 4: Calculate the Minimum Number of Elements Added The initial relation R0R_0 had 2 elements. The final symmetric and transitive relation R2R_2 has 9 elements. The minimum number of elements that must be added is the difference: Number of elements added=(Number of elements in R2)(Number of elements in R0)\text{Number of elements added} = (\text{Number of elements in } R_2) - (\text{Number of elements in } R_0) Number of elements added=92=7\text{Number of elements added} = 9 - 2 = 7

3. Common Mistakes & Tips

  • Forgetting Symmetry When Enforcing Transitivity: When you add a pair (x,z)(x, z) for transitivity, remember to also add its symmetric counterpart (z,x)(z, x) if it's not already present, to ensure the relation remains symmetric.
  • Double Counting: Systematically list the elements added at each stage to avoid counting the same element multiple times.
  • Recognizing the Universal Relation: If the initial relation connects all elements of the set (e.g., aa to bb, bb to cc), and you need symmetry and transitivity, the resulting relation is often the universal relation S×SS \times S. This simplifies the final count.

4. Summary

We started with the relation R={(a,b),(b,c)}R = \{(a, b), (b, c)\} on the set {a,b,c}\{a, b, c\}. To achieve symmetry, we added (b,a)(b, a) and (c,b)(c, b). Then, to ensure transitivity while maintaining symmetry, we systematically identified and added required pairs, including reflexive pairs like (a,a),(b,b),(c,c)(a, a), (b, b), (c, c) and cross-pairs like (a,c),(c,a)(a, c), (c, a). This process led to the universal relation S×SS \times S, which contains all 3×3=93 \times 3 = 9 possible ordered pairs. Since the initial relation had 2 elements, the minimum number of elements that had to be added is 92=79 - 2 = 7.

The final answer is 7\boxed{7}.

Practice More Sets, Relations & Functions Questions

View All Questions