SlideShare a Scribd company logo
1 of 22
Download to read offline
TIF 21101
APPLIED MATH 1
(MATEMATIKA TERAPAN 1)
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
Week 5
Relation and Function II
Relation 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
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
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.
Relation and FunctionRelation and Function
Objectives
Definition of Function
Function Properties
Composition of Function
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
Composition of Function
Function Inversion
Relation 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
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
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.
Relation and FunctionRelation and Function
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
Some Functions
Relation and FunctionRelation and Function
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
Not a Function
Relation 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.
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
respectively.
We also can write it as
f(a) = b,
where a∈A and b∈B
Relation and FunctionRelation and Function
Denote all elements into a function form!!!
.3
.w
.s
.4
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
.a
.7
.#
.&
.r
.10
Relation 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.
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
x∈Z. Draw the graph as well.
Relation and FunctionRelation and Function
Find the domains and codomains from the
graph f(x) = x2+2 below !!
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
Relation and FunctionRelation and Function
Function Properties
There are three basic type of function, those
are :
1. One-to-one function (injective)
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
1. One-to-one function (injective)
2. Onto function (surjective)
3. Bijective function (both one-to-one and onto)
Relation 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.
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
have distinct match in the codomain B.
Relation 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.
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
element of domain A.
Relation and FunctionRelation and Function
Bijective Function
Bijective can be called correspondence one to
one. It can be inverted.
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
Relation 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
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
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)).
Relation and FunctionRelation and Function
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
Relation 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
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
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.
Relation 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
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
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?
Relation 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
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
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.
Relation and FunctionRelation and Function
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
Relation 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?
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
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.
Relation and FunctionRelation and Function
For mathematics formulas, to find invers of f,
we can exchange the variable x with y.
Ex.
Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng

More Related Content

What's hot

Chapter 2: Relations
Chapter 2: RelationsChapter 2: Relations
Chapter 2: Relationsnszakir
 
Final relation1 m_tech(cse)
Final relation1 m_tech(cse)Final relation1 m_tech(cse)
Final relation1 m_tech(cse)Himanshu Dua
 
Matematika terapan week 2. set
Matematika terapan week 2. set Matematika terapan week 2. set
Matematika terapan week 2. set Hardini_HD
 
Abstract algebra & its applications (1)
Abstract algebra & its applications (1)Abstract algebra & its applications (1)
Abstract algebra & its applications (1)drselvarani
 
Matematika terapan week 3
Matematika terapan week 3Matematika terapan week 3
Matematika terapan week 3nellylawar
 
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 Hardini_HD
 
Lesson 1 INTRODUCTION TO FUNCTIONS
Lesson 1   INTRODUCTION TO FUNCTIONSLesson 1   INTRODUCTION TO FUNCTIONS
Lesson 1 INTRODUCTION TO FUNCTIONSLouiseLyn
 
Discrete-Chapter 08 Relations
Discrete-Chapter 08 RelationsDiscrete-Chapter 08 Relations
Discrete-Chapter 08 RelationsWongyos Keardsri
 
Relation matrix & graphs in relations
Relation matrix &  graphs in relationsRelation matrix &  graphs in relations
Relation matrix & graphs in relationsRachana Pathak
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
Poset in Relations(Discrete Mathematics)
Poset in Relations(Discrete Mathematics)Poset in Relations(Discrete Mathematics)
Poset in Relations(Discrete Mathematics)Rachana Pathak
 
Geometric sequences and geometric means
Geometric sequences and geometric meansGeometric sequences and geometric means
Geometric sequences and geometric meansDenmar Marasigan
 
MCA_UNIT-4_Computer Oriented Numerical Statistical Methods
MCA_UNIT-4_Computer Oriented Numerical Statistical MethodsMCA_UNIT-4_Computer Oriented Numerical Statistical Methods
MCA_UNIT-4_Computer Oriented Numerical Statistical MethodsRai University
 
Vectors Preparation Tips for IIT JEE | askIITians
Vectors Preparation Tips for IIT JEE | askIITiansVectors Preparation Tips for IIT JEE | askIITians
Vectors Preparation Tips for IIT JEE | askIITiansaskiitian
 

What's hot (17)

Chapter 2: Relations
Chapter 2: RelationsChapter 2: Relations
Chapter 2: Relations
 
Final relation1 m_tech(cse)
Final relation1 m_tech(cse)Final relation1 m_tech(cse)
Final relation1 m_tech(cse)
 
Matematika terapan week 2. set
Matematika terapan week 2. set Matematika terapan week 2. set
Matematika terapan week 2. set
 
Abstract algebra & its applications (1)
Abstract algebra & its applications (1)Abstract algebra & its applications (1)
Abstract algebra & its applications (1)
 
Matematika terapan week 3
Matematika terapan week 3Matematika terapan week 3
Matematika terapan week 3
 
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
 
Lesson 1 INTRODUCTION TO FUNCTIONS
Lesson 1   INTRODUCTION TO FUNCTIONSLesson 1   INTRODUCTION TO FUNCTIONS
Lesson 1 INTRODUCTION TO FUNCTIONS
 
Mtk
MtkMtk
Mtk
 
Discrete-Chapter 08 Relations
Discrete-Chapter 08 RelationsDiscrete-Chapter 08 Relations
Discrete-Chapter 08 Relations
 
Relation matrix & graphs in relations
Relation matrix &  graphs in relationsRelation matrix &  graphs in relations
Relation matrix & graphs in relations
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
Introductions to Relations
Introductions to RelationsIntroductions to Relations
Introductions to Relations
 
Group theory
Group theoryGroup theory
Group theory
 
Poset in Relations(Discrete Mathematics)
Poset in Relations(Discrete Mathematics)Poset in Relations(Discrete Mathematics)
Poset in Relations(Discrete Mathematics)
 
Geometric sequences and geometric means
Geometric sequences and geometric meansGeometric sequences and geometric means
Geometric sequences and geometric means
 
MCA_UNIT-4_Computer Oriented Numerical Statistical Methods
MCA_UNIT-4_Computer Oriented Numerical Statistical MethodsMCA_UNIT-4_Computer Oriented Numerical Statistical Methods
MCA_UNIT-4_Computer Oriented Numerical Statistical Methods
 
Vectors Preparation Tips for IIT JEE | askIITians
Vectors Preparation Tips for IIT JEE | askIITiansVectors Preparation Tips for IIT JEE | askIITians
Vectors Preparation Tips for IIT JEE | askIITians
 

Similar to Matematika terapan week 5

Matematika terapan week 5
Matematika terapan week 5 Matematika terapan week 5
Matematika terapan week 5 Hardini_HD
 
Matematika terapan minggu ke-4
Matematika terapan minggu ke-4Matematika terapan minggu ke-4
Matematika terapan minggu ke-4Fisma Ananda
 
Proof methods-students
Proof methods-students Proof methods-students
Proof methods-students Yassirdino
 
Matematika terapan week 12
Matematika terapan week 12 Matematika terapan week 12
Matematika terapan week 12 Hardini_HD
 
functions
 functions  functions
functions Gaditek
 
Function and Recursively defined function
Function and Recursively defined functionFunction and Recursively defined function
Function and Recursively defined functionNANDINI SHARMA
 
Function notation by sadiq
Function notation by sadiqFunction notation by sadiq
Function notation by sadiqSadiq Hussain
 
Composition and inverse of functions
Composition  and inverse of functionsComposition  and inverse of functions
Composition and inverse of functionsCharliez Jane Soriano
 
Relations and function class xii copy
Relations and function class xii   copyRelations and function class xii   copy
Relations and function class xii copycsanjeive
 
Matematika terapan week 13
Matematika terapan week 13 Matematika terapan week 13
Matematika terapan week 13 Hardini_HD
 
Relation And Function.pptx
Relation And Function.pptxRelation And Function.pptx
Relation And Function.pptxSohamMathur1
 
Functions as Relations
Functions as Relations Functions as Relations
Functions as Relations Yassirdino
 
17.5 introduction to functions
17.5 introduction to functions17.5 introduction to functions
17.5 introduction to functionsGlenSchlee
 

Similar to Matematika terapan week 5 (20)

Matematika terapan week 5
Matematika terapan week 5 Matematika terapan week 5
Matematika terapan week 5
 
Matematika terapan minggu ke-4
Matematika terapan minggu ke-4Matematika terapan minggu ke-4
Matematika terapan minggu ke-4
 
Proof methods-students
Proof methods-students Proof methods-students
Proof methods-students
 
Matematika terapan week 12
Matematika terapan week 12 Matematika terapan week 12
Matematika terapan week 12
 
functions
 functions  functions
functions
 
Function and Recursively defined function
Function and Recursively defined functionFunction and Recursively defined function
Function and Recursively defined function
 
Function notation by sadiq
Function notation by sadiqFunction notation by sadiq
Function notation by sadiq
 
Module functions
Module   functionsModule   functions
Module functions
 
Composition and inverse of functions
Composition  and inverse of functionsComposition  and inverse of functions
Composition and inverse of functions
 
Introductory calculus
Introductory calculusIntroductory calculus
Introductory calculus
 
Relations and function class xii copy
Relations and function class xii   copyRelations and function class xii   copy
Relations and function class xii copy
 
1 quadratic function
1 quadratic function1 quadratic function
1 quadratic function
 
Matematika terapan week 13
Matematika terapan week 13 Matematika terapan week 13
Matematika terapan week 13
 
function
functionfunction
function
 
Relation And Function.pptx
Relation And Function.pptxRelation And Function.pptx
Relation And Function.pptx
 
Functions as Relations
Functions as Relations Functions as Relations
Functions as Relations
 
Inverse function
Inverse function Inverse function
Inverse function
 
Relations and functions
Relations and functionsRelations and functions
Relations and functions
 
17.5 introduction to functions
17.5 introduction to functions17.5 introduction to functions
17.5 introduction to functions
 
C:\Fakepath\Stew Cal4e 1 6
C:\Fakepath\Stew Cal4e 1 6C:\Fakepath\Stew Cal4e 1 6
C:\Fakepath\Stew Cal4e 1 6
 

More from Fisma Ananda

More from Fisma Ananda (20)

Bab 13 etika komputer
Bab 13   etika komputerBab 13   etika komputer
Bab 13 etika komputer
 
Bab 12 keamanan komputer
Bab 12   keamanan komputerBab 12   keamanan komputer
Bab 12 keamanan komputer
 
Bab 11 bahasa pemograman
Bab 11   bahasa pemogramanBab 11   bahasa pemograman
Bab 11 bahasa pemograman
 
Bab 10 internet
Bab 10   internetBab 10   internet
Bab 10 internet
 
Bab 9 jaringan komputer
Bab 9   jaringan komputerBab 9   jaringan komputer
Bab 9 jaringan komputer
 
Bab 8 komunikasi data
Bab 8   komunikasi dataBab 8   komunikasi data
Bab 8 komunikasi data
 
Bab 7 organisasi file
Bab 7   organisasi fileBab 7   organisasi file
Bab 7 organisasi file
 
Bab 6 sistem bilangan
Bab 6   sistem bilanganBab 6   sistem bilangan
Bab 6 sistem bilangan
 
Bab 5 software
Bab 5   softwareBab 5   software
Bab 5 software
 
Bab 4 hardware
Bab 4   hardwareBab 4   hardware
Bab 4 hardware
 
Bab 3 komputer dan bagian-bagiannya
Bab 3   komputer dan bagian-bagiannyaBab 3   komputer dan bagian-bagiannya
Bab 3 komputer dan bagian-bagiannya
 
Modul xiii
Modul xiiiModul xiii
Modul xiii
 
Modul xii
Modul xiiModul xii
Modul xii
 
Modul xi
Modul xiModul xi
Modul xi
 
Modul x
Modul xModul x
Modul x
 
Modul viii
Modul viiiModul viii
Modul viii
 
Modul vii
Modul viiModul vii
Modul vii
 
Modul vi
Modul viModul vi
Modul vi
 
Modul v
Modul vModul v
Modul v
 
Modul lengkap
Modul lengkapModul lengkap
Modul lengkap
 

Recently uploaded

Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.MateoGardella
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfSanaAli374401
 
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.pdfQucHHunhnh
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
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.pptxnegromaestrong
 
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 17Celine George
 
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.pptxheathfieldcps1
 
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 Delhikauryashika82
 
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 ConsultingTechSoup
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 

Recently uploaded (20)

Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
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
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
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
 
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
 
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
 
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
 
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
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 

Matematika terapan week 5

  • 1. TIF 21101 APPLIED MATH 1 (MATEMATIKA TERAPAN 1) Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng Week 5 Relation and Function II
  • 2. Relation 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 Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng 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.
  • 3. Relation and FunctionRelation and Function Objectives Definition of Function Function Properties Composition of Function Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng Composition of Function Function Inversion
  • 4. Relation 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 Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng 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.
  • 5. Relation and FunctionRelation and Function Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng Some Functions
  • 6. Relation and FunctionRelation and Function Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng Not a Function
  • 7. Relation 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. Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng respectively. We also can write it as f(a) = b, where a∈A and b∈B
  • 8. Relation and FunctionRelation and Function Denote all elements into a function form!!! .3 .w .s .4 Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng .a .7 .# .& .r .10
  • 9. Relation 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. Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng x∈Z. Draw the graph as well.
  • 10. Relation and FunctionRelation and Function Find the domains and codomains from the graph f(x) = x2+2 below !! Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
  • 11. Relation and FunctionRelation and Function Function Properties There are three basic type of function, those are : 1. One-to-one function (injective) Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng 1. One-to-one function (injective) 2. Onto function (surjective) 3. Bijective function (both one-to-one and onto)
  • 12. Relation 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. Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng have distinct match in the codomain B.
  • 13. Relation 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. Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng element of domain A.
  • 14. Relation and FunctionRelation and Function Bijective Function Bijective can be called correspondence one to one. It can be inverted. Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
  • 15. Relation 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 Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng 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)).
  • 16. Relation and FunctionRelation and Function Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
  • 17. Relation 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 Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng 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.
  • 18. Relation 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 Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng 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?
  • 19. Relation 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 Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng 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.
  • 20. Relation and FunctionRelation and Function Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng
  • 21. Relation 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? Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng 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.
  • 22. Relation and FunctionRelation and Function For mathematics formulas, to find invers of f, we can exchange the variable x with y. Ex. Matematika Terapan 12014/2013 M. Ilyas Hadikusuma, M.Eng