SlideShare a Scribd company logo
Relations & Functions-1
Lecture - 5

1
Lecture-5

Ordered Pair:
A pair of objects written in a particular order is called an
Ordered Pair.
An ordered pair is written by listing its two members in a
particular order, separated by a comma and enclosing the pair
in parentheses, like (a, b).
In the ordered pair (a, b), a is called the first component or
the first element/member/coordinate and b is called the
second component or the second element/member/
coordinate.
Also

(1, 3) = (1, 3)

But

(1, 3) ≠ (3, 1) and (1, 3) ≠ (1, 2)

Class - XI Relations & Functions

(equal ordered pairs)

2
Lecture-5

Cartesian Product:
The Cartesian product of two sets A and B is the set of all
those ordered pairs whose first co-ordinate is an element of A
and the second co-ordinate is an element of B.
This set is denoted by A × B and is read as ‘A cross B’ or
‘product set of A and B’.

Cartesian Product – Few Points:


A×B≠

A≠



A × B may or may not be equal to B × A.



A × A is also denoted by A2.

Class - XI Relations & Functions

and B ≠ ,

3
Lecture-5

Ex.1.

Let A = (1, 2), B = {4, 5}, C = {6, 8}, find A × B × C.

Sol:

A × B × C = A × (B × C)

= {1, 2} × [{4, 5} × {6, 8}]
= {1, 2} × {(4, 6), (4, 8), (5, 6), (5, 8)}
= {(1, 4, 6), (1, 4, 8), (1, 5, 6), (1, 5, 8), (2, 4, 6),
(2, 4,8), (2, 5, 6), (2, 5, 8)}

Class - XI Relations & Functions

4
Lecture-5

Number of Elements in the Cartesian Products
If A and B are two finite sets, then n(A × B) = n (A) × n(B)

Representing the Cartesian Product of two sets by
arrow Diagrams
Let A = {1, 2, 3}, B = {a, b}
Cartesian product of A and B, i.e., A × B can be represented
by arrow diagram as shown in the given figure.
A

B

1

a

2
3

Class - XI Relations & Functions

b

5
Lecture-5

Ex.2.

Let A = {1, 2} and B = {3, 4, 5}. Find
(i)

(ii)

B×A

(iii)
Sol:

A×B
B×B

(iv)

A×A×A

(i)

A × B = {1, 2} × {3, 4, 5}

= {(1, 3), (1, 4), (1, 5), (2, 3), (2, 4), (2, 5)}.
(ii)

B × A = {3, 4, 5} × {1, 2}
= {(3, 1), (3, 2), (4, 1), (4, 2), (5, 1), (5, 2)}.

(iii)

B × B = {3, 4, 5} × {3, 4, 5}
= {(3, 3), (3, 4), (3, 5), (4, 3), (4, 4), (4, 5),
(5, 3), (5, 4), (5, 5))}.

Class - XI Relations & Functions

6
Lecture-5

(iv)

A × A × A = {1, 2} × {1, 2} × {1, 2}
= {(1, 1, 1), (1, 1, 2), (1, 2, 1), (1, 2, 2),
(2, 1, 1), (2, 1, 2), (2, 2, 1), (2, 2, 2)}.

Ex.3.

Express R = {(x, y) : y + 2x = 5, x, y
set of ordered pairs i.e. roster form.

Sol:

Given, y + 2x = 5

W} as the

y = 5 – 2x

…(i)

x, y W, i.e., x and y are whole numbers
(no negative integers)

from (1),

x=0

y=5

x=1

y=3

x=2

y=1

R = {(0, 5), (1, 3), (2, 1)}.
Class - XI Relations & Functions

7
Lecture-5

Ex.4:

If A = {1, 2, 3}, B = {3, 4}, C = {4, 5}. Then verify if A
× (B C) = (A × B) (A × C).

Sol:

A × (B

C) = {2, 4, 5}

A × (B

C) = {1, 2, 3} × {3, 4, 5}
= {(1, 3), (1, 4), (1, 5), (2, 3), (2, 4),
(2, 5), (3, 3), (3, 4), (3, 5),

A × B = {1, 2, 3} × {3, 4}
= {(1, 3), (1, 4), (2, 3), (2, 4),(3, 3),(3, 4)
A × C = {1, 2, 3} × {4, 5}
= {(1, 4), (1, 5), (2, 4), (2, 5),(3, 4),(3, 5)
Class - XI Relations & Functions

8
Lecture-5

A × B)

(A × C) = {(1, 3),(1, 4), (2, 3), (2, 4), (3, 3)}
(3, 4), (1, 5), (2, 5), (3, 5)}

Thus , A × (B

C) = (A × B)

(A × C).

Questions for Discussion.
1.

If G = {7, 8} and H = {5, 4, 2}, find G × H and H × G
and the number of elements in both of these.

2.

If A × B = {(a, x), (a, y), (b, x), (b, y)}, find A and B.

3.

Let A = {1, 2} and B = {3, 4}. Write A x B. How
many subsets will A x B have ? List them.

4.

If A = {–1, 1}, find A × A × A.

Class - XI Relations & Functions

9
Lecture-5

Definition: A relation R, from a non-empty set A to another
non-empty set B, is a subset of A × B.
In other words any subset of A × B is a relation
from A to B.
Thus, R is a relation from A to B
R

R

{(a, b): a

A × B.

A, b

B}.

Domain and Range of a relation :
Let R be a relation from A to B. the domain of relation R
is the set of all those elements a A such that (a, b)
R for some b B.
Dom(R) = {a

A: (a, b)

Range of R = {b

R for some b

B : (a, b)

Class - XI Relations & Functions

B}.

R for some a

A}.
10
Lecture-5

Co-domain of a relation:
If R be a relation from A to B. Then B is called the
co-domain of relation R.

Inverse Relation
Let R
A × B be a relation from A to B. Then, the
Inverse relation of R, to be denoted by R–1, is a relation
from B to A defined by :
R–1 = {(b, a) : (a, b) R}.

Ex.5.

Let A = {a, b, c} and B = {1, 2}
Let R = {(a, 1), (c, 1)}, find R–1.

Sol:

Given, R = {(a, 1), (c, 1)}
R–1 = {(1, a), (1, c)}.

Class - XI Relations & Functions

11
Lecture-5

Ex.6:

Let A = {1, 2, 3, 4} and B = {x, y, z}. Let R be a
relation from A into B defined by
R = {(1, x), (1, z), (3, x), (4, y)}
Find the domain and range of R.

Sol:

Given R = {(1, x), (1, 3), (3, x), (4, y)}.

Domain of R = set of first components of all elements of R
= {1, 3, 4}.
Range of R = set of second components of all elements of R
= {x, y, z} = B.
Class - XI Relations & Functions

12
Lecture-5

Ex.7.

Let A = {1, 2, 3, 4, 6}. Let R be a relation on A
defined by R = {a, b) : a A, b A, a divides b}
Find (i) R (ii) domain of R (iii) Range of R.

Sol:

Given A = {(1, 2, 3, 4, 6)
R = {(a, b) : a

A, b

A and a divides b }

R = {(1, 1), (1, 2), (1, 3), (1, 4), (1, 6), (2, 2),
(2, 4), (2, 6), (3, 3), (3, 6), (4, 4), (6, 6)}
Domain of R = {1, 2, 3, 4, 6} = A
Range of R = {1, 2, 3, 4, 6} = A
Class - XI Relations & Functions

13
Lecture-5

Ex.8.

Determine the domain and range of the relation R
defined by
R = { (x + 1, x + 5) : x

Sol:

x

{0, 1, 2, 3, 5} }.

{0, 1, 2, 4, 5}.

x=0

x + 1 = 0 + 1 = 1 and x + 5 = 0 + 5 = 5

x=1

x + 1 = 1 + 1 = 2 and x + 5 = 1 + 5 = 6

x=2

x + 1 = 2 + 1 = 3 and x + 5 = 2 + 5 = 7

x=3

x + 1 = 3 + 1 = 4 and x + 5 = 3 + 5 = 8

x=4

x + 1 = 4 + 1 = 5 and x + 5 = 4 + 5 = 9

x=5

x + 1 = 5 + 1 = 6 and x + 5 = 5 + 5 = 10

Class - XI Relations & Functions

14
Lecture-5

Hence,

R = {(1, 5), (2, 6), (3, 7), (4, 8), (5, 9), (6, 10)}.

Domain of R = {a : (a, b) R} = set of first components
of all ordered pairs belonging to R.
= {(1, 2, 3, 4, 5, 6)}.
Range of R = {b : (a, b)

R}

= Set of second components of all ordered pairs
belonging to R
= {5, 6, 7, 8, 9, 10}.

Class - XI Relations & Functions

15
Thank You

More Related Content

PDF
Discrete Mathematics with Applications 4th Edition Susanna Solutions Manual
PPTX
Relations & functions.pps
PPTX
Relation and function_xii
PPSX
PPTX
CMSC 56 | Lecture 9: Functions Representations
PPT
Functions And Relations
PPTX
Relations and function class xii copy
PPTX
CMSC 56 | Lecture 12: Recursive Definition & Algorithms, and Program Correctness
Discrete Mathematics with Applications 4th Edition Susanna Solutions Manual
Relations & functions.pps
Relation and function_xii
CMSC 56 | Lecture 9: Functions Representations
Functions And Relations
Relations and function class xii copy
CMSC 56 | Lecture 12: Recursive Definition & Algorithms, and Program Correctness

What's hot (20)

DOCX
PDF
Chapter 1 Functions Relations V3
PDF
Relations and functions assignment (2019 20)
PPTX
relasi dan fungsi kelompok 4 smpn 3 cikarang timur kelas 83
PDF
Discrete Mathematics and Its Applications 7th Edition Rose Solutions Manual
PPSX
Introduction to Function, Domain and Range - Mohd Noor
PDF
Chepter 1 function 2013
PPTX
2.2 Set Operations
PDF
Set theory - worksheet
PDF
2 homework
PPTX
W1-BASIC IDEAS OF SETS.pptx
PPTX
Presentation on calculus
PPTX
Set operations
DOCX
Assessments for class xi
PPT
Set Operations
PPSX
Domain and range of a RELATION
DOCX
Chapter 1
DOCX
Chapter 1 review topic in algebra 1
PPT
Set Difference
PPTX
Relations and Functions
Chapter 1 Functions Relations V3
Relations and functions assignment (2019 20)
relasi dan fungsi kelompok 4 smpn 3 cikarang timur kelas 83
Discrete Mathematics and Its Applications 7th Edition Rose Solutions Manual
Introduction to Function, Domain and Range - Mohd Noor
Chepter 1 function 2013
2.2 Set Operations
Set theory - worksheet
2 homework
W1-BASIC IDEAS OF SETS.pptx
Presentation on calculus
Set operations
Assessments for class xi
Set Operations
Domain and range of a RELATION
Chapter 1
Chapter 1 review topic in algebra 1
Set Difference
Relations and Functions
Ad

Viewers also liked (19)

PPSX
MB1105 QR
PPTX
Differentiation in the Middle School Math Classroom
PPT
Conic Sections
PPTX
Math test grade ix
PPTX
vedic mathematics based MAC unit
PPTX
Mensuration and its applications
PPT
Lesson 8 conic sections - parabola
PDF
Conic section
PPTX
Conic section ppt
PPTX
CONIC SECTIONS AND ITS APPLICATIONS
PPTX
Vedic maths
PPTX
Mensuration for class 9 cbse
PPT
Statistics for Class XI (CBSE)
PPT
Vedic maths .PPT
PPTX
Circles IX
PPTX
Maths ppt on some applications of trignometry
PPT
Vedic Mathematics ppt
PPTX
maths quiz for class ix and x
MB1105 QR
Differentiation in the Middle School Math Classroom
Conic Sections
Math test grade ix
vedic mathematics based MAC unit
Mensuration and its applications
Lesson 8 conic sections - parabola
Conic section
Conic section ppt
CONIC SECTIONS AND ITS APPLICATIONS
Vedic maths
Mensuration for class 9 cbse
Statistics for Class XI (CBSE)
Vedic maths .PPT
Circles IX
Maths ppt on some applications of trignometry
Vedic Mathematics ppt
maths quiz for class ix and x
Ad

Similar to 05 tat math class xi_r&f-1_for website (20)

PPTX
relations and functions chapter 2 class 11 maths.pptx
PDF
duj28udehj82uh3duujd83uijdj3Relations lecture-1 (11th JEE
PDF
CBSE - Grade 11 - Mathematics - Ch 2 - Relations And Functions - Notes (PDF F...
PDF
Class XI CH 2 (relations and functions)
PPTX
Discrete mathamatic by adeel
DOC
Final relation1 m_tech(cse)
DOC
Final relation1 m_tech(cse)
DOC
Final relation1 m_tech(cse)
PPTX
Relation and function pdf
PPTX
Language-of-Relation-and-Function.pptx sj
PDF
Class 12 Relations and Functions Harsh Sir.pdf
DOCX
Function and Its Types.
PPT
AXSARFERHBYUJKIOPOOIU7URTGERFEWRFDSFVDGREYGTH
PDF
Basic concepts of relations and functions. Onto functions and one to one func...
PPTX
Relations & Functions.pptx
PDF
Relation function
PDF
Relation function
PPTX
Modular Outline for HUMMS in Senior High School
PDF
Module on Relations in a function
PDF
JEE+Crash+course+_+Phase+I+_+Session+1+_+Sets+and++Relations+&+Functions+_+7t...
relations and functions chapter 2 class 11 maths.pptx
duj28udehj82uh3duujd83uijdj3Relations lecture-1 (11th JEE
CBSE - Grade 11 - Mathematics - Ch 2 - Relations And Functions - Notes (PDF F...
Class XI CH 2 (relations and functions)
Discrete mathamatic by adeel
Final relation1 m_tech(cse)
Final relation1 m_tech(cse)
Final relation1 m_tech(cse)
Relation and function pdf
Language-of-Relation-and-Function.pptx sj
Class 12 Relations and Functions Harsh Sir.pdf
Function and Its Types.
AXSARFERHBYUJKIOPOOIU7URTGERFEWRFDSFVDGREYGTH
Basic concepts of relations and functions. Onto functions and one to one func...
Relations & Functions.pptx
Relation function
Relation function
Modular Outline for HUMMS in Senior High School
Module on Relations in a function
JEE+Crash+course+_+Phase+I+_+Session+1+_+Sets+and++Relations+&+Functions+_+7t...

Recently uploaded (20)

PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Zenith AI: Advanced Artificial Intelligence
PPTX
A Presentation on Artificial Intelligence
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PPTX
cloud_computing_Infrastucture_as_cloud_p
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
Mushroom cultivation and it's methods.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PDF
Hindi spoken digit analysis for native and non-native speakers
PDF
A comparative study of natural language inference in Swahili using monolingua...
PPTX
Tartificialntelligence_presentation.pptx
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
A novel scalable deep ensemble learning framework for big data classification...
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
August Patch Tuesday
Encapsulation_ Review paper, used for researhc scholars
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Zenith AI: Advanced Artificial Intelligence
A Presentation on Artificial Intelligence
Group 1 Presentation -Planning and Decision Making .pptx
cloud_computing_Infrastucture_as_cloud_p
SOPHOS-XG Firewall Administrator PPT.pptx
Mushroom cultivation and it's methods.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
Hindi spoken digit analysis for native and non-native speakers
A comparative study of natural language inference in Swahili using monolingua...
Tartificialntelligence_presentation.pptx
Digital-Transformation-Roadmap-for-Companies.pptx
Building Integrated photovoltaic BIPV_UPV.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
A novel scalable deep ensemble learning framework for big data classification...
Programs and apps: productivity, graphics, security and other tools
August Patch Tuesday

05 tat math class xi_r&f-1_for website

  • 2. Lecture-5 Ordered Pair: A pair of objects written in a particular order is called an Ordered Pair. An ordered pair is written by listing its two members in a particular order, separated by a comma and enclosing the pair in parentheses, like (a, b). In the ordered pair (a, b), a is called the first component or the first element/member/coordinate and b is called the second component or the second element/member/ coordinate. Also (1, 3) = (1, 3) But (1, 3) ≠ (3, 1) and (1, 3) ≠ (1, 2) Class - XI Relations & Functions (equal ordered pairs) 2
  • 3. Lecture-5 Cartesian Product: The Cartesian product of two sets A and B is the set of all those ordered pairs whose first co-ordinate is an element of A and the second co-ordinate is an element of B. This set is denoted by A × B and is read as ‘A cross B’ or ‘product set of A and B’. Cartesian Product – Few Points:  A×B≠ A≠  A × B may or may not be equal to B × A.  A × A is also denoted by A2. Class - XI Relations & Functions and B ≠ , 3
  • 4. Lecture-5 Ex.1. Let A = (1, 2), B = {4, 5}, C = {6, 8}, find A × B × C. Sol: A × B × C = A × (B × C) = {1, 2} × [{4, 5} × {6, 8}] = {1, 2} × {(4, 6), (4, 8), (5, 6), (5, 8)} = {(1, 4, 6), (1, 4, 8), (1, 5, 6), (1, 5, 8), (2, 4, 6), (2, 4,8), (2, 5, 6), (2, 5, 8)} Class - XI Relations & Functions 4
  • 5. Lecture-5 Number of Elements in the Cartesian Products If A and B are two finite sets, then n(A × B) = n (A) × n(B) Representing the Cartesian Product of two sets by arrow Diagrams Let A = {1, 2, 3}, B = {a, b} Cartesian product of A and B, i.e., A × B can be represented by arrow diagram as shown in the given figure. A B 1 a 2 3 Class - XI Relations & Functions b 5
  • 6. Lecture-5 Ex.2. Let A = {1, 2} and B = {3, 4, 5}. Find (i) (ii) B×A (iii) Sol: A×B B×B (iv) A×A×A (i) A × B = {1, 2} × {3, 4, 5} = {(1, 3), (1, 4), (1, 5), (2, 3), (2, 4), (2, 5)}. (ii) B × A = {3, 4, 5} × {1, 2} = {(3, 1), (3, 2), (4, 1), (4, 2), (5, 1), (5, 2)}. (iii) B × B = {3, 4, 5} × {3, 4, 5} = {(3, 3), (3, 4), (3, 5), (4, 3), (4, 4), (4, 5), (5, 3), (5, 4), (5, 5))}. Class - XI Relations & Functions 6
  • 7. Lecture-5 (iv) A × A × A = {1, 2} × {1, 2} × {1, 2} = {(1, 1, 1), (1, 1, 2), (1, 2, 1), (1, 2, 2), (2, 1, 1), (2, 1, 2), (2, 2, 1), (2, 2, 2)}. Ex.3. Express R = {(x, y) : y + 2x = 5, x, y set of ordered pairs i.e. roster form. Sol: Given, y + 2x = 5 W} as the y = 5 – 2x …(i) x, y W, i.e., x and y are whole numbers (no negative integers) from (1), x=0 y=5 x=1 y=3 x=2 y=1 R = {(0, 5), (1, 3), (2, 1)}. Class - XI Relations & Functions 7
  • 8. Lecture-5 Ex.4: If A = {1, 2, 3}, B = {3, 4}, C = {4, 5}. Then verify if A × (B C) = (A × B) (A × C). Sol: A × (B C) = {2, 4, 5} A × (B C) = {1, 2, 3} × {3, 4, 5} = {(1, 3), (1, 4), (1, 5), (2, 3), (2, 4), (2, 5), (3, 3), (3, 4), (3, 5), A × B = {1, 2, 3} × {3, 4} = {(1, 3), (1, 4), (2, 3), (2, 4),(3, 3),(3, 4) A × C = {1, 2, 3} × {4, 5} = {(1, 4), (1, 5), (2, 4), (2, 5),(3, 4),(3, 5) Class - XI Relations & Functions 8
  • 9. Lecture-5 A × B) (A × C) = {(1, 3),(1, 4), (2, 3), (2, 4), (3, 3)} (3, 4), (1, 5), (2, 5), (3, 5)} Thus , A × (B C) = (A × B) (A × C). Questions for Discussion. 1. If G = {7, 8} and H = {5, 4, 2}, find G × H and H × G and the number of elements in both of these. 2. If A × B = {(a, x), (a, y), (b, x), (b, y)}, find A and B. 3. Let A = {1, 2} and B = {3, 4}. Write A x B. How many subsets will A x B have ? List them. 4. If A = {–1, 1}, find A × A × A. Class - XI Relations & Functions 9
  • 10. Lecture-5 Definition: A relation R, from a non-empty set A to another non-empty set B, is a subset of A × B. In other words any subset of A × B is a relation from A to B. Thus, R is a relation from A to B R R {(a, b): a A × B. A, b B}. Domain and Range of a relation : Let R be a relation from A to B. the domain of relation R is the set of all those elements a A such that (a, b) R for some b B. Dom(R) = {a A: (a, b) Range of R = {b R for some b B : (a, b) Class - XI Relations & Functions B}. R for some a A}. 10
  • 11. Lecture-5 Co-domain of a relation: If R be a relation from A to B. Then B is called the co-domain of relation R. Inverse Relation Let R A × B be a relation from A to B. Then, the Inverse relation of R, to be denoted by R–1, is a relation from B to A defined by : R–1 = {(b, a) : (a, b) R}. Ex.5. Let A = {a, b, c} and B = {1, 2} Let R = {(a, 1), (c, 1)}, find R–1. Sol: Given, R = {(a, 1), (c, 1)} R–1 = {(1, a), (1, c)}. Class - XI Relations & Functions 11
  • 12. Lecture-5 Ex.6: Let A = {1, 2, 3, 4} and B = {x, y, z}. Let R be a relation from A into B defined by R = {(1, x), (1, z), (3, x), (4, y)} Find the domain and range of R. Sol: Given R = {(1, x), (1, 3), (3, x), (4, y)}. Domain of R = set of first components of all elements of R = {1, 3, 4}. Range of R = set of second components of all elements of R = {x, y, z} = B. Class - XI Relations & Functions 12
  • 13. Lecture-5 Ex.7. Let A = {1, 2, 3, 4, 6}. Let R be a relation on A defined by R = {a, b) : a A, b A, a divides b} Find (i) R (ii) domain of R (iii) Range of R. Sol: Given A = {(1, 2, 3, 4, 6) R = {(a, b) : a A, b A and a divides b } R = {(1, 1), (1, 2), (1, 3), (1, 4), (1, 6), (2, 2), (2, 4), (2, 6), (3, 3), (3, 6), (4, 4), (6, 6)} Domain of R = {1, 2, 3, 4, 6} = A Range of R = {1, 2, 3, 4, 6} = A Class - XI Relations & Functions 13
  • 14. Lecture-5 Ex.8. Determine the domain and range of the relation R defined by R = { (x + 1, x + 5) : x Sol: x {0, 1, 2, 3, 5} }. {0, 1, 2, 4, 5}. x=0 x + 1 = 0 + 1 = 1 and x + 5 = 0 + 5 = 5 x=1 x + 1 = 1 + 1 = 2 and x + 5 = 1 + 5 = 6 x=2 x + 1 = 2 + 1 = 3 and x + 5 = 2 + 5 = 7 x=3 x + 1 = 3 + 1 = 4 and x + 5 = 3 + 5 = 8 x=4 x + 1 = 4 + 1 = 5 and x + 5 = 4 + 5 = 9 x=5 x + 1 = 5 + 1 = 6 and x + 5 = 5 + 5 = 10 Class - XI Relations & Functions 14
  • 15. Lecture-5 Hence, R = {(1, 5), (2, 6), (3, 7), (4, 8), (5, 9), (6, 10)}. Domain of R = {a : (a, b) R} = set of first components of all ordered pairs belonging to R. = {(1, 2, 3, 4, 5, 6)}. Range of R = {b : (a, b) R} = Set of second components of all ordered pairs belonging to R = {5, 6, 7, 8, 9, 10}. Class - XI Relations & Functions 15