HOW TO EVALUATE COMPOSITION OF FUNCTION FROM GRAPH

To evaluate composition of functions, we have to use the following procedure :

Step 1 :

In (f โˆ˜ g)(x), 

(f โˆ˜ g)(x) = f [g(x)]

Here x is the input for the function g and g(x) is the input for the function f.

Step 2 :

For the particular value x, draw the vertical line through this point. The vertical line will intersect the graph at certain point.

That is the output.

Step 3 :

Now this output will act as input for the function f. Draw the vertical line through this point, the vertical line will intersect the graph f at a certain point. That is the required result for the composition of function.

Problem 1 :

The first of the two graphs shows two functions ๐‘“ ๐‘Ž๐‘›๐‘‘ ๐‘”. The second shows two functions โ„Ž ๐‘Ž๐‘›๐‘‘ ๐‘˜. Use the graphs to compute the following:

composite-function-from-graph

1) (๐‘” โ—ฆ ๐‘“)(โˆ’4) =

2)  (๐‘“ โ—ฆ ๐‘”)(3) =

3) (๐‘“ โ—ฆ ๐‘“)(โˆ’2) =

4) (๐‘” โ—ฆ ๐‘”)(3) =

5) (๐‘” โ—ฆ ๐‘“)(โˆ’5) =

6) (๐‘” โ—ฆ ๐‘“)(โˆ’3) =

7) (โ„Ž โ—ฆ ๐‘˜)(0) =

8) (โ„Ž โ—ฆ ๐‘˜)(โˆ’1) =

9) (โ„Ž โ—ฆ ๐‘˜)(2) =

10) (โ„Ž โ—ฆ ๐‘˜)(โˆ’3) =

11) (๐‘˜ โ—ฆ โ„Ž)(0) =

12) (๐‘˜ โ—ฆ โ„Ž)(2) =

13) (๐‘˜ โ—ฆ โ„Ž)(โˆ’4) =

14) (๐‘˜ โ—ฆ โ„Ž)(โˆ’2) =

Solution :

1) (๐‘” โ—ฆ ๐‘“)(โˆ’4) = g[f(-4)]

To get the value of f(-4), we have to draw the vertical line through x = -4.

composite-function-from-graphq1p1.png

The vertical line is intersecting the graph f at 0. So, the value of f(-4) is 0.

(๐‘” โ—ฆ ๐‘“)(โˆ’4) = g[0]

Now, we have to observe the point of intersection of the vertical line drawn at x = 0 to the function g. At -3, the vertical line is intersecting the graph g. So,

(๐‘” โ—ฆ ๐‘“)(โˆ’4) = -3

2)  (๐‘“ โ—ฆ ๐‘”)(3) = f[g(3)] = f[0] ==> 2

3) (๐‘“ โ—ฆ ๐‘“)(โˆ’2) = f[f(-2)] = f[3] ==> 1

4) (๐‘” โ—ฆ ๐‘”)(3) = g[g(3)] = g[0] ==> -3

5) (๐‘” โ—ฆ ๐‘“)(โˆ’5) = g[f(-5)] = g[-3] ==> -5

6) (๐‘” โ—ฆ ๐‘“)(โˆ’3) = g[f(-3)] = g[1.5] ==> -1.5

composite-function-from-graphq1p2.png

7) (โ„Ž โ—ฆ ๐‘˜)(0) = h[k(0)] = h[4] ==>  4

8) (โ„Ž โ—ฆ ๐‘˜)(โˆ’1) = h[k(-1)] = h[3] ==> 3.5

9) (โ„Ž โ—ฆ ๐‘˜)(2) = h[k(2)] = h[0] ==> 2

10) (โ„Ž โ—ฆ ๐‘˜)(โˆ’3) = h[k(-3)] = h[-5] ==> -0.5

11) (๐‘˜ โ—ฆ โ„Ž)(0) = k[h(0)] = k[2] ==> 0

12) (๐‘˜ โ—ฆ โ„Ž)(2) = k[h(2)] = k[3] ==> -5

13) (๐‘˜ โ—ฆ โ„Ž)(โˆ’4) = k[h(-4)] = k[0] ==> 4

14) (๐‘˜ โ—ฆ โ„Ž)(โˆ’2) = k[h(-2)] = k[1] ==> 3

Problem 2 :

Refer to the graph to complete the statements below.

compositionfungraph

a) (f + g)(-3) = ______

b) (f ยท g)(2) = ______

c) (f/g)(-1) = ______

d) (f โˆ˜ g)(3) = ______

e) g-1(-4) = ______

f) Evaluate (f โˆ˜ f)(2) ______

g) Evaluate g(f(g(1))) ______

h) State the domain of f + g _____

i) State the domain of f/g. ______

j) Evaluate (f(3))3 - 4g(-2) ______

k) For what value(s) is f(x) = 3? _______

Solution:

a) (f + g)(-3)

(f + g)(-3) = f(-3) + g(-3)

To evaluate f(-3) and g(-3), we have to draw the vertical lines at x = -3. The line is intersecting the curve f(x) and g(x) at 4 and -5 respectively.

grpah1

(f + g)(-3) = f(-3) + g(-3)

= 4 + (- 5)

(f + g)(-3)  = -1

b) (f ยท g)(2)

(f ยท g)(2) = f(2) ยท g(2)

To evaluate f(2) and g(2), we have to draw the vertical lines at x = 2. The line is intersecting the curve f(x) and g(x) at 3 and 0 respectively.

graph2

(f ยท g)(2) = f(2) ยท g(2)

= 3 ยท 0

(f ยท g)(2) = 0

c) (f/g)(-1)

(f/g)(-1) = f(-1) / g(-1)

To evaluate f(-1) and g(-1), we have to draw the vertical lines at x = -1. The line is intersecting the curve f(x) and g(x) at 2 and -3 respectively.

graph3

(f/g)(-1) = f(-1) / g(-1)

(f/g)(-1) = 2/(-3)

d) (f โˆ˜ g)(3) 

(f โˆ˜ g)(3) = f [g(3)]

= f [1]

(f โˆ˜ g)(3) = 4

e)  g-1(-4) 

f(x) = y, then f-1(y) = x

Let g-1(-4) = x

-4 = g(x)

for what value of x, the value of y will be -4. So x = -3.

f) (f โˆ˜ f)(2) 

(f โˆ˜ f)(2) = f [f(2)]

= f [3]

(f โˆ˜ f)(2) = 2

g) g(f(g(1)))

g(f(g(1))) = f [g(1)]

= g [f (-1)]

= g(2)

= 0

h) State the domain of f + g _____

Domain of f(x) = [-6, 7]

Domain of g(x) = [-3, 4]

[-6, 7] n [-3, 4] = [-3, 4]

compositionogfuningraph

[-6, 7] n [-3, 4] = [-3, 4]

So, the domain of (f + g)(x) is [-3, 4].

i) State the domain of f/g. ______

compositionogfuningraphp1.png

From the graph above, domain of (f/g)(x) = [-3, 1] u (3, 4]

j) (f(3))3 - 4g(-2) 

(f(3))3 - 4g(-2) = (2)3 - 4(-4)

= 8 + 16

= 24

k) For what value(s) is f(x) = 3? _______

When drawing the horizontal line at y = 3, it intersects the curve f(x) at -2, 0 and 2.

So, the respective x values are -2, 0 and 2.

Recent Articles

  1. Factoring Exponential Expression Using Algebraic Identities Worksheet

    Mar 14, 24 10:44 PM

    Factoring Exponential Expression Using Algebraic Identities Worksheet

    Read More

  2. Positive and Negative Numbers Connecting in Real Life Worksheet

    Mar 14, 24 10:12 AM

    Positive and Negative Numbers Connecting in Real Life Worksheet

    Read More

  3. Positive and Negative Numbers Connecting in Real Life

    Mar 14, 24 09:52 AM

    Positive and Negative Numbers Connecting in Real Life

    Read More