- 1 Overview ›
- 2 Definition ›
- 3 Important Note ›
- 4 Cartesian Product ›
- 5 Components Of A Relation ›
- 6 Formula ›
- 7 Illustrative Example ›
- 8 Types of Relations ›
- 9 Comparison of Empty and Universal Relation ›
- 10 Important Formulae ›
- 11 Solved Example ›
- 12 Derivation of Number of Relations ›
- 13 Exam Tip ›
- 14 Common Mistakes ›
- 15 CBSE Competency-Based (Case Study/HOTS) ›
- 16 Significance ›
Relations form the foundation of higher mathematics. They are extensively used in Algebra, Coordinate Geometry, Calculus, Graph Theory, Computer Science, Artificial Intelligence, Database Management Systems, Logic, Statistics and Discrete Mathematics. Understanding relations is essential before studying functions because every function is a relation, but every relation is not a function.
| Term | Meaning |
|---|---|
| Domain | Set of all first components appearing in the relation |
| Codomain | Entire destination set |
| Range | Set of second components actually related |
- Domain = {1,2}
- Codomain = {4,5,6}
- Range = {4,5,6}
Definition
A relation \(R\) on a set \(A\) is called an empty relation if no element of \(A\) is related to any element of \(A\).Key Characteristics
- No ordered pair exists.
- Contains zero elements.
- Smallest possible relation.
- It is a subset of every Cartesian product.
Example 1
LetExample 2
LetTherefore,
Quick Observation
Every empty relation is a subset of every relation.Definition
A relation $R$ on a set $A$ is called a universal relation if every element of $A$ is related to every element of $A$.Key Characteristics
- Contains every possible ordered pair.
- Largest possible relation on the set.
- Total number of ordered pairs equals $n(A)^2$.
Formula
If $n(A)=n$ thenExample
Let $A=\{1,2\}$ Then| Property | Empty Relation | Universal Relation |
|---|---|---|
| Definition | No ordered pair | All ordered pairs |
| Notation | $\phi$ | $A\times A$ |
| Number of pairs | 0 | $n^2$ |
| Smallest/Largest | Smallest | Largest |
-
1Find number of elements.
-
2
Use \(n^2\)
Every ordered pair has only two possibilities:
- Included in the relation
- Not included in the relation
- Writing relation as an element instead of a subset.
- Using curly braces incorrectly while writing ordered pairs.
- Confusing universal relation with universal set.
- Writing range equal to codomain without verification.
- Using \(2^n\) instead of \(2^{n^2}\) for relations on a set.
In a school, every student is connected to every other student through an online discussion platform. Let the set of students be
- What type of relation does this represent?
- How many ordered pairs are present?
- How many different relations can be formed on this set?
Solution
Since every student is related to every student,
Therefore, it is a Universal Relation.
Number of ordered pairs:
Number of possible relations:
- Fundamental concept for Functions, Binary Operations and Mapping.
- Frequently asked in CBSE one-mark, competency-based and case-study questions.
- Very important for JEE Main, NDA, CUET, BITSAT and State Engineering Entrance Examinations.
- Questions based on counting the number of relations appear regularly in competitive examinations.
- Forms the theoretical base for Reflexive, Symmetric, Transitive and Equivalence Relations studied later in the chapter.