Skip to main content
Back to Sets, Relations & Functions
JEE Main 2018
Sets, Relations & Functions
Sets and Relations
Medium

Question

Let R={(1,3),(4,2),(2,4),(2,3),(3,1)}R=\{(1,3),(4,2),(2,4),(2,3),(3,1)\} be a relation on the set A={1,2,3,4}A=\{1,2,3,4\}. The relation RR is :

Options

Solution

Key Concepts and Formulas

  • Function: A relation RR from set AA to set BB is a function if every element in AA is associated with exactly one element in BB. That is, if (x,y1)R(x, y_1) \in R and (x,y2)R(x, y_2) \in R, then y1=y2y_1 = y_2.
  • Reflexive Relation: A relation RR on a set AA is reflexive if for every xAx \in A, (x,x)R(x,x) \in R.
  • Symmetric Relation: A relation RR on a set AA is symmetric if for every x,yAx, y \in A, if (x,y)R(x,y) \in R, then (y,x)R(y,x) \in R.
  • Transitive Relation: A relation RR on a set AA is transitive if for every x,y,zAx, y, z \in A, if (x,y)R(x,y) \in R and (y,z)R(y,z) \in R, then (x,z)R(x,z) \in R.

Step-by-Step Solution

We are given the set A={1,2,3,4}A = \{1, 2, 3, 4\} and the relation R={(1,3),(4,2),(2,4),(2,3),(3,1)}R = \{(1,3), (4,2), (2,4), (2,3), (3,1)\}. We will check each of the given options.

Step 1: Check if RR is a function (Option A)

  • Reasoning: A relation is a function if each element in the domain maps to exactly one element in the codomain. We need to see if any element in AA appears as the first component of more than one ordered pair in RR with different second components.
  • Analysis:
    • Observe the element 22 in set AA.
    • In the relation RR, we have the ordered pairs (2,4)(2,4) and (2,3)(2,3).
    • Since 22 is related to both 44 and 33, and 434 \neq 3, the relation RR assigns two different outputs to the input 22.
  • Conclusion: Therefore, RR is not a function. Option (A) is incorrect.

Step 2: Check if RR is transitive (Option B)

  • Reasoning: A relation is transitive if whenever (x,y)R(x,y) \in R and (y,z)R(y,z) \in R, it must be that (x,z)R(x,z) \in R. We look for chains of relations to see if the direct relation exists.
  • Analysis:
    • Consider the pair (1,3)R(1,3) \in R. The second element is 33.
    • Now, look for a pair in RR that starts with 33. We find (3,1)R(3,1) \in R.
    • For transitivity, if (1,3)R(1,3) \in R and (3,1)R(3,1) \in R, then (1,1)(1,1) must be in RR.
    • However, checking the set RR, we find that (1,1)R(1,1) \notin R.
  • Conclusion: Since we found a case where (1,3)R(1,3) \in R and (3,1)R(3,1) \in R but (1,1)R(1,1) \notin R, the relation RR is not transitive. Option (B) is incorrect.

Step 3: Check if RR is symmetric (Option C)

  • Reasoning: A relation is symmetric if for every pair (x,y)R(x,y) \in R, the reversed pair (y,x)(y,x) is also in RR. We examine each pair in RR and check for its inverse.
  • Analysis:
    • For (1,3)R(1,3) \in R, is (3,1)R(3,1) \in R? Yes, it is.
    • For (4,2)R(4,2) \in R, is (2,4)R(2,4) \in R? Yes, it is.
    • For (2,4)R(2,4) \in R, is (4,2)R(4,2) \in R? Yes, it is.
    • For (2,3)R(2,3) \in R, is (3,2)R(3,2) \in R? No, (3,2)(3,2) is not present in RR.
  • Conclusion: Since there exists a pair (2,3)R(2,3) \in R for which (3,2)R(3,2) \notin R, the relation RR is not symmetric. Option (C) states "not symmetric", which is a correct statement.

Step 4: Check if RR is reflexive (Option D)

  • Reasoning: A relation is reflexive on set AA if for every element xAx \in A, the pair (x,x)(x,x) is in RR. The set AA is {1,2,3,4}\{1, 2, 3, 4\}.
  • Analysis:
    • We need to check if (1,1)R(1,1) \in R, (2,2)R(2,2) \in R, (3,3)R(3,3) \in R, and (4,4)R(4,4) \in R.
    • By inspecting R={(1,3),(4,2),(2,4),(2,3),(3,1)}R = \{(1,3), (4,2), (2,4), (2,3), (3,1)\}, we see that none of these pairs (x,x)(x,x) are present in RR. For example, (1,1)R(1,1) \notin R.
  • Conclusion: Since not all elements of AA are related to themselves, RR is not reflexive. Option (D) is incorrect.

Common Mistakes & Tips

  • Confusing Definitions: Ensure you have a clear understanding of the precise definitions of function, reflexive, symmetric, and transitive relations. A single violation of any condition means the property does not hold.
  • Finding Counterexamples: To prove a property does not hold, you only need one specific counterexample. For example, to show a relation is not symmetric, finding just one pair (x,y)R(x,y) \in R where (y,x)R(y,x) \notin R is sufficient.
  • Systematic Verification: When checking properties like reflexivity, ensure you consider all elements of the set AA. For transitivity and symmetry, check all relevant pairs in the relation RR.

Summary

We analyzed the given relation RR on the set A={1,2,3,4}A=\{1,2,3,4\} for the properties of being a function, transitive, symmetric, and reflexive. We found that RR is not a function because the element 22 is related to both 44 and 33. We determined RR is not transitive because (1,3)R(1,3) \in R and (3,1)R(3,1) \in R, but (1,1)R(1,1) \notin R. We identified that RR is not symmetric because (2,3)R(2,3) \in R but (3,2)R(3,2) \notin R. Finally, RR is not reflexive as no element xAx \in A is related to itself, i.e., (x,x)R(x,x) \notin R for any xAx \in A. The only correct statement among the options is that the relation is not symmetric.

The final answer is \boxed{C}.

Practice More Sets, Relations & Functions Questions

View All Questions