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

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.
Composition of Functions
Composite Functions. Objectives  Add, subtract, multiply, and divide functions.  Find compositions of one function with another function.
Composition is a binary operation like addition, subtraction, multiplication and division are binary operations. (meaning they operate on two elements)
Warm- UP F(x) = x + 2, g(x) = -x Add the two functions 2.Subtract the two functions 3.Multiply the two 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
Thursday  Last Day for Test corrections  Retest 7:40am tomorrow.
Inverse Functions Consider the function f illustrated by the mapping diagram. The function f takes the domain values of 1, 8 and 64 and produces the corresponding.
 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.
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))
Combinations of Functions & Inverse Functions Obj: Be able to work with combinations/compositions of functions. Be able to find inverse functions. TS:
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)
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.
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)
PreCalculus Section 4.2 Perform operation on functions Like, numbers, functions can be added, subtracted, multiplied, and divided. The profit generated.
Do Now: Perform the indicated operation.
Operations with Functions
3.5 Operations on Functions
Digital Lesson Algebra of Functions.
3.6-2 Composing, Decomposing Functions
Composition of Functions
Copyright 2013, 2009, 2005, 2001, Pearson Education, Inc.
Composition of Functions 1.
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))
Please find your new assigned seat!
Operations of Functions
Combinations of Functions:
Homework Questions.
Function Composition Section 8-7.
2-6: Combinations of Functions
2.6 Operations on Functions
Combinations of Functions
Operations with Functions
3.5 Operations on Functions
Function Operations Function Composition
Warm Up Determine the domain of the function.
Functions Collection: notation, inverse, composite
Perform the indicated operation.
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
2-6: Combinations of Functions
Function Composition R. Yates.
Do Now: Given: Express z in terms of x HW: p.159 # 4,6,8,
Evaluate x = 3; 2x + 6.
12 Chapter Chapter 2 Exponential and Logarithmic Functions.
Presentation transcript:

Function Composition

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

Function Composition 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 = = 5

Function Composition Given g(x) = x 2 - x, find g(-3) g(-3) = (-3) 2 - (-3) = = = 12 g(-3) = 12

Function Composition Given g(x) = 3x - 4x 2 + 2, find g(5) g(5) = 3(5) - 4(5) = (25) + 2 = = -83 g(5) = -83

Function Composition Given f(x) = x - 5, find f(a+1) f(a + 1) = (a + 1) - 5 = a ]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 Some books use [f °g](x) for f(g(x)) and [g ° f](x) for g(f(x)). Other books use f °g(x) and g ° f(x)

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 = 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 = x - 4

Function Composition Given f(x) = x 2 + 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) = x 2 - 8x+16+x - 4 = x 2 - 7x+12 f(g(x)) = x 2 - 7x + 12

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

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

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 = = 5 Replace f(-5) with 5 and we have g(5) = = 13. g(f(-5)) = 13

Function Composition Assignment: