Types of Relations in Class XII Mathematics

 Mathematics is often described as the study of patterns and logical connections. One of the most fundamental concepts that encapsulates this idea is the notion of a relation. In Class XII, the topic of Relations and Functions begins with the study of how two sets can be linked through ordered pairs. To understand functions deeply, one must first understand the types of relations that can exist between sets.


1. Definition of Relation

Let AA and BB be two non-empty sets. A relation RR from AA to BB is a subset of the Cartesian product A×BA \times B.

RA×BR \subseteq A \times B

If (a,b)R(a, b) \in R, we say that a is related to b under relation R.

Example:
Let A={1,2,3},B={x,y}A = \{1,2,3\}, B = \{x,y\}.
Possible relation: R={(1,x),(2,y),(3,x)}R = \{(1,x), (2,y), (3,x)\}.


2. Types of Relations

When a relation is defined on a set, certain properties may or may not hold. These properties give rise to different types of relations.


(a) Reflexive Relation

A relation RR on a set AA is reflexive if:

(a,a)Rfor all aA(a,a) \in R \quad \text{for all } a \in A

Example:
On A={1,2,3}A = \{1,2,3\}, the relation R={(1,1),(2,2),(3,3)}R = \{(1,1), (2,2), (3,3)\} is reflexive.


(b) Symmetric Relation

A relation RR on a set AA is symmetric if:

(a,b)R    (b,a)R(a,b) \in R \implies (b,a) \in R

Example:
On A={1,2}A = \{1,2\}, the relation R={(1,2),(2,1)}R = \{(1,2), (2,1)\} is symmetric.


(c) Transitive Relation

A relation RR on a set AA is transitive if:

(a,b)R and (b,c)R    (a,c)R(a,b) \in R \ \text{and} \ (b,c) \in R \implies (a,c) \in R

Example:
On A={1,2,3}A = \{1,2,3\}, if R={(1,2),(2,3),(1,3)}R = \{(1,2), (2,3), (1,3)\}, then RR is transitive.


(d) Equivalence Relation

A relation RR on a set AA is called an equivalence relation if it is:

  1. Reflexive,

  2. Symmetrical, and

  3. Transitive.

Example:
On the set of integers Z\mathbb{Z}, the relation ab    aba \sim b \iff a-b is divisible by 5 is an equivalence relation.


(e) Universal Relation

A relation RR on a set AA is called universal if:

R=A×AR = A \times A

That is, every element of AA is related to every element of AA.

Example:
For A={1,2}A = \{1,2\}, R={(1,1),(1,2),(2,1),(2,2)}R = \{(1,1), (1,2), (2,1), (2,2)\}.


(f) Empty Relation

A relation RR on a set AA is called empty if:

R=R = \varnothing

That is, no element of AA is related to any element of AA.

Example:
On A={1,2,3}A = \{1,2,3\}, the relation R=R = \varnothing is an empty relation.


(g) Identity Relation

A relation RR on a set AA is called an identity relation if:

R={(a,a):aA}R = \{(a,a): a \in A\}

That is, every element is related only to itself.

Example:
On A={1,2,3}A = \{1,2,3\}, R={(1,1),(2,2),(3,3)}R = \{(1,1), (2,2), (3,3)\}.


3. Summary Table

Type of RelationDefinitionExample
Reflexive(a,a)R(a,a) \in R for all aa(1,1),(2,2),(3,3)(1,1), (2,2), (3,3)
Symmetric(a,b)R(b,a)R(a,b) \in R \Rightarrow (b,a) \in R(1,2),(2,1)(1,2), (2,1)
Transitive(a,b),(b,c)R(a,c)R(a,b),(b,c) \in R \Rightarrow (a,c) \in R(1,2),(2,3)(1,3)(1,2),(2,3) \Rightarrow (1,3)
EquivalenceReflexive + Symmetric + Transitiveab    ab0(mod5)a \sim b \iff a-b \equiv 0 \pmod{5}
UniversalR=A×AR = A \times A(1,1),(1,2),(2,1),(2,2)(1,1),(1,2),(2,1),(2,2)
EmptyR=R = \varnothingNone
IdentityR={(a,a):aA}R = \{(a,a): a \in A\}(1,1),(2,2)(1,1),(2,2)

4. Conclusion

The classification of relations provides a logical framework for understanding connections within sets. Reflexive, symmetric, and transitive relations form the basis of equivalence relations, while identity, empty, and universal relations represent boundary cases. For Class XII learners, mastering these types not only builds a strong foundation for functions and mappings but also lays the groundwork for higher studies in abstract algebra, computer science, and discrete mathematics.

Comments

Popular Posts