SlideShare a Scribd company logo
1 of 11
Download to read offline
1
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
TIF 21101
APPLIED MATH 1
(MATEMATIKA TERAPAN 1)
Week 4
Relation and Function II
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
Overview
In mathematics, function is a relation. A function
establishes or expresses the “relation”-ship
between objects. In computer systems, for
instance, the input is fed to the system in form of
data or objects and the system generates the
output that will be the function of input. So, in other
words, function is the mapping or transformation of
objects from one form to other.
In this section we will concentrate our discussion
on function and its classifications.
2
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
Objectives
Definition of Function
Function Properties
Composition of Function
Function Inversion
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
Definition of Function
As mention above, function is a relation.
However, this definition cannot be
interchanged because the function has an
unique relationship.
Let A and B is non-empty sets. A relation
from A to B is said as a function if all
element of A has only “one connection” to B.
3
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
Some Functions
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
Not a Function
4
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
A function A to B can be written as :
f : A B
A and B is called as Domain and Codomain
respectively.
We also can write it as
f(a) = b,
where a∈A and b∈B
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
Denote all elements into a function form!!!
.3
.w
.a
.7
.#
.s
.4
.&
.r
.10
5
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
Frequently, function is expressed in
mathematical formulas. Example:
Find the codomain of f(x) = 2x+3 for 1≤x≤ 4,
x∈Z. Draw the graph as well.
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
Find the domains and codomains from the
graph f(x) = x2+2 below !!
6
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
Function Properties
There are three basic type of function, those
are :
1. One-to-one function (injective)
2. Onto function (surjective)
3. Bijective function (both one-to-one and onto)
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
Injective Function
A function f: A B is said to be one-to-one
(written 1-1) if different elements in the domain A
have distinct match in the codomain B.
7
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
Surjective Function
A function f: A B is said to be an onto function if
each element of codomain B is the image of some
element of domain A.
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
Bijective Function
Bijective can be called correspondence one to
one. It can be inverted.
8
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
Composition of Function
Let g be a function from the set A to the set B and
let f be a function from the set B to the set C. The
composition of the functions f and g, denoted by
f o g, is defined by
(f o g)(a) = f(g(a)).
Therefore, to find (f o g)(a) we first apply the
function g to a to obtain g(a) and then we apply the
function f to the result g(a) to obtain (f o g)(a) =
f(g(a)).
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
9
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
Ex.
Let g be the function from the set (a, b, c} to itself
such that g(a) = b, g(b) = c, and g(c) = a. Let f be
the function from the set {a, b, c} to the set {1, 2, 3}
such that f(a) = 3, f(b) = 2, and f(c) = 1. What is the
composition of f and g?
Solution :
The composition f o g is defined by (f o g)(a) =
f(g(a)) = f(b) = 2, (f o g) (b) = f(g(b)) = f(c) = 1, and
(f o g)(c) = f(g(c)) = f(a) = 3.
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
Exercise
Let f and g be the functions from the set of integers
to the set of integers defined by f(x) = 2x + 3 and
g(x) = 3x + 2. For x = 2 and -2, what is the
composition of f and g? What is the composition of
g and f?
10
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
Function Inversion
Let f be a one-to-one correspondence from the set
A to the set B. The inverse function of f is the
function that assigns to an element b belonging to
B the unique element a in A such that f(a) = b.
The inverse function of f is denoted by f-1. Hence,
f-1(b)= a when f(a) = b.
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
11
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
Ex.
Let f be the function from {a, b, c} to {1, 2, 3} such
that f(a) = 2, f(b) = 3, and f(c) = 1. Is the f
invertible? If it is, what is its inverse?
Solution:
The function f is invertible because it is a one-to-
one correspondence. The invers function f
reverses the correspondence given by f, so
f-1(1) = c, f -1(2) = a, and f-1(3)=b.
2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1
Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
For mathematics formulas, to find invers of f,
we can exchange the variable x with y.
Ex.

More Related Content

Viewers also liked (20)

Modul ix
Modul ixModul ix
Modul ix
 
Flowchart dan dfd
Flowchart dan dfd Flowchart dan dfd
Flowchart dan dfd
 
Matematika terapan week 13
Matematika terapan week 13 Matematika terapan week 13
Matematika terapan week 13
 
Modul xii
Modul xiiModul xii
Modul xii
 
Prosedur dan fungsi
Prosedur dan fungsi Prosedur dan fungsi
Prosedur dan fungsi
 
TYPE DATA1
TYPE DATA1TYPE DATA1
TYPE DATA1
 
Untitled
UntitledUntitled
Untitled
 
PASCAL ( MODUL 5)
PASCAL ( MODUL 5)PASCAL ( MODUL 5)
PASCAL ( MODUL 5)
 
PASCAL ( MODUL 1)
PASCAL ( MODUL 1)PASCAL ( MODUL 1)
PASCAL ( MODUL 1)
 
PASCAL ( MODUL 8)
PASCAL ( MODUL 8)PASCAL ( MODUL 8)
PASCAL ( MODUL 8)
 
PASCAL ( MODUL 12)
PASCAL ( MODUL 12)PASCAL ( MODUL 12)
PASCAL ( MODUL 12)
 
PASCAL ( MODUL 2)
PASCAL ( MODUL 2)PASCAL ( MODUL 2)
PASCAL ( MODUL 2)
 
PASCAL ( MODUL 9)
PASCAL ( MODUL 9)PASCAL ( MODUL 9)
PASCAL ( MODUL 9)
 
PASCAL ( MODUL 5)
PASCAL ( MODUL 5)PASCAL ( MODUL 5)
PASCAL ( MODUL 5)
 
PASCAL ( MODUL 3)
PASCAL ( MODUL 3)PASCAL ( MODUL 3)
PASCAL ( MODUL 3)
 
PASCAL ( MODUL 13)
PASCAL ( MODUL 13)PASCAL ( MODUL 13)
PASCAL ( MODUL 13)
 
PASCAL ( MODUL 4)
PASCAL ( MODUL 4)PASCAL ( MODUL 4)
PASCAL ( MODUL 4)
 
PASCAL ( MODUL 10)
PASCAL ( MODUL 10)PASCAL ( MODUL 10)
PASCAL ( MODUL 10)
 
PASCAL ( MODUL 7)
PASCAL ( MODUL 7)PASCAL ( MODUL 7)
PASCAL ( MODUL 7)
 
PASCAL ( MODUL 11)
PASCAL ( MODUL 11)PASCAL ( MODUL 11)
PASCAL ( MODUL 11)
 

Similar to Matematika terapan week 5 (7)

Matematika terapan week 5 [compatibility mode]
Matematika terapan week 5 [compatibility mode]Matematika terapan week 5 [compatibility mode]
Matematika terapan week 5 [compatibility mode]
 
Matematika terapan week 5
Matematika terapan week 5Matematika terapan week 5
Matematika terapan week 5
 
Matematika terapan week 4. fungsi dan relasi
Matematika terapan week 4. fungsi dan relasi Matematika terapan week 4. fungsi dan relasi
Matematika terapan week 4. fungsi dan relasi
 
ER DIAGRAM & ER MODELING IN DBMS
ER DIAGRAM & ER MODELING IN DBMSER DIAGRAM & ER MODELING IN DBMS
ER DIAGRAM & ER MODELING IN DBMS
 
17.5 introduction to functions
17.5 introduction to functions17.5 introduction to functions
17.5 introduction to functions
 
LESSON1_REPRESENTATIONS OF FUNCTIONS AND RELATIONS.pptx
LESSON1_REPRESENTATIONS OF FUNCTIONS AND RELATIONS.pptxLESSON1_REPRESENTATIONS OF FUNCTIONS AND RELATIONS.pptx
LESSON1_REPRESENTATIONS OF FUNCTIONS AND RELATIONS.pptx
 
Matematika terapan week 11
Matematika terapan week 11 Matematika terapan week 11
Matematika terapan week 11
 

More from Hardini_HD (20)

Hardini 3201416015 3_b
Hardini 3201416015 3_b Hardini 3201416015 3_b
Hardini 3201416015 3_b
 
Delphi
DelphiDelphi
Delphi
 
Class dan object
Class dan objectClass dan object
Class dan object
 
Using of computer tech
Using of computer tech Using of computer tech
Using of computer tech
 
Software
Software Software
Software
 
Number system
Number system Number system
Number system
 
Komp. dan aplikasi
Komp. dan aplikasi Komp. dan aplikasi
Komp. dan aplikasi
 
Jarkom
Jarkom Jarkom
Jarkom
 
Introduction to software 2
Introduction to software 2 Introduction to software 2
Introduction to software 2
 
Introduction to software1
Introduction to software1 Introduction to software1
Introduction to software1
 
Introduce to internet2
Introduce to internet2 Introduce to internet2
Introduce to internet2
 
Introduce to internet1
Introduce to internet1 Introduce to internet1
Introduce to internet1
 
Intro to e gov
Intro to e gov Intro to e gov
Intro to e gov
 
Internet
Internet Internet
Internet
 
Hardware
Hardware Hardware
Hardware
 
File org
File org File org
File org
 
Data comm
Data comm Data comm
Data comm
 
Business computing
Business computing Business computing
Business computing
 
Pti (8) teknologi internet dan web
Pti (8)   teknologi internet dan webPti (8)   teknologi internet dan web
Pti (8) teknologi internet dan web
 
Pti (7) sistem bilangan
Pti (7)   sistem bilanganPti (7)   sistem bilangan
Pti (7) sistem bilangan
 

Recently uploaded

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 

Recently uploaded (20)

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 

Matematika terapan week 5

  • 1. 1 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 TIF 21101 APPLIED MATH 1 (MATEMATIKA TERAPAN 1) Week 4 Relation and Function II 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function Overview In mathematics, function is a relation. A function establishes or expresses the “relation”-ship between objects. In computer systems, for instance, the input is fed to the system in form of data or objects and the system generates the output that will be the function of input. So, in other words, function is the mapping or transformation of objects from one form to other. In this section we will concentrate our discussion on function and its classifications.
  • 2. 2 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function Objectives Definition of Function Function Properties Composition of Function Function Inversion 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function Definition of Function As mention above, function is a relation. However, this definition cannot be interchanged because the function has an unique relationship. Let A and B is non-empty sets. A relation from A to B is said as a function if all element of A has only “one connection” to B.
  • 3. 3 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function Some Functions 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function Not a Function
  • 4. 4 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function A function A to B can be written as : f : A B A and B is called as Domain and Codomain respectively. We also can write it as f(a) = b, where a∈A and b∈B 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function Denote all elements into a function form!!! .3 .w .a .7 .# .s .4 .& .r .10
  • 5. 5 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function Frequently, function is expressed in mathematical formulas. Example: Find the codomain of f(x) = 2x+3 for 1≤x≤ 4, x∈Z. Draw the graph as well. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function Find the domains and codomains from the graph f(x) = x2+2 below !!
  • 6. 6 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function Function Properties There are three basic type of function, those are : 1. One-to-one function (injective) 2. Onto function (surjective) 3. Bijective function (both one-to-one and onto) 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function Injective Function A function f: A B is said to be one-to-one (written 1-1) if different elements in the domain A have distinct match in the codomain B.
  • 7. 7 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function Surjective Function A function f: A B is said to be an onto function if each element of codomain B is the image of some element of domain A. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function Bijective Function Bijective can be called correspondence one to one. It can be inverted.
  • 8. 8 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function Composition of Function Let g be a function from the set A to the set B and let f be a function from the set B to the set C. The composition of the functions f and g, denoted by f o g, is defined by (f o g)(a) = f(g(a)). Therefore, to find (f o g)(a) we first apply the function g to a to obtain g(a) and then we apply the function f to the result g(a) to obtain (f o g)(a) = f(g(a)). 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
  • 9. 9 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function Ex. Let g be the function from the set (a, b, c} to itself such that g(a) = b, g(b) = c, and g(c) = a. Let f be the function from the set {a, b, c} to the set {1, 2, 3} such that f(a) = 3, f(b) = 2, and f(c) = 1. What is the composition of f and g? Solution : The composition f o g is defined by (f o g)(a) = f(g(a)) = f(b) = 2, (f o g) (b) = f(g(b)) = f(c) = 1, and (f o g)(c) = f(g(c)) = f(a) = 3. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function Exercise Let f and g be the functions from the set of integers to the set of integers defined by f(x) = 2x + 3 and g(x) = 3x + 2. For x = 2 and -2, what is the composition of f and g? What is the composition of g and f?
  • 10. 10 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function Function Inversion Let f be a one-to-one correspondence from the set A to the set B. The inverse function of f is the function that assigns to an element b belonging to B the unique element a in A such that f(a) = b. The inverse function of f is denoted by f-1. Hence, f-1(b)= a when f(a) = b. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function
  • 11. 11 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function Ex. Let f be the function from {a, b, c} to {1, 2, 3} such that f(a) = 2, f(b) = 3, and f(c) = 1. Is the f invertible? If it is, what is its inverse? Solution: The function f is invertible because it is a one-to- one correspondence. The invers function f reverses the correspondence given by f, so f-1(1) = c, f -1(2) = a, and f-1(3)=b. 2012/2013 M. Ilyas Hadikusuma, M.Eng Matematika Terapan 1 Relation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and FunctionRelation and Function For mathematics formulas, to find invers of f, we can exchange the variable x with y. Ex.