Composition of Functions

Slides:



Advertisements
Similar presentations
Domain: 1) f(0) = 8 2) f(3) = 3) g(-2) = -2 4) g(2) = 0 5) f(g(0)) = f(2) =0 6) f(g(-2)) = f(-2) =undefined 7) f(g(2)) = f(0) =8 8) f(g(-1)) = f(1) =3.
Advertisements

Function Composition Fancy way of denoting and performing SUBSTITUTION But first …. Let’s review.
Composition of Functions
Operations with Functions
Operations with Functions
1.7, page 209 Combinations of Functions; Composite Functions Objectives Find the domain of a function. Combine functions using algebra. Form composite.
6-5 operations with functions
Function Composition. Fancy way of denoting and performing SUBSTITUTION But first ….let’s review.
Warm-up Arithmetic Combinations (f+g)(x) = f(x) + g(x) (f-g)(x) = f(x) – g(x) (fg)(x) = f(x) ∙ g(x) (f/g)(x) = f(x) ; g(x) ≠0 g(x) The domain for these.
Functions Domain and range The domain of a function f(x) is the set of all possible x values. (the input values) The range of a function f(x) is the set.
Composition of Functions. Definition of Composition of Functions The composition of the functions f and g are given by (f o g)(x) = f(g(x))
Chapter 7 7.6: Function Operations. Function Operations.
5.1 Composite Functions Goals 1.Form f(g(x)) = (f  g) (x) 2.Show that 2 Composites are Equal.
Composite Functions. O Finding a composite function simply means plugging one function into another function. O The key thing to remember is which way.
Math on the Mind. Composition of Functions Unit 3 Lesson 7.
6-1: Operations on Functions (Composition of Functions)
9-4 Operations with Functions Holt Algebra2 Warm Up Warm Up Lesson Presentation Lesson Presentation Lesson Quiz Lesson Quiz.
Pre-Calc Lesson 4.2 Operations on Functions
Ch 9 – Properties and Attributes of Functions 9.4 – Operations with Functions.
Aim: What is the composition of functions? Do Now: Given: Express z in terms of x HW: Work sheet.
Review of 1.4 (Graphing) Compare the graph with.
Inverse Functions The inverse of a function is obtained by interchanging the x and y values of the original function. Inverse Function Notation: If the.
6.4 Notes – Use Inverse Functions. Inverse: Flips the domain and range values Reflects the graph in y = x line. Functions f and g are inverses of each.
Function Operations and Composition MM2A5d. Use composition to verify that functions are inverses of each other.
Operations with Functions
Combinations of Functions
Ch. 1 – Functions and Their Graphs
3.6-2 Composing, Decomposing Functions
Copyright 2013, 2009, 2005, 2001, Pearson Education, Inc.
Composition of Functions 1.
Find (f + g)(x), (f – g)(x), (f · g)(x), and
Function Compositions and Inverses
Functions Review.
Section 5.1 Composite Functions.
Homework Questions.
= + 1 x x2 - 4 x x x2 x g(x) = f(x) = x2 - 4 g(f(x))
Combinations of Functions:
Activity 2.8 Study Time.
Functions and Their Inverses
Homework Questions.
Function Composition Section 8-7.
2-6: Combinations of Functions
Composite Functions L.O.
Combinations of Functions
(4)² 16 3(5) – 2 = 13 3(4) – (1)² 12 – ● (3) – 2 9 – 2 = 7
Operations with Functions
Domain, range and composite functions
Function Operations Function Composition
Warm Up Determine the domain of the function.
Functions Collection: notation, inverse, composite
Perform the indicated operation.
3.6 – The Chain Rule.
Page 196 1) 3) 5) 7) 9) 11) 13) g(f(3)) = -25, f(g(1)) = 1, f(f(0)) = 4 15) 1 17) 30 19) f(g(x)) = (x + 3)2 g(f(x)) = x2 + 3 Domain: All Reals 21) 5/15/2019.
Function Composition Section 8-7.
Determine if 2 Functions are Inverses by Compositions
Function Composition.
Function Operations (and inverses!).
Warm Up Determine the domain of f(g(x)). f(x) = g(x) =
Section 2 – Composition of Functions
Use Inverse Functions Notes 6.4.
Use Inverse Functions Notes 7.5 (Day 2).
Function Operations Function Composition
How are you feeling? Happy Sad Indifferent.
Replace inside with “x” of other function
Composite Function: Combining a function within another function.
2-6: Combinations of Functions
Function Composition R. Yates.
Do Now: Given: Express z in terms of x HW: p.159 # 4,6,8,
12 Chapter Chapter 2 Exponential and Logarithmic Functions.
Objectives Add, subtract, multiply, and divide functions.
Presentation transcript:

Composition of Functions

Definition/Mathematical Notation Composition of Functions is the process of combining two functions where one function is performed first and the result of which is substituted in place of each x in the other function. Mathematical Notation: Given functions f(x) and g(x), find: (f ⃘ g)(x) or f(g(x))

Function Machines

Table of Values X f(x) 2 3 7 4 1 9 12 5 6 X g(x) 9 6 4 -3 7 12 5 3 Find (g ⃘ f)(7) f(7)=4 g(4)= -3 So (g ⃘ f)(7)= -3

Graphs Find g(f(-1)) First find f(-1)=0 Now find g(0)= -2 So g(f(-1))= -2

Function Rules Given g(x)=3x+2 and f(x) = x2 + x Find g(f(x)) This time we will replace all x values in the g function with the f function g(f(x))= 3( x ) + 2 Our x is replaced by x2 + x g(f(x) = 3(x2 + x) + 2 g(f(x) = 3x2 + 3x + 2 New function from composition of 2 functions