← Back to all lessons
Class 12Algebra16:39Published 6 Mar 2024

Equivalence Relations, Domain and Range

Worked CBSE board questions on proving a relation is an equivalence relation and finding the domain and range of real functions.

This lesson works through three important Class 12 questions. First it proves that the relation of having a difference divisible by 4 on the set of whole numbers up to 12 is reflexive, symmetric and transitive, then lists every element related to 1. It then finds the domain of a square root function and the range of a function built from cosine, using inequalities at each step.

What you'll learn

  • How to check that a relation is reflexive, symmetric and transitive, and so an equivalence relation
  • How to list all the elements related to a given element under a divisibility relation
  • How to find the domain of a square root function by keeping the inside non-negative
  • How to find the range of a function from the bounds on cosine using inequalities

Lesson chapters

0:00What makes a relation an equivalence relation
1:51The divisibility-by-4 question
4:14Proving reflexive, symmetric and transitive
7:57Elements related to 1
10:52Domain of the square root function
13:05Range of one over two minus cosine

Lesson notes

This lesson covers three standard Class 12 questions: proving a relation is an equivalence relation, finding the domain of a square root function, and finding the range of a function built from cosx\cos x.

When is a relation an equivalence relation?

A relation RR on a set is an equivalence relation when it satisfies all three of the following.

  • Reflexive: (a,a)R(a,a) \in R for every aa.
  • Symmetric: if (a,b)R(a,b) \in R then (b,a)R(b,a) \in R.
  • Transitive: if (a,b)R(a,b) \in R and (b,c)R(b,c) \in R then (a,c)R(a,c) \in R.

The divisibility-by-4 relation

Let

A={xZ:0x12}={0,1,2,,12}A = \{\, x \in \mathbb{Z} : 0 \le x \le 12 \,\} = \{0,1,2,\dots,12\}

and define

R={(a,b):ab is divisible by 4}.R = \{\,(a,b) : |a-b| \text{ is divisible by } 4\,\}.

We show RR is an equivalence relation.

Reflexive

For any aAa \in A,

aa=0,|a-a| = 0,

and 00 is divisible by 44, so (a,a)R(a,a) \in R. Hence RR is reflexive.

Symmetric

Suppose (a,b)R(a,b) \in R, so ab|a-b| is divisible by 44. Since

ba=ab,|b-a| = |a-b|,

ba|b-a| is also divisible by 44, so (b,a)R(b,a) \in R. Hence RR is symmetric.

Transitive

Suppose (a,b)R(a,b) \in R and (b,c)R(b,c) \in R, so both ab|a-b| and bc|b-c| are divisible by 44. Then their sum is divisible by 44, and

ac=(ab)+(bc)ab+bc,|a-c| = |(a-b) + (b-c)| \le |a-b| + |b-c|,

with ac=(ab)+(bc)a-c = (a-b) + (b-c) a sum of two multiples of 44, so ac|a-c| is divisible by 44. Hence (a,c)R(a,c) \in R and RR is transitive.

Since RR is reflexive, symmetric and transitive, RR is an equivalence relation.

Elements related to 1

We want every xAx \in A with (x,1)R(x,1) \in R, that is x1|x-1| divisible by 44. The multiples of 44 available are

x1{0,4,8,12}.|x-1| \in \{0,4,8,12\}.

Solving each:

x1=0x=1,x1=4x=5,x-1 = 0 \Rightarrow x = 1, \quad x-1 = 4 \Rightarrow x = 5, x1=8x=9,x1=12x=13.x-1 = 8 \Rightarrow x = 9, \quad x-1 = 12 \Rightarrow x = 13.

Since 13A13 \notin A, the set of all elements related to 11 is

{1,5,9}.\{1, 5, 9\}.

Domain of f(x)=25x2f(x) = \sqrt{25 - x^2}

The expression under the square root must be non-negative:

25x20    x225    5x5.25 - x^2 \ge 0 \;\Rightarrow\; x^2 \le 25 \;\Rightarrow\; -5 \le x \le 5.

So the domain is

D=[5,5].D = [-5, 5].

Range of f(x)=12cosxf(x) = \dfrac{1}{2 - \cos x}

Start from the bounds on cosine:

1cosx1.-1 \le \cos x \le 1.

Multiply through by 1-1 and reverse the inequalities:

1cosx1.-1 \le -\cos x \le 1.

Add 22 to each part:

12cosx3.1 \le 2 - \cos x \le 3.

Take reciprocals, which again reverses the inequalities:

1312cosx1.\tfrac{1}{3} \le \frac{1}{2 - \cos x} \le 1.

So

13f(x)1,\tfrac{1}{3} \le f(x) \le 1,

and the range is

[13,1].\left[\tfrac{1}{3}, 1\right].

Key takeaways

  • A relation is an equivalence relation exactly when it is reflexive, symmetric and transitive.
  • Under the divisibility-by-4 relation on {0,,12}\{0,\dots,12\}, the elements related to 11 are {1,5,9}\{1,5,9\}.
  • For a square root function, the domain comes from keeping the inside non-negative: here [5,5][-5,5].
  • The range of 12cosx\dfrac{1}{2-\cos x} is [13,1]\left[\tfrac{1}{3}, 1\right], found by chaining inequalities from 1cosx1-1 \le \cos x \le 1.