SlideShare a Scribd company logo
1 of 16
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

What's hot

Chapter 1 Functions Relations V3
Chapter 1 Functions Relations V3Chapter 1 Functions Relations V3
Chapter 1 Functions Relations V3luxvis
 
Relations and functions assignment (2019 20)
Relations and functions assignment (2019 20)Relations and functions assignment (2019 20)
Relations and functions assignment (2019 20)Swati Seth
 
relasi dan fungsi kelompok 4 smpn 3 cikarang timur kelas 83
relasi dan fungsi kelompok 4 smpn 3 cikarang timur kelas 83relasi dan fungsi kelompok 4 smpn 3 cikarang timur kelas 83
relasi dan fungsi kelompok 4 smpn 3 cikarang timur kelas 83Dewi Dewi
 
Discrete Mathematics and Its Applications 7th Edition Rose Solutions Manual
Discrete Mathematics and Its Applications 7th Edition Rose Solutions ManualDiscrete Mathematics and Its Applications 7th Edition Rose Solutions Manual
Discrete Mathematics and Its Applications 7th Edition Rose Solutions ManualTallulahTallulah
 
Introduction to Function, Domain and Range - Mohd Noor
Introduction to Function, Domain and Range - Mohd Noor Introduction to Function, Domain and Range - Mohd Noor
Introduction to Function, Domain and Range - Mohd Noor Mohd. Noor Abdul Hamid
 
W1-BASIC IDEAS OF SETS.pptx
W1-BASIC IDEAS OF SETS.pptxW1-BASIC IDEAS OF SETS.pptx
W1-BASIC IDEAS OF SETS.pptxRolandoRico1
 
Assessments for class xi
Assessments  for class  xi Assessments  for class  xi
Assessments for class xi indu psthakur
 
Domain and range of a RELATION
Domain and range of a RELATIONDomain and range of a RELATION
Domain and range of a RELATIONJanak Singh saud
 
Chapter 1 review topic in algebra 1
Chapter 1 review topic in algebra 1Chapter 1 review topic in algebra 1
Chapter 1 review topic in algebra 1jennytuazon01630
 

What's hot (20)

Sets
SetsSets
Sets
 
Chapter 1 Functions Relations V3
Chapter 1 Functions Relations V3Chapter 1 Functions Relations V3
Chapter 1 Functions Relations V3
 
Relations and functions assignment (2019 20)
Relations and functions assignment (2019 20)Relations and functions assignment (2019 20)
Relations and functions assignment (2019 20)
 
relasi dan fungsi kelompok 4 smpn 3 cikarang timur kelas 83
relasi dan fungsi kelompok 4 smpn 3 cikarang timur kelas 83relasi dan fungsi kelompok 4 smpn 3 cikarang timur kelas 83
relasi dan fungsi kelompok 4 smpn 3 cikarang timur kelas 83
 
Discrete Mathematics and Its Applications 7th Edition Rose Solutions Manual
Discrete Mathematics and Its Applications 7th Edition Rose Solutions ManualDiscrete Mathematics and Its Applications 7th Edition Rose Solutions Manual
Discrete Mathematics and Its Applications 7th Edition Rose Solutions Manual
 
Introduction to Function, Domain and Range - Mohd Noor
Introduction to Function, Domain and Range - Mohd Noor Introduction to Function, Domain and Range - Mohd Noor
Introduction to Function, Domain and Range - Mohd Noor
 
Chepter 1 function 2013
Chepter 1   function 2013Chepter 1   function 2013
Chepter 1 function 2013
 
2.2 Set Operations
2.2 Set Operations2.2 Set Operations
2.2 Set Operations
 
Set theory - worksheet
Set theory - worksheetSet theory - worksheet
Set theory - worksheet
 
2 homework
2 homework2 homework
2 homework
 
W1-BASIC IDEAS OF SETS.pptx
W1-BASIC IDEAS OF SETS.pptxW1-BASIC IDEAS OF SETS.pptx
W1-BASIC IDEAS OF SETS.pptx
 
Presentation on calculus
Presentation on calculusPresentation on calculus
Presentation on calculus
 
Set operations
Set operationsSet operations
Set operations
 
Assessments for class xi
Assessments  for class  xi Assessments  for class  xi
Assessments for class xi
 
Set Operations
Set OperationsSet Operations
Set Operations
 
Domain and range of a RELATION
Domain and range of a RELATIONDomain and range of a RELATION
Domain and range of a RELATION
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
 
Chapter 1 review topic in algebra 1
Chapter 1 review topic in algebra 1Chapter 1 review topic in algebra 1
Chapter 1 review topic in algebra 1
 
Set Difference
Set DifferenceSet Difference
Set Difference
 
Relations and Functions
Relations and FunctionsRelations and Functions
Relations and Functions
 

Viewers also liked

Differentiation in the Middle School Math Classroom
Differentiation in the Middle School Math ClassroomDifferentiation in the Middle School Math Classroom
Differentiation in the Middle School Math ClassroomMrsRobertsHFL
 
Conic Sections
Conic SectionsConic Sections
Conic Sectionshallb76
 
vedic mathematics based MAC unit
vedic mathematics based MAC unitvedic mathematics based MAC unit
vedic mathematics based MAC unitNavya Shree
 
Mensuration and its applications
Mensuration and its applicationsMensuration and its applications
Mensuration and its applicationsAparup1997
 
Lesson 8 conic sections - parabola
Lesson 8    conic sections - parabolaLesson 8    conic sections - parabola
Lesson 8 conic sections - parabolaJean Leano
 
CONIC SECTIONS AND ITS APPLICATIONS
CONIC SECTIONS AND ITS APPLICATIONSCONIC SECTIONS AND ITS APPLICATIONS
CONIC SECTIONS AND ITS APPLICATIONSJaffer Sheriff
 
Mensuration for class 9 cbse
Mensuration for class 9 cbseMensuration for class 9 cbse
Mensuration for class 9 cbseAyush Vaths
 
Statistics for Class XI (CBSE)
Statistics for Class XI (CBSE)Statistics for Class XI (CBSE)
Statistics for Class XI (CBSE)mini4deb
 
Maths ppt on some applications of trignometry
Maths ppt on some applications of trignometryMaths ppt on some applications of trignometry
Maths ppt on some applications of trignometryHarsh Mahajan
 
maths quiz for class ix and x
maths quiz for class ix and xmaths quiz for class ix and x
maths quiz for class ix and xHar Prasad Patel
 

Viewers also liked (19)

MB1105 QR
MB1105 QRMB1105 QR
MB1105 QR
 
Differentiation in the Middle School Math Classroom
Differentiation in the Middle School Math ClassroomDifferentiation in the Middle School Math Classroom
Differentiation in the Middle School Math Classroom
 
Conic Sections
Conic SectionsConic Sections
Conic Sections
 
Math test grade ix
Math test grade ixMath test grade ix
Math test grade ix
 
vedic mathematics based MAC unit
vedic mathematics based MAC unitvedic mathematics based MAC unit
vedic mathematics based MAC unit
 
Mensuration and its applications
Mensuration and its applicationsMensuration and its applications
Mensuration and its applications
 
Lesson 8 conic sections - parabola
Lesson 8    conic sections - parabolaLesson 8    conic sections - parabola
Lesson 8 conic sections - parabola
 
Conic section
Conic sectionConic section
Conic section
 
Conic section ppt
Conic section pptConic section ppt
Conic section ppt
 
CONIC SECTIONS AND ITS APPLICATIONS
CONIC SECTIONS AND ITS APPLICATIONSCONIC SECTIONS AND ITS APPLICATIONS
CONIC SECTIONS AND ITS APPLICATIONS
 
Vedic maths
Vedic mathsVedic maths
Vedic maths
 
Mensuration for class 9 cbse
Mensuration for class 9 cbseMensuration for class 9 cbse
Mensuration for class 9 cbse
 
Statistics for Class XI (CBSE)
Statistics for Class XI (CBSE)Statistics for Class XI (CBSE)
Statistics for Class XI (CBSE)
 
Vedic maths .PPT
Vedic maths .PPTVedic maths .PPT
Vedic maths .PPT
 
Maths quiz
Maths quizMaths quiz
Maths quiz
 
Circles IX
Circles IXCircles IX
Circles IX
 
Maths ppt on some applications of trignometry
Maths ppt on some applications of trignometryMaths ppt on some applications of trignometry
Maths ppt on some applications of trignometry
 
Vedic Mathematics ppt
Vedic Mathematics pptVedic Mathematics ppt
Vedic Mathematics ppt
 
maths quiz for class ix and x
maths quiz for class ix and xmaths quiz for class ix and x
maths quiz for class ix and x
 

Similar to Relations & Functions-1: Cartesian Products, Ordered Pairs, Domains and Ranges

Function and Its Types.
Function and Its Types.Function and Its Types.
Function and Its Types.Awais Bakshy
 
POWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdfPOWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdfMaryAnnBatac1
 
Final relation1 m_tech(cse)
Final relation1 m_tech(cse)Final relation1 m_tech(cse)
Final relation1 m_tech(cse)Himanshu Dua
 
Final relation1 m_tech(cse)
Final relation1 m_tech(cse)Final relation1 m_tech(cse)
Final relation1 m_tech(cse)Himanshu Dua
 
Final relation1 m_tech(cse)
Final relation1 m_tech(cse)Final relation1 m_tech(cse)
Final relation1 m_tech(cse)Himanshu Dua
 
Grade 11-Strand(Concept of functions).pptx
Grade 11-Strand(Concept of functions).pptxGrade 11-Strand(Concept of functions).pptx
Grade 11-Strand(Concept of functions).pptxAlwinCAsuncion
 
Set theory-ppt
Set theory-pptSet theory-ppt
Set theory-pptvipulAtri
 
Functions And Relations
Functions And RelationsFunctions And Relations
Functions And Relationsandrewhickson
 
Mathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdfMathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdfgowhiksankar54
 
Sets functions-sequences-exercises
Sets functions-sequences-exercisesSets functions-sequences-exercises
Sets functions-sequences-exercisesRoshayu Mohamad
 
Grade 11- Concept of functions rev.1.pptx
Grade 11- Concept of functions rev.1.pptxGrade 11- Concept of functions rev.1.pptx
Grade 11- Concept of functions rev.1.pptxAlwinCAsuncion
 
Maths chapter wise Important questions
Maths chapter wise Important questionsMaths chapter wise Important questions
Maths chapter wise Important questionsSrikanth KS
 
6401-Unit 2.pptx
6401-Unit 2.pptx6401-Unit 2.pptx
6401-Unit 2.pptxhani ubaid
 

Similar to Relations & Functions-1: Cartesian Products, Ordered Pairs, Domains and Ranges (20)

Relations and Functions 1
Relations and Functions 1Relations and Functions 1
Relations and Functions 1
 
Function and Its Types.
Function and Its Types.Function and Its Types.
Function and Its Types.
 
Mtk3013 chapter 2-3
Mtk3013   chapter 2-3Mtk3013   chapter 2-3
Mtk3013 chapter 2-3
 
POWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdfPOWERPOINT (SETS & FUNCTIONS).pdf
POWERPOINT (SETS & FUNCTIONS).pdf
 
Relations in Discrete Math
Relations in Discrete MathRelations in Discrete Math
Relations in Discrete Math
 
Final relation1 m_tech(cse)
Final relation1 m_tech(cse)Final relation1 m_tech(cse)
Final relation1 m_tech(cse)
 
Final relation1 m_tech(cse)
Final relation1 m_tech(cse)Final relation1 m_tech(cse)
Final relation1 m_tech(cse)
 
Final relation1 m_tech(cse)
Final relation1 m_tech(cse)Final relation1 m_tech(cse)
Final relation1 m_tech(cse)
 
Grade 11-Strand(Concept of functions).pptx
Grade 11-Strand(Concept of functions).pptxGrade 11-Strand(Concept of functions).pptx
Grade 11-Strand(Concept of functions).pptx
 
Set theory-ppt
Set theory-pptSet theory-ppt
Set theory-ppt
 
Functions And Relations
Functions And RelationsFunctions And Relations
Functions And Relations
 
Mathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdfMathematics JEE quick revision notes pdf
Mathematics JEE quick revision notes pdf
 
Sets
SetsSets
Sets
 
Question bank xi
Question bank xiQuestion bank xi
Question bank xi
 
Set theory
Set theorySet theory
Set theory
 
8076892 (1).ppt
8076892 (1).ppt8076892 (1).ppt
8076892 (1).ppt
 
Sets functions-sequences-exercises
Sets functions-sequences-exercisesSets functions-sequences-exercises
Sets functions-sequences-exercises
 
Grade 11- Concept of functions rev.1.pptx
Grade 11- Concept of functions rev.1.pptxGrade 11- Concept of functions rev.1.pptx
Grade 11- Concept of functions rev.1.pptx
 
Maths chapter wise Important questions
Maths chapter wise Important questionsMaths chapter wise Important questions
Maths chapter wise Important questions
 
6401-Unit 2.pptx
6401-Unit 2.pptx6401-Unit 2.pptx
6401-Unit 2.pptx
 

Recently uploaded

Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 

Recently uploaded (20)

Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 

Relations & Functions-1: Cartesian Products, Ordered Pairs, Domains and Ranges

  • 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