CBSE Class 12 Mathematics: Relations and Functions NCERT Solutions
CBSE Class 12 Mathematics, Chapter 1: Relations and Functions, introduces fundamental concepts like reflexive, symmetric, and transitive relations. This chapter delves into defining and analyzing these properties for various types of relations, illustrated with clear examples on different sets, from numerical sets to sets of people. The NCERT Solutions provide a structured approach, breaking down each problem into logical steps to ensure a thorough understanding of the underlying principles. This resource is designed to help students build a strong foundation in relations and functions, essential for their board examinations, by offering a clear, step-by-step method to master the topic.
Quick info
| Board | CBSE |
|---|---|
| Class | Class 12 |
| Subject | Mathematics |
| Session | 2026 |
| Language | English |
| Type | NCERT Solutions |
| Chapter | Relations and Functions |
Chapter summary
This chapter's NCERT Solutions for Class 12 Mathematics delve into the fundamental concepts of relations and functions. It focuses on analyzing relations defined on sets to determine if they are reflexive, symmetric, and transitive. The solutions provide detailed step-by-step explanations for each type of relation, helping students understand the criteria for each property and how to apply them to different scenarios, including numerical and real-world examples.
Learning outcomes
- Understand the definitions of reflexive, symmetric, and transitive relations.
- Determine if a given relation on a set is reflexive.
- Determine if a given relation on a set is symmetric.
- Determine if a given relation on a set is transitive.
- Apply the properties of relations to various sets, including numerical and abstract sets.
- Analyze real-world scenarios to define and classify relations.
Topics covered
Paper topics
- Introduction to Relations
- Types of Relations
- Reflexive Relations
- Symmetric Relations
- Transitive Relations
- Relations on a Set
- Checking Properties of Relations
- Relations defined on Numerical Sets
- Relations defined on Sets of People
- Divisibility Relation
- Difference Relation
- Specific Formula Relations
Important topics
- Understanding Reflexive, Symmetric, and Transitive Properties
- Applying Properties to Various Relation Definitions
- Checking Transitivity with Multiple Pairs
- Analyzing Relations on Sets of Real-World Objects
- Identifying Non-Reflexive and Non-Symmetric Cases
PDF preview
Read page by page below. PDF is streamed from the official NCERT website — no download button on this page.
Questions and Solutions
Question 1.1
- Relation R in the set defined as
The given set is and the relation is . This can be rewritten as . Let's find the pairs in R:
- If , . So, .
- If , . So, .
- If , . So, .
- If , . So, .
- If , . Since , we stop here.
Thus, R = \{(1, 3), (2, 6), (3, 9), (4, 12)\}.
Reflexive: For R to be reflexive, (x, x) \in R for all x \in A. However, pairs like (1, 1), (2, 2), ..., (14, 14) are not in R (e.g., for x=1, 3(1) - 1 = 2
eq 0). Therefore, R is not reflexive.
Symmetric: For R to be symmetric, if (x, y) \in R, then (y, x) \in R. We see that (1, 3) \in R, but (3, 1)
otin R because 3(3) - 1 = 9 - 1 = 8
eq 0. Therefore, R is not symmetric.
Transitive: For R to be transitive, if (x, y) \in R and (y, z) \in R, then (x, z) \in R. We have (1, 3) \in R (since 3(1) - 3 = 0) and (3, 9) \in R (since 3(3) - 9 = 0). However, (1, 9)
otin R because 3(1) - 9 = 3 - 9 = -6
eq 0. Therefore, R is not transitive.
Conclusion: R is neither reflexive, nor symmetric, nor transitive.
Question 1.2
- Relation R in the set of natural numbers defined as
The set is (natural numbers). The relation is . The condition means can be 1, 2, or 3.
- If , . So, .
- If , . So, .
- If , . So, .
Thus, R = \{(1, 6), (2, 7), (3, 8)\}.
Reflexive: For R to be reflexive, (x, x) \in R for all x \in {f N}. However, (1, 1), (2, 2), etc., are not in R. For example, (1, 1) is not in R because y = x + 5 is not satisfied (1
eq 1 + 5). Therefore, R is not reflexive.
Symmetric: For R to be symmetric, if (x, y) \in R, then (y, x) \in R. We see that (1, 6) \in R. However, (6, 1)
otin R because the condition x < 4 is not met for x = 6 (and also 1
eq 6 + 5). Therefore, R is not symmetric.
Transitive: For R to be transitive, if (x, y) \in R and (y, z) \in R, then (x, z) \in R. In the set R = {(1, 6), (2, 7), (3, 8)}, there are no pairs (x, y) and (y, z) such that the first element of the second pair is the second element of the first pair. For instance, we cannot find a pair starting with 6, 7, or 8. Since the condition for transitivity requires checking pairs like (x, y) and (y, z), and no such chain exists within the given pairs, the condition is vacuously true. However, the standard interpretation in such cases where no such chain can be formed is that the relation is transitive. Let's re-examine the definition. If we take (x, y) \in R and (y, z) \in R, then y = x + 5 and z = y + 5. This implies z = (x + 5) + 5 = x + 10. For (x, z) to be in R, we need z = x + 5 and x < 4. Since z = x + 10, the condition z = x + 5 is not met. Therefore, R is not transitive.
Conclusion: R is neither reflexive, nor symmetric, nor transitive.
Question 1.3
- Relation R in the set as
The set is A = \{1, 2, 3, 4, 5, 6\} and the relation is R = \{(x, y): y \text{ is divisible by } x\}.
Reflexive: For R to be reflexive, (x, x) \in R for all x \in A. This means x must be divisible by x. Since every integer is divisible by itself, (x, x) \in R for all x \in A. For example, (1, 1), (2, 2), ..., (6, 6) are all in R. Therefore, R is reflexive.
Symmetric: For R to be symmetric, if (x, y) \in R, then (y, x) \in R. Let's take an example. (2, 4) \in R because 4 is divisible by 2. However, (4, 2)
otin R because 2 is not divisible by 4. Therefore, R is not symmetric.
Transitive: For R to be transitive, if (x, y) \in R and (y, z) \in R, then (x, z) \in R. This means if y is divisible by x, and z is divisible by y, then z must be divisible by x. Let y = kx for some integer k, and z = ly for some integer l. Substituting the first equation into the second, we get z = l(kx) = (lk)x. Since lk is an integer, z is divisible by x. Thus, (x, z) \in R. For example, (2, 4) \in R (4 is divisible by 2) and (4, 8) \in R (8 is divisible by 4). Then (2, 8) \in R (8 is divisible by 2). Note that 8 is not in the set A, but the property holds for any integers x, y, z. If we restrict to A, consider (2, 4) \in R and (4, 8) is not in R. Let's take (2, 4) \in R and (4, 4) \in R. Then (2, 4) \in R, which is true. Let's take (3, 6) \in R and (6, ?). No pair starts with 6. Let's take (2, 6) \in R and (6, ?). No pair starts with 6. Let's take (1, 2) \in R and (2, 4) \in R. Then (1, 4) \in R (4 is divisible by 1). This holds. Therefore, R is transitive.
Conclusion: R is reflexive and transitive, but not symmetric.
Question 1.4
- Relation R in the set Z of all integers defined as
The set is (all integers) and the relation is .
Reflexive: For R to be reflexive, for all . This means must be an integer. Since , and 0 is an integer, the condition is satisfied for all . Therefore, R is reflexive.
Symmetric: For R to be symmetric, if , then . If , then is an integer. Let , where . Then . Since is an integer, is also an integer. Thus, is an integer, which means . Therefore, R is symmetric.
Transitive: For R to be transitive, if and , then . If , then is an integer. If , then is an integer. Let and , where . We need to check if is an integer. We can write . Since the sum of two integers is always an integer, is an integer. Thus, is an integer, which means . Therefore, R is transitive.
Conclusion: R is reflexive, symmetric, and transitive. (This means R is an equivalence relation).
Question 1.5
- Relation R in the set A of human beings in a town at a particular time given by
- Relation R in the set A of human beings in a town at a particular time given by
- Relation R in the set A of human beings in a town at a particular time given by
- Relation R in the set A of human beings in a town at a particular time given by
- Relation R in the set A of human beings in a town at a particular time given by
Let A be the set of human beings in a town at a particular time.
- Relation:
- Reflexive: Since every person works at their own place, for all . Thus, R is reflexive.
- Symmetric: If works at the same place as , then also works at the same place as . So, if , then . Thus, R is symmetric.
- Transitive: If works at the same place as , and works at the same place as , then , , and all work at the same place. Therefore, works at the same place as . So, if and , then . Thus, R is transitive.
Conclusion: R is reflexive, symmetric, and transitive (an equivalence relation).
- Relation:
- Reflexive: Every person lives in their own locality. So, for all . Thus, R is reflexive.
- Symmetric: If lives in the same locality as , then lives in the same locality as . So, if , then . Thus, R is symmetric.
- Transitive: If lives in the same locality as , and lives in the same locality as , then , , and all live in the same locality. Therefore, lives in the same locality as . So, if and , then . Thus, R is transitive.
Conclusion: R is reflexive, symmetric, and transitive (an equivalence relation).
- Relation:
- Reflexive: A person cannot be exactly 7 cm taller than themselves. So, for any . Thus, R is not reflexive.
- Symmetric: If is exactly 7 cm taller than , then is exactly 7 cm shorter than . cannot be taller than . So, if , then . Thus, R is not symmetric.
- Transitive: If is exactly 7 cm taller than (i.e., ), and is exactly 7 cm taller than (i.e., ), then . This means is 14 cm taller than , not exactly 7 cm taller. So, if and , then . Thus, R is not transitive.
Conclusion: R is neither reflexive, nor symmetric, nor transitive.
- Relation:
- Reflexive: A person cannot be their own wife. So, for any . Thus, R is not reflexive.
- Symmetric: If is the wife of , then must be the husband of . The relation is defined as 'wife of', not 'husband of'. So, if , then (unless is also a wife, which is not possible in a standard definition). Thus, R is not symmetric.
- Transitive: If is the wife of , and is the wife of , this implies is married to and is married to . This is impossible in a monogamous society. If we consider polygamy, is a wife of , and is a wife of implies is married to two people. If is wife of , and is wife of , then cannot be the wife of . Thus, R is not transitive.
Conclusion: R is neither reflexive, nor symmetric, nor transitive.
- Relation:
- Reflexive: A person cannot be their own father. So, for any . Thus, R is not reflexive.
- Symmetric: If is the father of , then is the son or daughter of . cannot be the father of . So, if , then . Thus, R is not symmetric.
- Transitive: If is the father of , and is the father of , then is the grandfather of . is not the father of . So, if and , then . Thus, R is not transitive.
Conclusion: R is neither reflexive, nor symmetric, nor transitive.
Common mistakes
- Confusing the conditions for symmetry and transitivity.
- Incorrectly assuming a relation is reflexive without checking all elements.
- Failing to consider all possible pairs when checking for transitivity.
- Misinterpreting the definition of the relation itself.
Revision tips
- Review the definitions of reflexive, symmetric, and transitive relations thoroughly.
- Practice identifying these properties for relations defined on different types of sets.
- Work through each example and exercise problem, focusing on the step-by-step reasoning.
- Pay close attention to the conditions given for each relation (e.g., divisibility, difference, specific formulas).
Practice MCQs
Q1. Which property requires that if (a, b) is in R, then (b, a) must also be in R?
Explanation: A relation R is symmetric if for every pair (a, b) in R, the pair (b, a) is also in R.
Q2. For a relation R on set A to be reflexive, which condition must hold?
Explanation: A relation R on a set A is reflexive if every element 'a' in A is related to itself, meaning (a, a) is in R for all a ∈ A.
Q3. If (x, y): y is divisible by x} on set , 2, 3, 4, 5, 6}, is the relation transitive?
Explanation: The relation is transitive because if y is a multiple of x (y = kx) and z is a multiple of y (z = ly), then z = l(kx) = (lk)x, meaning z is a multiple of x.
Q4. Consider the relation (x, y): x - y is an integer} on the set of integers Z. Is this relation symmetric?
Explanation: If x - y is an integer, then y - x is the negative of that integer, which is also an integer. Thus, the relation is symmetric.
Q5. For the relation (x, y): 3x - = {1, 2,..., 14}, which of the following is true?
Explanation: R is not reflexive as (1,1) is not in R. R is not symmetric as (1,3) is in R but (3,1) is not. R is not transitive as (1,3) and (3,9) are in R but (1,9) is not.
Frequently asked questions
What are the three main properties of relations discussed in these NCERT Solutions for Class 12 Maths?
These solutions focus on determining if a relation is reflexive, symmetric, and transitive. These are key properties used to classify relations.
How do I check if a relation is reflexive?
A relation R on a set A is reflexive if every element 'a' in A is related to itself, meaning the pair (a, a) must be present in the relation R for all 'a' belonging to set A.
What is the condition for a relation to be symmetric?
A relation R is symmetric if, for every pair (x, y) that belongs to R, the pair (y, x) must also belong to R.
How is transitivity checked for a relation?
A relation R is transitive if, whenever pairs (x, y) and (y, z) are both in R, the pair (x, z) must also be in R.
Are these solutions helpful for exam preparation?
Yes, these solutions provide step-by-step explanations and cover various types of relations, which is crucial for understanding and solving problems related to relations and functions in exams.
What kind of sets are used in these examples?
The examples use various sets, including sets of numbers (like integers and specific finite sets), and sets representing real-world entities like human beings in a town.
Content reviewed by the NCERT Help team. Editorial Team and update policy
NCERT Solutions PDF PDF on NCERT Help. URL unchanged for search indexing.