Operations with functions
Example 7-2a
A quick review:Functions have a domain (input) and a range (output).	f(x) = {(1, 4), (2, 6), (5, 3)}	Domain:  {1, 2, 5}Range : {4, 6, 3}	f(2) = 6f(1) = 4Domain	Range125463
With composite functions, the output of  one function becomes the input of another function.f(x)xg(f(x))fg93101741626255g(x) = x + 1f(x) = x2g(f(x)) = x2 + 1g o f = x2 + 1
f(x) = {(9, 4), (7, 7), (0, –1)}       g(x) = {(7, 0), (–1, 7), (4,9)}= f(g(x))}Example 7-3a
Iff(x) = {(1, 2), (0, –3), (6, 5), (2, 1)} and g(x) = {(2, 0), (–3, 6), (1, 0), (6, 7)}, findg(5) is undefinedg(f(x)) Example 7-3c
= 12x2 – 12x + 3 – 2x + 1 + 4Example 7-4a
Example 7-4a

Alg2 lesson 7.7

  • 1.
  • 2.
  • 3.
    A quick review:Functionshave a domain (input) and a range (output). f(x) = {(1, 4), (2, 6), (5, 3)} Domain: {1, 2, 5}Range : {4, 6, 3} f(2) = 6f(1) = 4Domain Range125463
  • 4.
    With composite functions,the output of one function becomes the input of another function.f(x)xg(f(x))fg93101741626255g(x) = x + 1f(x) = x2g(f(x)) = x2 + 1g o f = x2 + 1
  • 5.
    f(x) = {(9,4), (7, 7), (0, –1)} g(x) = {(7, 0), (–1, 7), (4,9)}= f(g(x))}Example 7-3a
  • 6.
    Iff(x) = {(1,2), (0, –3), (6, 5), (2, 1)} and g(x) = {(2, 0), (–3, 6), (1, 0), (6, 7)}, findg(5) is undefinedg(f(x)) Example 7-3c
  • 7.
    = 12x2 –12x + 3 – 2x + 1 + 4Example 7-4a
  • 8.