Skip to main content
Back to Sets, Relations & Functions
JEE Main 2021
Sets, Relations & Functions
Sets and Relations
Hard

Question

Consider the relations R1R_1 and R2R_2 defined as aR1ba2+b2=1a R_1 b \Leftrightarrow a^2+b^2=1 for all a,bRa, b \in \mathbf{R} and (a,b)R2(c,d)(a, b) R_2(c, d) \Leftrightarrow a+d=b+ca+d=b+c for all (a,b),(c,d)N×N(a, b),(c, d) \in \mathbf{N} \times \mathbf{N}. Then :

Options

Solution

Key Concepts and Formulas

  • Equivalence Relation: A relation RR on a set SS is an equivalence relation if it is reflexive, symmetric, and transitive.
    • Reflexive: For all aSa \in S, aRaa R a.
    • Symmetric: For all a,bSa, b \in S, if aRba R b, then bRab R a.
    • Transitive: For all a,b,cSa, b, c \in S, if aRba R b and bRcb R c, then aRca R c.
  • Properties of Real Numbers and Natural Numbers: Commutative property of addition (x+y=y+xx+y=y+x) and transitive property of equality (a=ba=b and b=c    a=cb=c \implies a=c).

Step-by-Step Solution

Step 1: Analyze Relation R1R_1 for Equivalence Properties

The relation R1R_1 is defined as aR1ba2+b2=1a R_1 b \Leftrightarrow a^2+b^2=1 for all a,bRa, b \in \mathbf{R}. We will check reflexivity, symmetry, and transitivity.

  • Reflexivity Check for R1R_1: For R1R_1 to be reflexive, aR1aa R_1 a must hold for all aRa \in \mathbf{R}. This means a2+a2=1a^2+a^2=1, which simplifies to 2a2=12a^2=1, or a2=12a^2 = \frac{1}{2}. This equation is only true for a=±12a = \pm \frac{1}{\sqrt{2}}. Since this condition does not hold for all real numbers (e.g., if a=1a=1, 12+12=211^2+1^2=2 \neq 1), R1R_1 is not reflexive.

  • Symmetry Check for R1R_1: Assume aR1ba R_1 b, which means a2+b2=1a^2+b^2=1. We need to check if bR1ab R_1 a holds, i.e., if b2+a2=1b^2+a^2=1. Due to the commutative property of addition, a2+b2=b2+a2a^2+b^2 = b^2+a^2. Thus, if a2+b2=1a^2+b^2=1, then b2+a2=1b^2+a^2=1 is also true. So, R1R_1 is symmetric.

  • Transitivity Check for R1R_1: For R1R_1 to be transitive, if aR1ba R_1 b and bR1cb R_1 c, then aR1ca R_1 c must hold. This means if a2+b2=1a^2+b^2=1 and b2+c2=1b^2+c^2=1, then a2+c2=1a^2+c^2=1 must be true. Consider a counterexample: Let a=1a=1, b=0b=0, and c=1c=1. Then aR1ba R_1 b since 12+02=1+0=11^2+0^2 = 1+0=1. And bR1cb R_1 c since 02+12=0+1=10^2+1^2 = 0+1=1. However, aR1ca R_1 c would require 12+12=11^2+1^2=1, which is 1+1=211+1=2 \neq 1. Since we found a counterexample where the condition for transitivity fails, R1R_1 is not transitive.

Since R1R_1 is not reflexive and not transitive, it is not an equivalence relation.

Step 2: Analyze Relation R2R_2 for Equivalence Properties

The relation R2R_2 is defined as (a,b)R2(c,d)a+d=b+c(a, b) R_2(c, d) \Leftrightarrow a+d=b+c for all (a,b),(c,d)N×N(a, b),(c, d) \in \mathbf{N} \times \mathbf{N}. We will check reflexivity, symmetry, and transitivity.

  • Reflexivity Check for R2R_2: For R2R_2 to be reflexive, (a,b)R2(a,b)(a, b) R_2 (a, b) must hold for all (a,b)N×N(a, b) \in \mathbf{N} \times \mathbf{N}. This means a+b=b+aa+b=b+a. This is true for all natural numbers due to the commutative property of addition. Thus, R2R_2 is reflexive.

  • Symmetry Check for R2R_2: Assume (a,b)R2(c,d)(a, b) R_2 (c, d), which means a+d=b+ca+d=b+c. We need to check if (c,d)R2(a,b)(c, d) R_2 (a, b) holds, i.e., if c+b=d+ac+b=d+a. Starting with a+d=b+ca+d=b+c, we can rearrange it to b+c=a+db+c=a+d. Using the commutative property of addition, we can write this as c+b=d+ac+b=d+a. This is precisely the condition for (c,d)R2(a,b)(c, d) R_2 (a, b). Thus, R2R_2 is symmetric.

  • Transitivity Check for R2R_2: For R2R_2 to be transitive, if (a,b)R2(c,d)(a, b) R_2 (c, d) and (c,d)R2(e,f)(c, d) R_2 (e, f), then (a,b)R2(e,f)(a, b) R_2 (e, f) must hold. This means if a+d=b+ca+d=b+c and c+f=d+ec+f=d+e, then a+f=b+ea+f=b+e must be true. From a+d=b+ca+d=b+c, we can write ab=cda-b = c-d. From c+f=d+ec+f=d+e, we can write cd=efc-d = e-f. By the transitive property of equality, since ab=cda-b = c-d and cd=efc-d = e-f, we have ab=efa-b = e-f. Rearranging this equation, we get a+f=b+ea+f = b+e. This is the condition for (a,b)R2(e,f)(a, b) R_2 (e, f). Thus, R2R_2 is transitive.

Since R2R_2 is reflexive, symmetric, and transitive, it is an equivalence relation.

Step 3: Conclude and Select the Correct Option

We found that R1R_1 is not an equivalence relation, and R2R_2 is an equivalence relation. Therefore, only R2R_2 is an equivalence relation.

Common Mistakes & Tips

  • Confusing Sets: Ensure you are applying the relation's definition to the correct set (R\mathbf{R} for R1R_1, N×N\mathbf{N} \times \mathbf{N} for R2R_2).
  • Counterexample Strategy: For proving a relation is not an equivalence relation, finding just one property that fails with a single counterexample is sufficient.
  • Algebraic Manipulation: For relations defined by algebraic conditions, carefully use properties of numbers (like commutativity, associativity, transitivity of equality) to prove or disprove the required properties.

Summary

We systematically analyzed the relations R1R_1 and R2R_2 by checking the three properties of an equivalence relation: reflexivity, symmetry, and transitivity. Relation R1R_1, defined on real numbers, failed the reflexivity and transitivity tests, thus it is not an equivalence relation. Relation R2R_2, defined on pairs of natural numbers, satisfied all three properties, confirming it is an equivalence relation.

The final answer is \boxed{C}.

Practice More Sets, Relations & Functions Questions

View All Questions