Skip to main content
Chapter 4 of 12
NCERT Solutions

Relations

CBSE · Class 11 · Applied Mathematics

NCERT Solutions for Relations — CBSE Class 11 Applied Mathematics.

45 questions20 flashcards5 concepts

Interactive on Super Tutor

Studying Relations? Get the full interactive chapter.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for ncert solutions and more.

1,000+ Class 11 students started this chapter today

8 Questions Solved · 1 Section

Exercise — Relations (Applied Mathematics, CBSE Class 11)

1(i)Determine whether the relation R in a set S = {1, 2, 3, 4, 5} defined as R = {(x, y) : y is divisible by x} is reflexive, symmetric and transitive.Show solution
Given: S={1,2,3,4,5}S = \{1, 2, 3, 4, 5\}, R={(x,y):xy}R = \{(x, y) : x \mid y\}.

First, list the ordered pairs in R:
R={(1,1),(1,2),(1,3),(1,4),(1,5),(2,2),(2,4),(3,3),(4,4),(5,5)}R = \{(1,1),(1,2),(1,3),(1,4),(1,5),(2,2),(2,4),(3,3),(4,4),(5,5)\}

Reflexive: For every xSx \in S, xx divides xx, so (x,x)R(x, x) \in R for all xSx \in S. ✓ Hence R is reflexive.

Symmetric: Check whether (x,y)R(y,x)R(x,y) \in R \Rightarrow (y,x) \in R.
Counter-example: (1,2)R(1, 2) \in R because 2 is divisible by 1, but (2,1)R(2, 1) \notin R because 1 is not divisible by 2. ✗ Hence R is not symmetric.

Transitive: Suppose (x,y)R(x, y) \in R and (y,z)R(y, z) \in R, i.e., xyx \mid y and yzy \mid z.
Then y=kxy = kx and z=myz = my for some integers k,mk, m, so z=mkxz = mkx, meaning xzx \mid z, i.e., (x,z)R(x, z) \in R. ✓ Hence R is transitive.

Conclusion: R is reflexive and transitive but not symmetric.
1(ii)Determine whether the relation R in the set L of all lines in a plane defined as R = {(L₁, L₂) : L₁ ⊥ L₂} is reflexive, symmetric and transitive.Show solution
Given: LL = set of all lines in a plane, R={(L1,L2):L1L2}R = \{(L_1, L_2) : L_1 \perp L_2\}.

Reflexive: A line cannot be perpendicular to itself. So (L,L)R(L, L) \notin R for any line LL. ✗ Hence R is not reflexive.

Symmetric: Suppose (L1,L2)R(L_1, L_2) \in R, i.e., L1L2L_1 \perp L_2. Then L2L1L_2 \perp L_1 as well, so (L2,L1)R(L_2, L_1) \in R. ✓ Hence R is symmetric.

Transitive: Suppose (L1,L2)R(L_1, L_2) \in R and (L2,L3)R(L_2, L_3) \in R, i.e., L1L2L_1 \perp L_2 and L2L3L_2 \perp L_3.
If L1L2L_1 \perp L_2 and L2L3L_2 \perp L_3, then L1L3L_1 \parallel L_3 (both perpendicular to L2L_2), so L1L_1 is not perpendicular to L3L_3, meaning (L1,L3)R(L_1, L_3) \notin R. ✗ Hence R is not transitive.

Conclusion: R is symmetric only; it is neither reflexive nor transitive.
2Show that the relation R in the set ℝ of real numbers, defined as R = {(a, b) : a < b²} is neither reflexive nor symmetric nor transitive.Show solution
Given: R = \{(a, b) : a &lt; b^2\} on R\mathbb{R}.

Not Reflexive: We need (a,a)R(a, a) \in R for all aRa \in \mathbb{R}, i.e., a &lt; a^2 for all aa.
Counter-example: Take a=12a = \dfrac{1}{2}. Then a2=14a^2 = \dfrac{1}{4} and a = \dfrac{1}{2} &gt; \dfrac{1}{4} = a^2.
So (12,12)R\left(\dfrac{1}{2}, \dfrac{1}{2}\right) \notin R. Hence R is not reflexive.

Not Symmetric: We need (a,b)R(b,a)R(a,b) \in R \Rightarrow (b,a) \in R, i.e., a &lt; b^2 \Rightarrow b &lt; a^2.
Counter-example: Take a=1, b=3a = 1,\ b = 3. Then a &lt; b^2 \Rightarrow 1 &lt; 9 ✓, so (1,3)R(1,3) \in R.
But b &lt; a^2 \Rightarrow 3 &lt; 1 ✗, so (3,1)R(3,1) \notin R. Hence R is not symmetric.

Not Transitive: We need (a,b)R(a,b) \in R and (b,c)R(a,c)R(b,c) \in R \Rightarrow (a,c) \in R.
Counter-example: Take a=2, b=2, c=12a = 2,\ b = -2,\ c = \dfrac{1}{2}.
- (a,b)(a,b): 2 &lt; (-2)^2 = 4 ✓, so (2,2)R(2,-2) \in R.
- (b,c)(b,c): -2 &lt; \left(\dfrac{1}{2}\right)^2 = \dfrac{1}{4} ✓, so (2,12)R\left(-2, \dfrac{1}{2}\right) \in R.
- (a,c)(a,c): 2 &lt; \left(\dfrac{1}{2}\right)^2 = \dfrac{1}{4}? No, 2 &gt; \dfrac{1}{4}. ✗, so (2,12)R\left(2, \dfrac{1}{2}\right) \notin R.

Hence R is not transitive.

Conclusion: R is neither reflexive, nor symmetric, nor transitive. \blacksquare
3Show that the relation R in the set ℤ of integers given by R = {(a, b) : 2 divides a − b} is an equivalence relation.Show solution
Given: R={(a,b):2(ab)}R = \{(a, b) : 2 \mid (a - b)\} on Z\mathbb{Z}.

To show R is an equivalence relation, we verify reflexivity, symmetry, and transitivity.

1. Reflexive: For any aZa \in \mathbb{Z},
aa=0=2×0a - a = 0 = 2 \times 0
So 2(aa)2 \mid (a - a), hence (a,a)R(a, a) \in R for all aZa \in \mathbb{Z}. ✓ R is reflexive.

2. Symmetric: Let (a,b)R(a, b) \in R, so 2(ab)2 \mid (a - b), i.e., ab=2ka - b = 2k for some integer kk.
Then ba=2k=2(k)b - a = -2k = 2(-k), and kZ-k \in \mathbb{Z}, so 2(ba)2 \mid (b - a), giving (b,a)R(b, a) \in R. ✓ R is symmetric.

3. Transitive: Let (a,b)R(a, b) \in R and (b,c)R(b, c) \in R.
Then ab=2ka - b = 2k and bc=2mb - c = 2m for integers k,mk, m.
ac=(ab)+(bc)=2k+2m=2(k+m)a - c = (a - b) + (b - c) = 2k + 2m = 2(k + m)
Since k+mZk + m \in \mathbb{Z}, we have 2(ac)2 \mid (a - c), so (a,c)R(a, c) \in R. ✓ R is transitive.

Conclusion: Since R is reflexive, symmetric, and transitive, R is an equivalence relation on Z\mathbb{Z}. \blacksquare
4(i)If X = {1, 2, 3, 4}, give an example of a relation on X which is reflexive and symmetric but not transitive.Show solution
Given: X={1,2,3,4}X = \{1, 2, 3, 4\}.

Define:
R={(1,1),(2,2),(3,3),(4,4),(1,2),(2,1),(2,3),(3,2)}R = \{(1,1),(2,2),(3,3),(4,4),(1,2),(2,1),(2,3),(3,2)\}

Reflexive: (1,1),(2,2),(3,3),(4,4)R(1,1),(2,2),(3,3),(4,4) \in R. ✓

Symmetric: (1,2)R(2,1)R(1,2) \in R \Rightarrow (2,1) \in R; (2,3)R(3,2)R(2,3) \in R \Rightarrow (3,2) \in R. ✓

Not Transitive: (1,2)R(1,2) \in R and (2,3)R(2,3) \in R, but (1,3)R(1,3) \notin R. ✗

Conclusion: R is reflexive and symmetric but not transitive.
4(ii)If X = {1, 2, 3, 4}, give an example of a relation on X which is symmetric and transitive but not reflexive.Show solution
Given: X={1,2,3,4}X = \{1, 2, 3, 4\}.

Define:
R={(1,2),(2,1),(1,1),(2,2)}R = \{(1,2),(2,1),(1,1),(2,2)\}

Reflexive: (3,3)R(3,3) \notin R and (4,4)R(4,4) \notin R. ✗ Not reflexive.

Symmetric: (1,2)R(2,1)R(1,2) \in R \Rightarrow (2,1) \in R. ✓

Transitive: Check all pairs:
- (1,2)R(1,2) \in R and (2,1)R(1,1)R(2,1) \in R \Rightarrow (1,1) \in R
- (2,1)R(2,1) \in R and (1,2)R(2,2)R(1,2) \in R \Rightarrow (2,2) \in R
- (1,2)R(1,2) \in R and (2,2)R(1,2)R(2,2) \in R \Rightarrow (1,2) \in R
All cases satisfied. ✓

Conclusion: R is symmetric and transitive but not reflexive.
4(iii)If X = {1, 2, 3, 4}, give an example of a relation on X which is neither reflexive, nor symmetric but transitive.Show solution
Given: X={1,2,3,4}X = \{1, 2, 3, 4\}.

Define:
R={(1,2),(2,3),(1,3)}R = \{(1,2),(2,3),(1,3)\}

Reflexive: (1,1)R(1,1) \notin R. ✗ Not reflexive.

Symmetric: (1,2)R(1,2) \in R but (2,1)R(2,1) \notin R. ✗ Not symmetric.

Transitive: Check:
- (1,2)R(1,2) \in R and (2,3)R(1,3)R(2,3) \in R \Rightarrow (1,3) \in R
- No other composable pairs exist in R.

Conclusion: R is transitive but neither reflexive nor symmetric.
5If R₁ and R₂ are equivalence relations in set A, show that R₁ ∩ R₂ is also an equivalence relation.Show solution
Given: R1R_1 and R2R_2 are equivalence relations on set AA. We need to show R1R2R_1 \cap R_2 is also an equivalence relation.

1. Reflexive: Since R1R_1 and R2R_2 are both reflexive, for every aAa \in A:
(a,a)R1and(a,a)R2(a, a) \in R_1 \quad \text{and} \quad (a, a) \in R_2
(a,a)R1R2\Rightarrow (a, a) \in R_1 \cap R_2
So R1R2R_1 \cap R_2 is reflexive. ✓

2. Symmetric: Let (a,b)R1R2(a, b) \in R_1 \cap R_2.
Then (a,b)R1(a, b) \in R_1 and (a,b)R2(a, b) \in R_2.
Since R1R_1 is symmetric: (b,a)R1(b, a) \in R_1.
Since R2R_2 is symmetric: (b,a)R2(b, a) \in R_2.
(b,a)R1R2\Rightarrow (b, a) \in R_1 \cap R_2
So R1R2R_1 \cap R_2 is symmetric. ✓

3. Transitive: Let (a,b)R1R2(a, b) \in R_1 \cap R_2 and (b,c)R1R2(b, c) \in R_1 \cap R_2.
Then (a,b),(b,c)R1(a,b),(b,c) \in R_1 and (a,b),(b,c)R2(a,b),(b,c) \in R_2.
Since R1R_1 is transitive: (a,c)R1(a, c) \in R_1.
Since R2R_2 is transitive: (a,c)R2(a, c) \in R_2.
(a,c)R1R2\Rightarrow (a, c) \in R_1 \cap R_2
So R1R2R_1 \cap R_2 is transitive. ✓

Conclusion: Since R1R2R_1 \cap R_2 is reflexive, symmetric, and transitive, it is an equivalence relation on AA. \blacksquare

Stuck on a step?

Ask Super Tutor AI to explain any solution on this page in a simpler way — free, 24x7.

Ask a Doubt Free

Frequently Asked Questions

What are the important topics in Relations for CBSE Class 11 Applied Mathematics?
Relations covers several key topics that are frequently asked in CBSE Class 11 board exams. Focus on the core concepts listed on this page and practise related questions to build confidence.
How to score full marks in Relations — CBSE Class 11 Applied Mathematics?
Understand the core concepts first, then work through the 45 practice questions available for this chapter. Revise formulas and definitions regularly, and use flashcards for quick recall before the exam.
Where can I get free NCERT Solutions for Relations Class 11 Applied Mathematics?
This page has free step-by-step NCERT Solutions for every exercise question in Relations (CBSE Class 11 Applied Mathematics) — written the way examiners award marks: given, formula, working, answer.

Sources & Official References

Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.

For serious students

Get the full Relations chapter — for free.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for CBSE Class 11 Applied Mathematics.