SlideShare a Scribd company logo
TIF 21101 
APPLIED MATH 1 
(MATEMATIKA TERAPAN 1) 
Week 4 
Relation and Function I 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
Overview 
Obviously, we do not realize that there many connections 
are happened in our circumtances. For examples, day and 
night happens because of earth rotation, all students in 
math are also connected to other subjects and so on. 
Strictly speaking, something happens because of other 
subject called “reason”. 
Relations can be used to solve problems such as 
determining which pairs of cities are linked by airline flights 
in a network, finding a viable order for the different phases 
of a complicated project, or producing a useful way to store 
information in computer databases. 
For couple weeks later, you all will be introduced this 
“connection” in mathematic’s view. And we shall learn to 
“map” or “transform” the “connection”. 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
Objectives 
 Cartesian Product 
 Relation 
 Invers Relation 
 Pictoral Repesentation of Relation 
 Composition of Relation 
 Relation Properties 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
Cartesian Product 
Consider two sets A and B. The set of all ordered 
pairs (a, b) where aÎA and bÎB is called the 
product, or Cartesian product, of A and B. 
The short designation of this product is A x B, 
which is read “A cross B”. 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
Ex. 
Let A={1, 2} and B={a, b, c}. 
Then 
AxB {(1,a},(1,b),(1,c),(2,a),(2,b),(2,c)} 
BxA {(a, 1), (a,2), (b, 1), (b,2), (c,1),(c,2)} 
AxA {(1, 1), (1,2), (2,1), (2,2)} 
From the example above we can conclude, that, 
First, 
A x B ¹ B x A 
The Cartesian product deals with ordered pairs, so naturally the order in 
which the sets are considered is important. 
Second, using n(s) for the number of elements in a set S, we have 
n(A x B) = n(A) . n(B) = 2 x 3 = 6 
Therefore, there will be 26 = 64 relation from A to B 
So…..what is relation????? 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
Relation 
Relation is just a subset of the Cartesian product 
of the sets. 
Definition. 
Let A and B be sets. A binary relation or, simply, 
relation from A to B is a subset of A x B. 
In other words, a binary relation from A to B is a 
set R of ordered pairs where the first element 
(domain) of each ordered pair comes from A and 
the second element (codomain or range) comes 
from B. 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
We use the notation a R b to denote that (a, b) Î R 
and a / 
R b to denote that (a, b) Ï R. 
Moreover, when (a, b) belongs to R, a is said to be 
related to b by R. 
Assume C= {1,2,3} and D ={x,y,z} and let R {(1,y), (1,z), 
(3,y)}. Put the R or R for the followings: 
/ 
1…X 1…Y 1…Z 
2…X 2…Y 2…Z 
3…X 3…Y 3…Z 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
Invers Relation 
The invers relation of set is defined as the opposite 
mapping of relation itself. 
Let R be any relation from a set A to a set B. The 
inverse of R, denoted by R-1, is the relation from B 
to A which consists of those ordered pairs which, 
when reversed, belong to R; that is, 
R-1= {(b,a): (a,b) Î R} 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
Ex. 
Let R = {(1,y), (1,z), (3,y)} from A = {1,2,3} to 
B = {x,y,z}, then 
R-1 = {(y, 1), (z, 1), (y,3)} 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
Pictoral Repesentation of Relation 
Arrow Diagram 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
Table Representation 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
Matrice Representation 
Suppose R is the relation from A to B, where 
A={ a1,a2,a3,…,am} and B={ b1,b2,b3,…,bn}. 
The relation can be describe in matrice M=[mij] as 
folow: 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
Ex. 
a1 = 2 
a2 = 3 
a3 = 4 
b1 = 2 
b2 = 4 
b3 = 8 
b4 = 9 
b5 = 15 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
Directed Graph 
First we write down the elements of the set, and 
then we drawn an arrow from each element x to 
each element y whenever x is related to y. 
The point is, directed graph does not show the 
relation between one set to the other. It just shows 
the relation among the element inside the set. 
Ex. R is relation on the set A = {1,2,3,4} 
R = {(1,2), (2,2), (2,4), (3,2), (3,4), (4,1), (4,3)} 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
Prac. 
Show the relation from 
the directed graph 
Bandung 
Jakarta Surabaya 
Medan 
Makassar 
Kupang 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
Composition of Relation 
Suppose A, B, and C be sets, and let R be a 
relation from A to B and let S be a relation 
from B to C. R Í A x B and S Í B x C. 
Then R and S give rise to a relation from A 
to C, which is denoted by RoS and defined 
as 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
Ex. 
Assume A= {1,2,3,4}, B ={a,b,c,d}, C ={x,y,z} 
and let R= {(1,a), (2,d), (3,a) (3,b), (3,d)} and 
S ={(b,x), (b,z), (c,y), (d,z)} . Show the 
relation a(RoS)c! 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
From the picture we can observe that there is an arrow 
from 2 to d which is followed by an arrow from d to z. We 
can view these two arrows as a “path” which “connects” the 
element 2 Î A to the element z Î C. Thus, 
2(R o S)z since 2Rd and dSz 
Similarly there is a path from 3 to x and a path from 3 to z. 
Hence, 
3(R o S)x and 3(R o S)z 
No other element of A is connected to an element of C. 
Therefore, the composition of relations R o S gives 
RoS= {(2,z), (3,x), (3,z)} 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
Soal : 
R = {(1, 2), (1, 6), (2, 4), (3, 4), (3, 6), (3, 8)} 
S = {(2, u), (4, s), (4, t), (6, t), (8, u)} 
Gambarkan grafiknya dan tentukan R o S 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
R o S = {(1, u), (1, t), (2, s), (2, t), (3, s), (3, t), (3, u) } 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
Exercises : 
1 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and Function 
2. 
2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1

More Related Content

What's hot

Relations
RelationsRelations
Chapter i
Chapter iChapter i
CMSC 56 | Lecture 13: Relations and their Properties
CMSC 56 | Lecture 13: Relations and their PropertiesCMSC 56 | Lecture 13: Relations and their Properties
CMSC 56 | Lecture 13: Relations and their Properties
allyn joy calcaben
 
Algebra2-Functions
Algebra2-FunctionsAlgebra2-Functions
Algebra2-Functions
Sam Eary
 
Abstract algebra & its applications
Abstract algebra & its applicationsAbstract algebra & its applications
Abstract algebra & its applications
drselvarani
 
Abstract algebra & its applications (1)
Abstract algebra & its applications (1)Abstract algebra & its applications (1)
Abstract algebra & its applications (1)
drselvarani
 
Lesson 1 INTRODUCTION TO FUNCTIONS
Lesson 1   INTRODUCTION TO FUNCTIONSLesson 1   INTRODUCTION TO FUNCTIONS
Lesson 1 INTRODUCTION TO FUNCTIONS
LouiseLyn
 
Relations and functions power point
Relations and functions power pointRelations and functions power point
Relations and functions power point
Melody01082019
 
Relations and functions worksheet
Relations and functions worksheetRelations and functions worksheet
Relations and functions worksheet
geet bajaj
 
Chapter 2: Relations
Chapter 2: RelationsChapter 2: Relations
Chapter 2: Relations
nszakir
 
Evaluating Algebraic Expressions
Evaluating Algebraic ExpressionsEvaluating Algebraic Expressions
Evaluating Algebraic Expressions
REYBETH RACELIS
 
Group theory
Group theoryGroup theory
Group theory
Vaishnavi Mishra
 
Pythagorean theorem and distance formula
Pythagorean theorem and distance formulaPythagorean theorem and distance formula
Pythagorean theorem and distance formula41425792
 
introduction to functions grade 11(General Math)
introduction to functions grade 11(General Math)introduction to functions grade 11(General Math)
introduction to functions grade 11(General Math)
liza magalso
 
Matematika terapan week 3. set
Matematika terapan week 3. set Matematika terapan week 3. set
Matematika terapan week 3. set
Hardini_HD
 
M2 l1 relations functions
M2 l1 relations functionsM2 l1 relations functions
M2 l1 relations functions
RDemolina
 
Matematika terapan week 2. set
Matematika terapan week 2. set Matematika terapan week 2. set
Matematika terapan week 2. set
Hardini_HD
 

What's hot (17)

Relations
RelationsRelations
Relations
 
Chapter i
Chapter iChapter i
Chapter i
 
CMSC 56 | Lecture 13: Relations and their Properties
CMSC 56 | Lecture 13: Relations and their PropertiesCMSC 56 | Lecture 13: Relations and their Properties
CMSC 56 | Lecture 13: Relations and their Properties
 
Algebra2-Functions
Algebra2-FunctionsAlgebra2-Functions
Algebra2-Functions
 
Abstract algebra & its applications
Abstract algebra & its applicationsAbstract algebra & its applications
Abstract algebra & its applications
 
Abstract algebra & its applications (1)
Abstract algebra & its applications (1)Abstract algebra & its applications (1)
Abstract algebra & its applications (1)
 
Lesson 1 INTRODUCTION TO FUNCTIONS
Lesson 1   INTRODUCTION TO FUNCTIONSLesson 1   INTRODUCTION TO FUNCTIONS
Lesson 1 INTRODUCTION TO FUNCTIONS
 
Relations and functions power point
Relations and functions power pointRelations and functions power point
Relations and functions power point
 
Relations and functions worksheet
Relations and functions worksheetRelations and functions worksheet
Relations and functions worksheet
 
Chapter 2: Relations
Chapter 2: RelationsChapter 2: Relations
Chapter 2: Relations
 
Evaluating Algebraic Expressions
Evaluating Algebraic ExpressionsEvaluating Algebraic Expressions
Evaluating Algebraic Expressions
 
Group theory
Group theoryGroup theory
Group theory
 
Pythagorean theorem and distance formula
Pythagorean theorem and distance formulaPythagorean theorem and distance formula
Pythagorean theorem and distance formula
 
introduction to functions grade 11(General Math)
introduction to functions grade 11(General Math)introduction to functions grade 11(General Math)
introduction to functions grade 11(General Math)
 
Matematika terapan week 3. set
Matematika terapan week 3. set Matematika terapan week 3. set
Matematika terapan week 3. set
 
M2 l1 relations functions
M2 l1 relations functionsM2 l1 relations functions
M2 l1 relations functions
 
Matematika terapan week 2. set
Matematika terapan week 2. set Matematika terapan week 2. set
Matematika terapan week 2. set
 

Similar to Matematika terapan week 4

Matematika terapan minggu ke-4
Matematika terapan minggu ke-4Matematika terapan minggu ke-4
Matematika terapan minggu ke-4
Fisma Ananda
 
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
 
Relations in Discrete Math
Relations in Discrete MathRelations in Discrete Math
Relations in Discrete Math
Pearl Rose Cajenta
 
Discrete-Chapter 08 Relations
Discrete-Chapter 08 RelationsDiscrete-Chapter 08 Relations
Discrete-Chapter 08 RelationsWongyos Keardsri
 
dm_13_RelationsAndTheirProperties (1).pptx
dm_13_RelationsAndTheirProperties (1).pptxdm_13_RelationsAndTheirProperties (1).pptx
dm_13_RelationsAndTheirProperties (1).pptx
RockyIslam5
 
dm_13_RelationsAndTheirProperties (1).pdf
dm_13_RelationsAndTheirProperties (1).pdfdm_13_RelationsAndTheirProperties (1).pdf
dm_13_RelationsAndTheirProperties (1).pdf
SanjanaAdri
 
Relations
RelationsRelations
Relations
PJS KUMAR
 
Introduction to The Relations in Mathematics.pptx
Introduction to The Relations in Mathematics.pptxIntroduction to The Relations in Mathematics.pptx
Introduction to The Relations in Mathematics.pptx
JadhavShaileshShashi
 
Ncert class-12-mathematics-part-1
Ncert class-12-mathematics-part-1Ncert class-12-mathematics-part-1
Ncert class-12-mathematics-part-1
RAHUL SINGH
 
Relations
RelationsRelations
Relations
Shiwani Gupta
 
Relations
RelationsRelations
RelationsGaditek
 
Relations
RelationsRelations
Presentation2 vijayan pillai
Presentation2 vijayan pillaiPresentation2 vijayan pillai
Presentation2 vijayan pillai
unni2012
 
Relation and function_xii
Relation and function_xiiRelation and function_xii
Relation and function_xii
Barnali Banerjee
 
MATRIX REPRESENTATION OF A RELATION.pptx
MATRIX REPRESENTATION OF A RELATION.pptxMATRIX REPRESENTATION OF A RELATION.pptx
MATRIX REPRESENTATION OF A RELATION.pptx
Kiran Kumar Malik
 
Sadat sumon
Sadat sumonSadat sumon
Sadat sumon
sadatsumon
 
Per5 relasi
Per5 relasiPer5 relasi

Similar to Matematika terapan week 4 (20)

Matematika terapan minggu ke-4
Matematika terapan minggu ke-4Matematika terapan minggu ke-4
Matematika terapan minggu ke-4
 
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)
 
Relations in Discrete Math
Relations in Discrete MathRelations in Discrete Math
Relations in Discrete Math
 
Relations
RelationsRelations
Relations
 
Discrete-Chapter 08 Relations
Discrete-Chapter 08 RelationsDiscrete-Chapter 08 Relations
Discrete-Chapter 08 Relations
 
Lemh101
Lemh101Lemh101
Lemh101
 
dm_13_RelationsAndTheirProperties (1).pptx
dm_13_RelationsAndTheirProperties (1).pptxdm_13_RelationsAndTheirProperties (1).pptx
dm_13_RelationsAndTheirProperties (1).pptx
 
dm_13_RelationsAndTheirProperties (1).pdf
dm_13_RelationsAndTheirProperties (1).pdfdm_13_RelationsAndTheirProperties (1).pdf
dm_13_RelationsAndTheirProperties (1).pdf
 
Relations
RelationsRelations
Relations
 
Introduction to The Relations in Mathematics.pptx
Introduction to The Relations in Mathematics.pptxIntroduction to The Relations in Mathematics.pptx
Introduction to The Relations in Mathematics.pptx
 
Ncert class-12-mathematics-part-1
Ncert class-12-mathematics-part-1Ncert class-12-mathematics-part-1
Ncert class-12-mathematics-part-1
 
Relations
RelationsRelations
Relations
 
Relations
RelationsRelations
Relations
 
Relations
RelationsRelations
Relations
 
Presentation2 vijayan pillai
Presentation2 vijayan pillaiPresentation2 vijayan pillai
Presentation2 vijayan pillai
 
Relation and function_xii
Relation and function_xiiRelation and function_xii
Relation and function_xii
 
MATRIX REPRESENTATION OF A RELATION.pptx
MATRIX REPRESENTATION OF A RELATION.pptxMATRIX REPRESENTATION OF A RELATION.pptx
MATRIX REPRESENTATION OF A RELATION.pptx
 
Sadat sumon
Sadat sumonSadat sumon
Sadat sumon
 
Per5 relasi
Per5 relasiPer5 relasi
Per5 relasi
 

More from nellylawar

Nelly
NellyNelly
Nelly
nellylawar
 
Matriks, relasi dan fungsi
Matriks, relasi dan fungsi Matriks, relasi dan fungsi
Matriks, relasi dan fungsi
nellylawar
 
Matematika terapan week 6
Matematika terapan week 6 Matematika terapan week 6
Matematika terapan week 6
nellylawar
 
Laporan praktikum modul 5 (6rankap)
Laporan praktikum modul 5 (6rankap) Laporan praktikum modul 5 (6rankap)
Laporan praktikum modul 5 (6rankap)
nellylawar
 
Laporan praktikum modul 3 (4rangkap)
Laporan praktikum modul 3 (4rangkap) Laporan praktikum modul 3 (4rangkap)
Laporan praktikum modul 3 (4rangkap)
nellylawar
 
Modul 1
Modul 1Modul 1
Modul 1
nellylawar
 
Laporan praktikum copy
Laporan praktikum   copyLaporan praktikum   copy
Laporan praktikum copy
nellylawar
 
Laporan praktikum modul 4
Laporan praktikum modul 4 Laporan praktikum modul 4
Laporan praktikum modul 4
nellylawar
 
Laporan praktikum modul 2
Laporan praktikum modul 2Laporan praktikum modul 2
Laporan praktikum modul 2
nellylawar
 

More from nellylawar (9)

Nelly
NellyNelly
Nelly
 
Matriks, relasi dan fungsi
Matriks, relasi dan fungsi Matriks, relasi dan fungsi
Matriks, relasi dan fungsi
 
Matematika terapan week 6
Matematika terapan week 6 Matematika terapan week 6
Matematika terapan week 6
 
Laporan praktikum modul 5 (6rankap)
Laporan praktikum modul 5 (6rankap) Laporan praktikum modul 5 (6rankap)
Laporan praktikum modul 5 (6rankap)
 
Laporan praktikum modul 3 (4rangkap)
Laporan praktikum modul 3 (4rangkap) Laporan praktikum modul 3 (4rangkap)
Laporan praktikum modul 3 (4rangkap)
 
Modul 1
Modul 1Modul 1
Modul 1
 
Laporan praktikum copy
Laporan praktikum   copyLaporan praktikum   copy
Laporan praktikum copy
 
Laporan praktikum modul 4
Laporan praktikum modul 4 Laporan praktikum modul 4
Laporan praktikum modul 4
 
Laporan praktikum modul 2
Laporan praktikum modul 2Laporan praktikum modul 2
Laporan praktikum modul 2
 

Recently uploaded

The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
CarlosHernanMontoyab2
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
timhan337
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 

Recently uploaded (20)

The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 

Matematika terapan week 4

  • 1. TIF 21101 APPLIED MATH 1 (MATEMATIKA TERAPAN 1) Week 4 Relation and Function I 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 2. Relation and Function Overview Obviously, we do not realize that there many connections are happened in our circumtances. For examples, day and night happens because of earth rotation, all students in math are also connected to other subjects and so on. Strictly speaking, something happens because of other subject called “reason”. Relations can be used to solve problems such as determining which pairs of cities are linked by airline flights in a network, finding a viable order for the different phases of a complicated project, or producing a useful way to store information in computer databases. For couple weeks later, you all will be introduced this “connection” in mathematic’s view. And we shall learn to “map” or “transform” the “connection”. 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 3. Relation and Function Objectives Cartesian Product Relation Invers Relation Pictoral Repesentation of Relation Composition of Relation Relation Properties 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 4. Relation and Function Cartesian Product Consider two sets A and B. The set of all ordered pairs (a, b) where aÎA and bÎB is called the product, or Cartesian product, of A and B. The short designation of this product is A x B, which is read “A cross B”. 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 5. Relation and Function Ex. Let A={1, 2} and B={a, b, c}. Then AxB {(1,a},(1,b),(1,c),(2,a),(2,b),(2,c)} BxA {(a, 1), (a,2), (b, 1), (b,2), (c,1),(c,2)} AxA {(1, 1), (1,2), (2,1), (2,2)} From the example above we can conclude, that, First, A x B ¹ B x A The Cartesian product deals with ordered pairs, so naturally the order in which the sets are considered is important. Second, using n(s) for the number of elements in a set S, we have n(A x B) = n(A) . n(B) = 2 x 3 = 6 Therefore, there will be 26 = 64 relation from A to B So…..what is relation????? 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 6. Relation and Function Relation Relation is just a subset of the Cartesian product of the sets. Definition. Let A and B be sets. A binary relation or, simply, relation from A to B is a subset of A x B. In other words, a binary relation from A to B is a set R of ordered pairs where the first element (domain) of each ordered pair comes from A and the second element (codomain or range) comes from B. 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 7. Relation and Function We use the notation a R b to denote that (a, b) Î R and a / R b to denote that (a, b) Ï R. Moreover, when (a, b) belongs to R, a is said to be related to b by R. Assume C= {1,2,3} and D ={x,y,z} and let R {(1,y), (1,z), (3,y)}. Put the R or R for the followings: / 1…X 1…Y 1…Z 2…X 2…Y 2…Z 3…X 3…Y 3…Z 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 8. Relation and Function Invers Relation The invers relation of set is defined as the opposite mapping of relation itself. Let R be any relation from a set A to a set B. The inverse of R, denoted by R-1, is the relation from B to A which consists of those ordered pairs which, when reversed, belong to R; that is, R-1= {(b,a): (a,b) Î R} 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 9. Relation and Function Ex. Let R = {(1,y), (1,z), (3,y)} from A = {1,2,3} to B = {x,y,z}, then R-1 = {(y, 1), (z, 1), (y,3)} 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 10. Relation and Function Pictoral Repesentation of Relation Arrow Diagram 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 11. Relation and Function Table Representation 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 12. Relation and Function Matrice Representation Suppose R is the relation from A to B, where A={ a1,a2,a3,…,am} and B={ b1,b2,b3,…,bn}. The relation can be describe in matrice M=[mij] as folow: 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 13. Relation and Function Ex. a1 = 2 a2 = 3 a3 = 4 b1 = 2 b2 = 4 b3 = 8 b4 = 9 b5 = 15 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 14. Relation and Function Directed Graph First we write down the elements of the set, and then we drawn an arrow from each element x to each element y whenever x is related to y. The point is, directed graph does not show the relation between one set to the other. It just shows the relation among the element inside the set. Ex. R is relation on the set A = {1,2,3,4} R = {(1,2), (2,2), (2,4), (3,2), (3,4), (4,1), (4,3)} 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 15. Relation and Function 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 16. Relation and Function Prac. Show the relation from the directed graph Bandung Jakarta Surabaya Medan Makassar Kupang 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 17. Relation and Function Composition of Relation Suppose A, B, and C be sets, and let R be a relation from A to B and let S be a relation from B to C. R Í A x B and S Í B x C. Then R and S give rise to a relation from A to C, which is denoted by RoS and defined as 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 18. Relation and Function Ex. Assume A= {1,2,3,4}, B ={a,b,c,d}, C ={x,y,z} and let R= {(1,a), (2,d), (3,a) (3,b), (3,d)} and S ={(b,x), (b,z), (c,y), (d,z)} . Show the relation a(RoS)c! 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 19. Relation and Function From the picture we can observe that there is an arrow from 2 to d which is followed by an arrow from d to z. We can view these two arrows as a “path” which “connects” the element 2 Î A to the element z Î C. Thus, 2(R o S)z since 2Rd and dSz Similarly there is a path from 3 to x and a path from 3 to z. Hence, 3(R o S)x and 3(R o S)z No other element of A is connected to an element of C. Therefore, the composition of relations R o S gives RoS= {(2,z), (3,x), (3,z)} 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 20. Relation and Function Soal : R = {(1, 2), (1, 6), (2, 4), (3, 4), (3, 6), (3, 8)} S = {(2, u), (4, s), (4, t), (6, t), (8, u)} Gambarkan grafiknya dan tentukan R o S 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 21. Relation and Function R o S = {(1, u), (1, t), (2, s), (2, t), (3, s), (3, t), (3, u) } 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 22. Relation and Function Exercises : 1 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
  • 23. Relation and Function 2. 2014/2015 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1