Composition of Functions 1.

Slides:



Advertisements
Similar presentations
2.3 Combinations of Functions Introductory MATHEMATICAL ANALYSIS For Business, Economics, and the Life and Social Sciences (12 th Edition) Copyright ©
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
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.
1.7 Combination of Functions
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.
Translations and Combinations Algebra 5/Trigonometry.
5.1 Composite Functions Goals 1.Form f(g(x)) = (f  g) (x) 2.Show that 2 Composites are Equal.
Operations on Functions Lesson 3.5. Sums and Differences of Functions If f(x) = 3x + 7 and g(x) = x 2 – 5 then, h(x) = f(x) + g(x) = 3x (x 2 – 5)
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)
SOLUTION EXAMPLE 4 Standardized Test Practice To evaluate g(f(3)), you first must find f(3). f(3) = 2(3) – 7 Then g( f(3)) = g(–1) So, the value of g(f(3))
Composite Functions How would you define composite functions? Math30-1.
How do we verify and find inverses of functions?
Lesson 2-8: Operations of 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)
Ch. 7 Day 6 Book Section 7.6 Function Operations.
Do Now: Perform the indicated operation.
Operations with Functions
Composition of functions
1.5 Combintions of Functions
LESSON 1-2 COMPOSITION OF FUNCTIONS
3.5 Operations on Functions
Digital Lesson Algebra of Functions.
Do Now:.
COMPOSITE AND INVERSE FUNCTIONS
Composition of Functions
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:
Unit 3 Review.
Activity 2.8 Study Time.
Homework Questions.
Function Composition Section 8-7.
Composition of Functions And Inverse Functions.
2-6: Combinations of Functions
2.6 Operations on Functions
Combinations of Functions
Operations with Functions
Domain, range and composite functions
3.5 Operations on Functions
Function Operations Function Composition
Warm Up Determine the domain of the function.
Perform the indicated operation.
Function Composition Section 8-7.
Composition of Functions
Determine if 2 Functions are Inverses by Compositions
Function Composition.
Warm Up Determine the domain of f(g(x)). f(x) = g(x) =
Function And Relations Review
Use Inverse Functions Notes 6.4.
Use Inverse Functions Notes 7.5 (Day 2).
6.3 Perform Function Operations & Composition
Function Operations Function Composition
Replace inside with “x” of other function
Section 6.1 Composite Functions.
2-6: Combinations of Functions
Operations on 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.
Algebra 2 Ch.7 Notes Page 52 P Function Operations.
Composition of Functions
Presentation transcript:

Composition of Functions 1

Composition of Functions When two functions are applied in succession, the resulting function is called the composite of the two given functions. One function is inserted within the other in the place of x, and then the resulting function is simplified. The new function is called the explicit function. Symbols: f(g(x)) can also be written as (f o g)(x) g(f(x)) can also be written as (g o f)(x)

Determining a Composition of Two Functions Given f(x) = 8x - 1 and g(x) = 3x2 + 4x, find the following: a. (f o g)(x) This means we sub g(x) into f(x). (f o g)(x) = 8(3x2 + 4x) – 1 =24x2 + 32x – 1 b. (g o f)(x) (g o f)(x) = 3(8x – 1 )2 + 4(8x – 1) =3(8x – 1)(8x -1) + 4(8x – 1) = 3(64x2 – 16x + 1) + 32x – 4 = 192x2 - 48x + 3 + 32x – 4 = 192x2 - 16x - 1

Examples: For each function below, determine possible functions f and g so that y =f(g(x)). a. y = (x + 4)2 b.

Determine domain and range of the composite function y = f o g(x) if f(x) = and g(x) = x – 6.

Evaluating a Composition of Two Functions Given f(x) = 8x - 1 and g(x) = 3x + 4, find the following: b) (g o f)(2) This tells you to find the value of g(x) first, then use this value for the function f(x). Solve for g(2). a) (f o g)(2) (g o f)(x) = g(f(x)) (f o g)(x) = f(g(x)) f(x) = 8x - 1 f(2) = 8(2) - 1 = 15 g(x) = 3x + 4 g(2) = 3(2) + 4 = 10 With the value of g(2) = 10, you now solve for f(10). (g o f)(2) = g(f(2)) = g(15) (f o g)(2) = f(g(2)) = f(10) g(2) = 10 g(x) = 3x + 4 g(15) = 3(15) + 4 = 49 f(x) = 8x - 1 f(10) = 8(10) - 1 = 79 (f o g)(2) = 79 (g o f)(2) = 49 2

Evaluating a Composition of a Function With Itself Given h(x) = 4x + 3, find the following: a) (h o h)(-3) b) (h o h)(x) (h o h)(x) = h(h(x)) = h(4(x) + 3) = h(4x + 3) h(4x + 3) = 4(4x + 3) + 3 = 16x + 12 + 3 = 16x + 15 (h o h)(-3) = h(h(-3)) = h(4(-3) + 3) = h(-9) h(-9) = 4(-9) + 3 = -33 Note: (h o h)(x) ≠ (hh)(x) (hh)(x) = h(x) x h(x) 5.2.3