SlideShare a Scribd company logo
1 of 9
Function Composition
Function Composition
What does composition mean?
◦ Combining two or more things to create something new.
What does function composition mean?
◦ Combining two or more functions, using a specific rule, to create a new function.
Function Compositions
We normally see function compositions either written as:
𝑓 𝑔 𝑥 or 𝑓°𝑔(𝑥)
Both are talking about the SAME THING
BUT, what do they MEAN?
Function Composition: Meaning
In general, for function compositions, we are simply plugging one function into
the other function.
Sounds confusing, but it is simple!
Function Composition: Meaning
In general, for function compositions, we are simply plugging one function into
the other function.
Let’s start simple:
𝑓 𝑥 = 3𝑥 + 2 and 𝑔 𝑥 = 𝑥 − 1
Find: 𝑓(𝑔 3 )
Function Composition: Meaning
𝑔 𝑥 = 𝑥 − 1 and 𝑓 𝑥 = 3𝑥 + 2
Find: 𝑓(𝑔 3 )
The number is plugged into the function it is listed closest to. The “g” function in the
above example. And we solve to get an answer.
𝑔 3 = 3 − 1 = 2
That answer is then plugged into the function farther away. The “f” function in the
above example.
𝑓 2 = 3 2 + 2 = 8
Function Composition
𝑓 𝑔 𝑥 or 𝑓°𝑔(𝑥)
The second function listed (the g function in the above examples) is ALWAYS
plugged into the x variable in the first function (the f function in the above
examples)
Example 1
Example:
𝑓 𝑥 = 𝑥2
𝑔 𝑥 = 2𝑥 − 1
𝑓°𝑔(𝑥)
This says: plug the g function into the f function.
Example 1
Example:
𝑓 𝑥 = 𝑥2
𝑔 𝑥 = 2𝑥 − 1
Step 1: rewrite 𝑓 𝑥 = 𝑥2 but change the x into parenthesis.
𝑓 𝑥 = ( )2
Step 2: put the g(x) function into the parenthesis.
𝑓 𝑥 = (2𝑥 − 1)2
Step 3: Simplify if possible.
𝑓°𝑔(𝑥)

More Related Content

What's hot

Changing the subject of a formula (roots and powers)
Changing the subject of a formula (roots and powers)Changing the subject of a formula (roots and powers)
Changing the subject of a formula (roots and powers)Alona Hall
 
Matematika terapan week 5 [compatibility mode]
Matematika terapan week 5 [compatibility mode]Matematika terapan week 5 [compatibility mode]
Matematika terapan week 5 [compatibility mode]nellylawar
 
truth table ppt 'discrit mathematic'
truth table ppt 'discrit mathematic'truth table ppt 'discrit mathematic'
truth table ppt 'discrit mathematic'Shubhamkumar371861
 
Session Notes 2/23/14
Session Notes 2/23/14 Session Notes 2/23/14
Session Notes 2/23/14 Tyler Murphy
 
2 1-100830171027-phpapp02-120930230737-phpapp01
2 1-100830171027-phpapp02-120930230737-phpapp012 1-100830171027-phpapp02-120930230737-phpapp01
2 1-100830171027-phpapp02-120930230737-phpapp01NeilfieOrit1
 
How to create average function in excel
How to create average function in excelHow to create average function in excel
How to create average function in excelWongMingYun
 
python- print function and arithmetic expressions
python- print function and arithmetic expressionspython- print function and arithmetic expressions
python- print function and arithmetic expressionsSreejaRamesh2
 
Formation of partial differential equations by eliminating arbitrary functions
Formation of partial differential equations by eliminating arbitrary functionsFormation of partial differential equations by eliminating arbitrary functions
Formation of partial differential equations by eliminating arbitrary functionsDr. Boddu Muralee Bala Krushna
 
Additionproperties.pp
Additionproperties.ppAdditionproperties.pp
Additionproperties.ppNeilfieOrit1
 
Dictionaries and Sets in Python
Dictionaries and Sets in PythonDictionaries and Sets in Python
Dictionaries and Sets in PythonRaajendra M
 
1.2 parentheses, order of operations
1.2 parentheses, order of operations1.2 parentheses, order of operations
1.2 parentheses, order of operationsleblance
 
2.1.1 functions and their graphs
2.1.1 functions and their graphs2.1.1 functions and their graphs
2.1.1 functions and their graphsNorthside ISD
 

What's hot (18)

Changing the subject of a formula (roots and powers)
Changing the subject of a formula (roots and powers)Changing the subject of a formula (roots and powers)
Changing the subject of a formula (roots and powers)
 
Matematika terapan week 5 [compatibility mode]
Matematika terapan week 5 [compatibility mode]Matematika terapan week 5 [compatibility mode]
Matematika terapan week 5 [compatibility mode]
 
Ali Nawaz Jhtial
Ali Nawaz Jhtial Ali Nawaz Jhtial
Ali Nawaz Jhtial
 
Lar calc10 ch05_sec4
Lar calc10 ch05_sec4Lar calc10 ch05_sec4
Lar calc10 ch05_sec4
 
Password broker
Password brokerPassword broker
Password broker
 
Geo 2.5&6
Geo 2.5&6Geo 2.5&6
Geo 2.5&6
 
truth table ppt 'discrit mathematic'
truth table ppt 'discrit mathematic'truth table ppt 'discrit mathematic'
truth table ppt 'discrit mathematic'
 
Session Notes 2/23/14
Session Notes 2/23/14 Session Notes 2/23/14
Session Notes 2/23/14
 
2 1-100830171027-phpapp02-120930230737-phpapp01
2 1-100830171027-phpapp02-120930230737-phpapp012 1-100830171027-phpapp02-120930230737-phpapp01
2 1-100830171027-phpapp02-120930230737-phpapp01
 
First order partial differential equations
First order partial differential equationsFirst order partial differential equations
First order partial differential equations
 
How to create average function in excel
How to create average function in excelHow to create average function in excel
How to create average function in excel
 
python- print function and arithmetic expressions
python- print function and arithmetic expressionspython- print function and arithmetic expressions
python- print function and arithmetic expressions
 
Formation of partial differential equations by eliminating arbitrary functions
Formation of partial differential equations by eliminating arbitrary functionsFormation of partial differential equations by eliminating arbitrary functions
Formation of partial differential equations by eliminating arbitrary functions
 
Additionproperties.pp
Additionproperties.ppAdditionproperties.pp
Additionproperties.pp
 
Dictionaries and Sets in Python
Dictionaries and Sets in PythonDictionaries and Sets in Python
Dictionaries and Sets in Python
 
1.2 parentheses, order of operations
1.2 parentheses, order of operations1.2 parentheses, order of operations
1.2 parentheses, order of operations
 
Numerical methods ppt
Numerical methods pptNumerical methods ppt
Numerical methods ppt
 
2.1.1 functions and their graphs
2.1.1 functions and their graphs2.1.1 functions and their graphs
2.1.1 functions and their graphs
 

Viewers also liked

chuyên thiết kế phim quảng cáo nhanh nhất
chuyên thiết kế phim quảng cáo nhanh nhấtchuyên thiết kế phim quảng cáo nhanh nhất
chuyên thiết kế phim quảng cáo nhanh nhấttobias380
 
チーム産やさしさが香る
フロントエンドコード 〜jshintとscss-lintの
ソースをかけて〜
チーム産やさしさが香る
フロントエンドコード 〜jshintとscss-lintの
ソースをかけて〜チーム産やさしさが香る
フロントエンドコード 〜jshintとscss-lintの
ソースをかけて〜
チーム産やさしさが香る
フロントエンドコード 〜jshintとscss-lintの
ソースをかけて〜Takuhito Hihara
 
“Прием безналичных платежей для малого и среднего бизнеса: выбираем способы и...
“Прием безналичных платежей для малого и среднего бизнеса: выбираем способы и...“Прием безналичных платежей для малого и среднего бизнеса: выбираем способы и...
“Прием безналичных платежей для малого и среднего бизнеса: выбираем способы и...Cybermarketing, Moscow
 
GERAKARI MYRTO MEMOIRE
GERAKARI MYRTO MEMOIREGERAKARI MYRTO MEMOIRE
GERAKARI MYRTO MEMOIREMirto Gerakari
 
Why take your Network Online?
Why take your Network Online?Why take your Network Online?
Why take your Network Online?Su Butcher
 
Deslocalizacion economica
Deslocalizacion economicaDeslocalizacion economica
Deslocalizacion economicasanmelsa
 
день незалежності україни
день незалежності українидень незалежності україни
день незалежності україниLudmila135
 
monitors,vga and svga
monitors,vga and svgamonitors,vga and svga
monitors,vga and svgamafiavish
 
Penyelenggaraan Kesehatan Haji
Penyelenggaraan Kesehatan HajiPenyelenggaraan Kesehatan Haji
Penyelenggaraan Kesehatan Hajipjj_kemenkes
 

Viewers also liked (12)

chuyên thiết kế phim quảng cáo nhanh nhất
chuyên thiết kế phim quảng cáo nhanh nhấtchuyên thiết kế phim quảng cáo nhanh nhất
chuyên thiết kế phim quảng cáo nhanh nhất
 
Operaciones 1°h
Operaciones 1°h Operaciones 1°h
Operaciones 1°h
 
05 05 30 vacunas www.gftaognosticaespiritual.org
05 05 30 vacunas www.gftaognosticaespiritual.org05 05 30 vacunas www.gftaognosticaespiritual.org
05 05 30 vacunas www.gftaognosticaespiritual.org
 
チーム産やさしさが香る
フロントエンドコード 〜jshintとscss-lintの
ソースをかけて〜
チーム産やさしさが香る
フロントエンドコード 〜jshintとscss-lintの
ソースをかけて〜チーム産やさしさが香る
フロントエンドコード 〜jshintとscss-lintの
ソースをかけて〜
チーム産やさしさが香る
フロントエンドコード 〜jshintとscss-lintの
ソースをかけて〜
 
“Прием безналичных платежей для малого и среднего бизнеса: выбираем способы и...
“Прием безналичных платежей для малого и среднего бизнеса: выбираем способы и...“Прием безналичных платежей для малого и среднего бизнеса: выбираем способы и...
“Прием безналичных платежей для малого и среднего бизнеса: выбираем способы и...
 
GERAKARI MYRTO MEMOIRE
GERAKARI MYRTO MEMOIREGERAKARI MYRTO MEMOIRE
GERAKARI MYRTO MEMOIRE
 
Why take your Network Online?
Why take your Network Online?Why take your Network Online?
Why take your Network Online?
 
Landing page
Landing pageLanding page
Landing page
 
Deslocalizacion economica
Deslocalizacion economicaDeslocalizacion economica
Deslocalizacion economica
 
день незалежності україни
день незалежності українидень незалежності україни
день незалежності україни
 
monitors,vga and svga
monitors,vga and svgamonitors,vga and svga
monitors,vga and svga
 
Penyelenggaraan Kesehatan Haji
Penyelenggaraan Kesehatan HajiPenyelenggaraan Kesehatan Haji
Penyelenggaraan Kesehatan Haji
 

Similar to Function Composition Explained

Operation of functions and Composite function.pdf
Operation of functions and Composite function.pdfOperation of functions and Composite function.pdf
Operation of functions and Composite function.pdfSerGeo5
 
Operation of functions and Composite function.pptx
Operation of functions and Composite function.pptxOperation of functions and Composite function.pptx
Operation of functions and Composite function.pptxSerGeo5
 
Composite functions
Composite functionsComposite functions
Composite functionstoni dimella
 
composite-functions.ppt
composite-functions.pptcomposite-functions.ppt
composite-functions.pptGeraldoCaamic3
 
Evaluating Functions
Evaluating FunctionsEvaluating Functions
Evaluating Functionsarielrogon
 
Composition and inverse of functions
Composition  and inverse of functionsComposition  and inverse of functions
Composition and inverse of functionsCharliez Jane Soriano
 
Semana 25 funciones especiales álgebra uni ccesa007
Semana 25 funciones especiales álgebra uni ccesa007Semana 25 funciones especiales álgebra uni ccesa007
Semana 25 funciones especiales álgebra uni ccesa007Demetrio Ccesa Rayme
 
OPERATIONS ON FUNCTIONS.pptx
OPERATIONS ON FUNCTIONS.pptxOPERATIONS ON FUNCTIONS.pptx
OPERATIONS ON FUNCTIONS.pptxCindyBonono3
 
Basic rules of integration, important rules of integration
Basic rules of integration, important rules of integrationBasic rules of integration, important rules of integration
Basic rules of integration, important rules of integrationlauretarayjan1
 
Operation-on-function-Part-1.pptx grade 11
Operation-on-function-Part-1.pptx grade 11Operation-on-function-Part-1.pptx grade 11
Operation-on-function-Part-1.pptx grade 11JeskaAmante1
 
Lesson 4- Math 10 - W4Q1_General Form of a Polynomial Function.pptx
Lesson 4- Math 10 - W4Q1_General Form of a Polynomial Function.pptxLesson 4- Math 10 - W4Q1_General Form of a Polynomial Function.pptx
Lesson 4- Math 10 - W4Q1_General Form of a Polynomial Function.pptxErlenaMirador1
 
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICSRai University
 
Functions ppt Dr Frost Maths Mixed questions
Functions ppt Dr Frost Maths Mixed questionsFunctions ppt Dr Frost Maths Mixed questions
Functions ppt Dr Frost Maths Mixed questionsgcutbill
 
Deriving the inverse of a function2 (composite functions)
Deriving the inverse of a function2 (composite functions)Deriving the inverse of a function2 (composite functions)
Deriving the inverse of a function2 (composite functions)Alona Hall
 
13 1 basics_integration
13 1 basics_integration13 1 basics_integration
13 1 basics_integrationManarAdham
 

Similar to Function Composition Explained (20)

Operation of functions and Composite function.pdf
Operation of functions and Composite function.pdfOperation of functions and Composite function.pdf
Operation of functions and Composite function.pdf
 
Operation of functions and Composite function.pptx
Operation of functions and Composite function.pptxOperation of functions and Composite function.pptx
Operation of functions and Composite function.pptx
 
Composite functions
Composite functionsComposite functions
Composite functions
 
Chap7_Sec5 (1).ppt
Chap7_Sec5 (1).pptChap7_Sec5 (1).ppt
Chap7_Sec5 (1).ppt
 
composite-functions.ppt
composite-functions.pptcomposite-functions.ppt
composite-functions.ppt
 
Evaluating Functions
Evaluating FunctionsEvaluating Functions
Evaluating Functions
 
Composition and inverse of functions
Composition  and inverse of functionsComposition  and inverse of functions
Composition and inverse of functions
 
COMPOSITE FUNCTIONS.pptx
COMPOSITE FUNCTIONS.pptxCOMPOSITE FUNCTIONS.pptx
COMPOSITE FUNCTIONS.pptx
 
Operaciones entre Funciones
Operaciones entre FuncionesOperaciones entre Funciones
Operaciones entre Funciones
 
Semana 25 funciones especiales álgebra uni ccesa007
Semana 25 funciones especiales álgebra uni ccesa007Semana 25 funciones especiales álgebra uni ccesa007
Semana 25 funciones especiales álgebra uni ccesa007
 
OPERATIONS ON FUNCTIONS.pptx
OPERATIONS ON FUNCTIONS.pptxOPERATIONS ON FUNCTIONS.pptx
OPERATIONS ON FUNCTIONS.pptx
 
Basic rules of integration, important rules of integration
Basic rules of integration, important rules of integrationBasic rules of integration, important rules of integration
Basic rules of integration, important rules of integration
 
Operation-on-function-Part-1.pptx grade 11
Operation-on-function-Part-1.pptx grade 11Operation-on-function-Part-1.pptx grade 11
Operation-on-function-Part-1.pptx grade 11
 
Lesson 4- Math 10 - W4Q1_General Form of a Polynomial Function.pptx
Lesson 4- Math 10 - W4Q1_General Form of a Polynomial Function.pptxLesson 4- Math 10 - W4Q1_General Form of a Polynomial Function.pptx
Lesson 4- Math 10 - W4Q1_General Form of a Polynomial Function.pptx
 
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
 
Si math 107 ch5,8
Si math 107 ch5,8Si math 107 ch5,8
Si math 107 ch5,8
 
Functions ppt Dr Frost Maths Mixed questions
Functions ppt Dr Frost Maths Mixed questionsFunctions ppt Dr Frost Maths Mixed questions
Functions ppt Dr Frost Maths Mixed questions
 
Deriving the inverse of a function2 (composite functions)
Deriving the inverse of a function2 (composite functions)Deriving the inverse of a function2 (composite functions)
Deriving the inverse of a function2 (composite functions)
 
13 1 basics_integration
13 1 basics_integration13 1 basics_integration
13 1 basics_integration
 
General Math.pptx
General Math.pptxGeneral Math.pptx
General Math.pptx
 

Recently uploaded

Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
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 ImpactPECB
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
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
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
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 ...EduSkills OECD
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
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
 
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
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 

Recently uploaded (20)

Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
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
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
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
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
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
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
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 ...
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
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
 
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
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 

Function Composition Explained

  • 2. Function Composition What does composition mean? ◦ Combining two or more things to create something new. What does function composition mean? ◦ Combining two or more functions, using a specific rule, to create a new function.
  • 3. Function Compositions We normally see function compositions either written as: 𝑓 𝑔 𝑥 or 𝑓°𝑔(𝑥) Both are talking about the SAME THING BUT, what do they MEAN?
  • 4. Function Composition: Meaning In general, for function compositions, we are simply plugging one function into the other function. Sounds confusing, but it is simple!
  • 5. Function Composition: Meaning In general, for function compositions, we are simply plugging one function into the other function. Let’s start simple: 𝑓 𝑥 = 3𝑥 + 2 and 𝑔 𝑥 = 𝑥 − 1 Find: 𝑓(𝑔 3 )
  • 6. Function Composition: Meaning 𝑔 𝑥 = 𝑥 − 1 and 𝑓 𝑥 = 3𝑥 + 2 Find: 𝑓(𝑔 3 ) The number is plugged into the function it is listed closest to. The “g” function in the above example. And we solve to get an answer. 𝑔 3 = 3 − 1 = 2 That answer is then plugged into the function farther away. The “f” function in the above example. 𝑓 2 = 3 2 + 2 = 8
  • 7. Function Composition 𝑓 𝑔 𝑥 or 𝑓°𝑔(𝑥) The second function listed (the g function in the above examples) is ALWAYS plugged into the x variable in the first function (the f function in the above examples)
  • 8. Example 1 Example: 𝑓 𝑥 = 𝑥2 𝑔 𝑥 = 2𝑥 − 1 𝑓°𝑔(𝑥) This says: plug the g function into the f function.
  • 9. Example 1 Example: 𝑓 𝑥 = 𝑥2 𝑔 𝑥 = 2𝑥 − 1 Step 1: rewrite 𝑓 𝑥 = 𝑥2 but change the x into parenthesis. 𝑓 𝑥 = ( )2 Step 2: put the g(x) function into the parenthesis. 𝑓 𝑥 = (2𝑥 − 1)2 Step 3: Simplify if possible. 𝑓°𝑔(𝑥)