- Relation R in the set \( A=\{1,2,3,\ldots,14\} \) defined by \( R=\{(x,y):3x-y=0\} \)
- Relation R in the set of natural numbers \( \mathbb{N} \) defined by \[ R=\{(x,y):y=x+5,\;x<4\} \]
- Relation R in the set \( A=\{1,2,3,4,5,6\} \) defined by \( R=\{(x,y):y\text{ is divisible by }x\} \)
- Relation R in the set of integers \( \mathbb{Z} \) defined by \( R=\{(x,y):x-y\text{ is an integer}\} \)
- Relation R in the set of all human beings in a town at a particular time given by:
- \(x\) and \(y\) work at the same place.
- \(x\) and \(y\) live in the same locality.
- \(x\) is exactly 7 cm taller than \(y\).
- \(x\) is wife of \(y\).
- \(x\) is father of \(y\).
Concept / Theory
›
1. Reflexive Relation
A relation \(R\) on a set \(A\) is called reflexive if every element is related to itself.Mathematically,
2. Symmetric Relation
A relation is symmetric if whenever one element is related to another, the reverse relation is also true.That is, whenever
3. Transitive Relation
A relation is transitive if whenever one element is related to a second, and the second is related to a third, then the first is related to the third.Mathematically,
Step-by-step Plan
›
Write the relation explicitly whenever possible.
Check whether every element is related to itself (Reflexive).
Check whether reversing every ordered pair still belongs to the relation (Symmetric).
Check whether chaining two related pairs always produces another related pair (Transitive).
State the final conclusion clearly for each relation.
Solution - Q1. (i) Relation R in the set
\(A=\{1,2,3,\ldots,14\}\) defined by \(R=\{(x,y):3x-y=0\}\)
›
- (i) Relation
- \[R=\{(x,y):3x-y=0\}\]
- Since\[3x-y=0\]
- therefore\[y=3x\]
- Now consider all values of \(x\) belonging to\[A=\{1,2,\ldots,14\}.\]
- The value of \(y\) must also belong to the set.\[x=1,\quad y=3\]
- Hence\[(1,3)\in R\]
- \[x=2,\quad y=6\]Hence\[(2,6)\in R\]
- Similarly,\[x=3,\;y=9\]\[x=4,\;y=12\]
- For\[x=5,\;y=15\]which is not in the set \(A\).
- \[R=\{(1,3),(2,6),(3,9),(4,12)\}.\]
- Checking Reflexive Property
- A reflexive relation must contain\[(1,1),(2,2),\ldots,(14,14).\]
- None of these satisfy\[y=3x\]
- Therefore, the relation is not reflexive.
- Checking Symmetric Property
- Since\[(1,3)\in R\]but\[(3,1)\notin R\]
- Therefore, the relation is not symmetric.
- Checking Transitive Property
- A relation is transitive if whenever
- \[(a,b)\in R\]and\[(b,c)\in R\]then\[(a,c)\in R\]
- Consider the ordered pairs\[(1,3)\in R\]and\[(3,9)\in R\]
- Since both pairs belong to the relation, transitivity requires\[(1,9)\in R.\]
- Now check whether \((1,9)\in R\):
- belongs to the relation:\[3(1)-9=-6\neq0\]
- Hence\[(1,9)\notin R\]
- Thus, there exist two ordered pairs in the relation whose composition does not belong to the relation.
- Therefore, the relation is not transitive.
Answer (i)
›
- Reflexive : No
- Symmetric : No
- Transitive : No
Solution - Q1. (ii) Relation R in the set of natural numbers
\(\mathbb{N}\) defined by \(R=\{(x,y):y=x+5,\;x<4\}\)
›
- (ii) Relation
- \[R=\{(x,y):y=x+5,\;x<4\}\]
- Since \(x<4\) and \(x\) is a natural number,\[x=1,2,3\]
- Therefore,\[(1,6),(2,7),(3,8)\]belong to the relation.
- Hence\[R=\{(1,6),(2,7),(3,8)\}\]
- Checking Reflexive Property
- For reflexivity,\[(1,1)\]must belong to the relation.
- But\[1\neq1+5\]
- Therefore,\[(1,1)\notin R\]
- Hence the relation is not reflexive.
- Checking Symmetric Property
- Since\[(1,6)\in R\]
- symmetry requires\[(6,1)\in R\]
- But\[1\neq6+5\]
- Hence\[(6,1)\notin R\]
- Therefore, the relation is not symmetric.
- Checking Transitive Property
- To violate transitivity, there must exist pairs\[(a,b)\]and\[(b,c)\]
- The second elements are\[6,7,8,\]
- whereas the first elements are only\[1,2,3\]
- No chain exists.
- Hence the condition for transitivity is automatically satisfied.
- Therefore, the relation is transitive.
Answer (ii)
›
- Reflexive : No
- Symmetric : No
- Transitive : Yes
Solution - Q1. (iii) Relation R in the set
\(A=\{1,2,3,4,5,6\}\) defined by\(R=\{(x,y):y\text{ is divisible by }x\}\)
›
- (iii) Relation
- \[R=\{(x,y):y\text{ is divisible by }x\}\]
- List all ordered pairs. For \(x=1\)
- every element is divisible by 1.\[(1,1),(1,2),(1,3),(1,4),(1,5),(1,6)\]
- For \(x=2\)\[(2,2),(2,4),(2,6)\]
- For \(x=3\)\[(3,3),(3,6)\]
- For \(x=4\)\[(4,4)\]
- For \(x=5\)\[(5,5)\]
- For \(x=6\)\[(6,6)\]
- Checking Reflexive Property
- Every number divides itself.\[(a,a)\in R\]for every element.
- Therefore, the relation is reflexive
- Checking Symmetric Property
- Since\[(2,4)\in R,\]
- symmetry requires\[(4,2)\in R\]
- But $2$ is not divisible by $4$
- Therefore, the relation is not symmetric.
- Checking Transitive Property
- Suppose\[(a,b)\in R\]and\[(b,c)\in R\]
- Then\[b=ax\]for some integer \(x\), and
- \[c=by\]for some integer \(y\)
- Substituting\[c=(ax)y=a(xy)\]
- Hence $a$ divides $c$
- Therefore,\[(a,c)\in R\]
- Thus the relation is transitive
Answer (iii)
›
- Reflexive : Yes
- Symmetric : No
- Transitive : Yes
Solution - Q1. (iv) Relation R in the set of integers
\(\mathbb{Z}\) defined by \(R=\{(x,y):x-y\text{ is an integer}\}\)
›
- (iv) Relation
- \[R=\{(x,y):x-y\text{ is an integer}\}\]
- Since both $x$ and $y$ are integers, their difference is always an integer.
- Hence every ordered pair belongs to the relation.
- Checking Reflexive Property
- \[x-x=0\]which (Zero) is an integer.
- Therefore, the relation is reflexive.
- Checking Symmetric Property
- If\[x-y\]is an integer, then\[y-x=-(x-y)\]which is also an integer.
- Therefore, the relation is symmetric.
- Checking Transitive Property
- If\[x-y\]and\[y-z\]are integers, then\[(x-y)+(y-z)=x-z\]which is also an integer
- Hence the relation is transitive
Answer (iv)
›
- Reflexive : Yes
- Symmetric : Yes
- Transitive : Yes
Solution - Q1. (v)-Relation R in the set of all human beings in a town at a particular time given by: (a) \(x\) and \(y\) work at the same place.
›
- (a) Same Place of Work
- Reflexive: Every person works at the same place as himself or herself. → Yes
- Symmetric: If A works with B, then B works with A. → Yes
- Transitive: If A works at the same place as B, and B works at the same place as C, then A also works at the same place as C. → Yes
Answer (v)-(a)
›
- Reflexive : Yes
- Symmetric : Yes
- Transitive : Yes
Solution - Q1. (v)-Relation R in the set of all human beings in a town at a particular time given by: (b) \(x\) and \(y\) live in the same locality.
›
- (b) Same Locality
- Reflexive: Every person lives in the same locality as himself or herself. → Yes
- Symmetric: If A lives in the same locality as B, then B lives in the same locality as A. → Yes
- Transitive: If A and B live in the same locality, and B and C also live in the same locality, then A and C live in that locality. → Yes
Answer (v)-(b)
›
- Reflexive : Yes
- Symmetric : Yes
- Transitive : Yes
Solution - Q1. (v)-Relation R in the set of all human beings in a town at a particular time given by: (c) \(x\) is exactly 7 cm taller than \(y\).
›
- (c) Exactly 7 cm Taller
- Reflexive: Nobody is exactly 7 cm taller than himself or herself. → No
- Symmetric: If A is 7 cm taller than B, then B is 7 cm shorter than A. → Hence symmetry fails.
- Transitive: If A is 7 cm taller than B, and B is 7 cm taller than C, then A is 14 cm taller than C. → Therefore, transitivity fails.
Answer (v)-(c)
›
- Reflexive : No
- Symmetric : No
- Transitive : No
Solution - Q1. (v)-Relation R in the set of all human beings in a town at a particular time given by: (d) \(x\) is wife of \(y\).
›
- (d) Wife of
- Reflexive: No person is wife of oneself. → No
- Symmetric: If A is wife of B, then B is husband of A, not wife of A. → No
- Transitive: If A is wife of B, and B is wife of C, such a situation cannot occur.
The transitive condition is not satisfied as a meaningful chain cannot exist. → No
Answer (v)-(d)
›
- Reflexive : No
- Symmetric : No
- Transitive : No
Solution - Q1. (v)-Relation R in the set of all human beings in a town at a particular time given by: (e) \(x\) is father of \(y\).
›
- (e) Father of
- Reflexive: No person is father of oneself. → No
- Symmetric: If A is father of B, then B cannot be father of A. → No
- Transitive: If A is father of B and B is father of C, then A is grandfather of C, not father of C. → Hence transitivity does not hold.
Answer (v)-(e)
›
- Reflexive : No
- Symmetric : No
- Transitive : No
Exam Significance
›
- This question develops the ability to identify the three fundamental properties of relations, one of the most frequently tested concepts in CBSE Board examinations.
- JEE Main, NDA, CUET, and other entrance examinations regularly ask conceptual questions based on reflexive, symmetric and transitive relations.
- Understanding these properties forms the foundation for equivalence relations, partial order relations, and function theory studied in higher mathematics.
- Students should avoid memorizing answers and instead verify every property independently.
Key Takeaways
›
-
Always test reflexive, symmetric and transitive properties separately.
-
A relation may satisfy one property without satisfying the others.
-
Relations based on divisibility are generally reflexive and transitive but not symmetric.
-
Relations defined on all integers often satisfy all three properties if based on integer differences.
-
Real-life relations can also be analyzed mathematically using the same three properties.