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

Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
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
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
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
 
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
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
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
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 

Recently uploaded (20)

Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
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
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
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
 
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
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........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 ...
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 

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. 𝑓°𝑔(𝑥)