Function Composition R. Yates.

Slides:



Advertisements
Similar presentations
Function Composition Section 8-7 Function Composition Fancy way of denoting and performing SUBSTITUTION But first …. Let’s review.
Advertisements

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.
Function Composition Fancy way of denoting and performing SUBSTITUTION But first …. Let’s review.
Composition of Functions
Section 12.1 Composite and Inverse Functions
1.7, page 209 Combinations of Functions; Composite Functions Objectives Find the domain of a function. Combine functions using algebra. Form composite.
 Simplify the following. Section Sum: 2. Difference: 3. Product: 4. Quotient: 5. Composition:
Function Composition. Fancy way of denoting and performing SUBSTITUTION But first ….let’s review.
1.7 Combination of Functions
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))
Rational Exponents and Radical Functions
Combinations of Functions & Inverse Functions Obj: Be able to work with combinations/compositions of functions. Be able to find inverse functions. TS:
Combinations of Functions
Chapter 7 7.6: Function Operations. Function Operations.
Composite Functions. O Finding a composite function simply means plugging one function into another function. O The key thing to remember is which way.
Function Inverse Quick review. {(2, 3), (5, 0), (-2, 4), (3, 3)} Domain & Range = ? Inverse = ? D = {2, 5, -2, 3} R = {3, 0, 4}
Warmup Alg 31 Jan Agenda Don't forget about resources on mrwaddell.net Section 6.4: Inverses of functions Using “Composition” to prove inverse Find.
6-1: Operations on Functions (Composition of Functions)
Composite Functions How would you define composite functions? Math30-1.
How do we verify and find inverses of functions?
Pre-Calc Lesson 4.2 Operations on Functions
Aim: What is the composition of functions? Do Now: Given: Express z in terms of x HW: Work sheet.
Function Composition Given f(x) = 2x + 2 and g(x) = 2, find f ºg(x). f ºg(x)=f(g(x)Start on the inside. f(g(x)) g(x) = 2, so replace it. f(g(x)) = f(2)
Finding Inverses (thru algebra) & Proving Inverses (thru composition) MM2A5b. Determine inverses of linear, quadratic, and power functions and functions.
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.
EQ: What are the characteristics of functions and their inverses?
Ch. 7 Day 6 Book Section 7.6 Function Operations.
Operations with Functions
3.5 Operations on Functions
Quiz PowerPoint Review
Objectives: To find inverse functions graphically & algebraically.
Finding the Inverse of a Function Algebraically
3.6-2 Composing, Decomposing Functions
Composition of Functions
5-Minute Check Lesson 1-2A
Composition of Functions 1.
Function Compositions and Inverses
Functions Review.
Inverse Functions.
Section 5.1 Composite Functions.
= + 1 x x2 - 4 x x x2 x g(x) = f(x) = x2 - 4 g(f(x))
Math Ii Unit 2 (Part B).
Activity 2.8 Study Time.
Function Composition Section 8-7.
Composition of Functions And Inverse Functions.
2.6 Operations on Functions
3.5 Operations on Functions
6.4 - Use Inverse Functions
Function Operations Function Composition
Warm Up Determine the domain of the function.
Functions Collection: notation, inverse, composite
Perform the indicated operation.
Warm Up #3.
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.
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).
SAT Problem of the Day.
Function Operations Function Composition
Replace inside with “x” of other function
Composite Function: Combining a function within another function.
3.7-2 – Inverse Functions and Properties
SPONGE (3x + 2)4 (2x – 5y)3.
Do Now: Given: Express z in terms of x HW: p.159 # 4,6,8,
FUNCTIONS & THEIR GRAPHS
Presentation transcript:

Function Composition R. Yates

Function Composition Fancy way of denoting and performing SUBSTITUTION But first …. Let’s review.

Function Recap Function notation: f(x) This DOES NOT MEAN MULITPLICATION. Given f(x) = 3x - 1, find f(2). Substitute 2 for x f(2) = 3(2) - 1 = 6 - 1 = 5

Recap 1 Given g(x) = x2 - x, find g(-3) g(-3) = (-3)2 - (-3) = 9 - -3 = 9 + 3 = 12 g(-3) = 12

Recap 2 Given g(x) = 3x - 4x2 + 2, find g(5) g(5) = 3(5) - 4(5)2 + 2 =15 - 4(25) + 2 = 15 - 100 + 2 = -83 g(5) = -83

Recap 3 Given f(x) = x - 5, find f(a+1) f(a + 1) = (a + 1) - 5 = a+1 - 5 f(a + 1) = a - 4

Function Composition Function Composition is just fancy substitution, very similar to what we have been doing with finding the value of a function. The difference is we will be plugging in another function

Function Composition Just the same we will still be replacing x with whatever we have in the parentheses. The notation looks like g(f(x)) or f(g(x)). We read it ‘g of f of x’ or ‘f of g of x’

Function Composition The book uses [f g](x) for f(g(x)) and [g f](x) for g(f(x)). Our notation is easier to understand & is used on the SOL. 9 9

Function Composition EXAMPLE Given f(x) = 2x + 2 and g(x) = 2, find f(g(x)). Start on the inside. f(g(x)) g(x) = 2, so replace it. f(g(x)) = f(2) = 2(2) + 2 = 6

Function Composition Given g(x) = x - 5 and f(x) = x + 1, find f(g(x)). g(x) = x - 5 so replace it. f(g(x)) = f(x - 5) Now replace x with x - 5 in f(x).

Function Composition f(x - 5) = (x - 5) + 1 = x - 5 + 1 = x - 4 So f(g(x)) = x - 4. Find g(f(x)). Well f(x) = x + 1 so replace it. g(x + 1). g(x + 1) = x + 1 - 5 = x - 4

Function Composition Given f(x) = x2 + x and g(x) = x - 4, find f(g(x)) and g(f(x)). f(g(x)) = f(x - 4) = (x - 4)2 + (x - 4) = x2 - 8x+16+x – 4 f(g(x)) = x2 - 7x + 12

Function Composition Given f(x) = x2 + x and g(x) = x - 4, find f(g(x)) and g(f(x)). g(f(x)) = g(x2 + x) = x2 + x - 4

Function Composition Given f(x) = 2x + 5 and g(x) = 8 + x, find f(g(-5)). Start in the middle: g(-5) = 8 + -5 = 3. So replace g(-5) with 3 and we get f(3) = 2(3) + 5 = 6 + 5 = 11

Page 10 So we plug 4 into function j first and get an answer! Now plug 0 into the second function, h!

Page 10 Start with function j, it is closer to the number. Now take 14 and plug it into function f

Page 10

Function Composition Given f(x) = 2x + 5 and g(x) = 8 + x, find g(f(-5)). Start in the middle: f(-5) = 2(-5) + 5 = -10 + 5 = 5 Replace f(-5) with 5 and we have g(5) = 8 + 5 = 13. g(f(-5)) = 13

Function Inverses R. Yates

Function Inverse Quick review. {(2, 3), (5, 0), (-2, 4), (3, 3)} Domain & Range = ? Inverse = ? D = {2, 5, -2, 3} R = {3, 0, 4}

Function Inverse {(2, 3), (5, 0), (-2, 4), (3, 3)} Inverse = switch the x and y, (domain and range) I = {(3, 2), (0, 5), (4, -2), (3, 3)}

Function Inverse {(4, 7), (1, 4), (9, 11), (-2, -1)} Inverse = ?

Function Inverse Now that we can find the inverse of a relation, let’s talk about finding the inverse of a function. What is a function? a relation in which no member of the domain is repeated.

Function Inverse To find the inverse of a function we will still switch the domain and range, but there is a little twist … We will be working with the equation.

Function Inverse So what letter represents the domain? x So what letter represents the range? y

Function Inverse So we will switch the x and y in the equation and then resolve it for … y.

Function Inverse Find the inverse of the function f(x) = x + 5. Substitute y for f(x). y = x + 5. Switch x and y. x = y + 5 Solve for y. x - 5 = y

Function Inverse So the inverse of f(x) = x + 5 is y = x - 5 or f(x) = x - 5.

Function Inverse Given f(x) = 3x - 4, find its inverse (f-1(x)). y = 3x - 4 switch. x = 3y - 4 solve for y. x + 4 = 3y y = (x + 4)/3

Function Inverse Given h(x) = -3x + 9, find it’s inverse. y = -3x + 9 x = -3y + 9 x - 9 = -3y (x - 9) / -3 = y

Function Inverse Given Find the inverse.

Function Inverse

Function Inverse 3x = 2y + 5 3x - 5 = 2y

Function Inverse Given f(x) = x2 - 4 y = x2 - 4 x = y2 - 4 x + 4 = y2

Function Inverse x + 4 = y2

Function Inverse Assignment pg. 532 15 - 33 odd