Composite Functions (3.18.2) Flashcards

1
Q

• A composite function is made up of multiple functions acting on each other in a specified order.

A

• A composite function is made up of multiple functions acting on each other in a specified order.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

• The benefit of composing functions with each other is that you can follow one input through several processes to reach a final output.

A

• The benefit of composing functions with each other is that you can follow one input through several processes to reach a final output.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

• Composition notation: indicates that f (x) will be evaluated with the output from g (x).

A

• Composition notation: indicates that f (x) will be evaluated with the output from g (x).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

• Note carefully which function is going to be used first. Make sure that the first function’s output is used in the second function.

A

• Note carefully which function is going to be used first. Make sure that the first function’s output is used in the second function.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
The composition, g of f, is being evaluated here at
x = 3.
First f (x) is evaluated for x = 3. The answer is 8. Next, g(x)
is evaluated for x = 8. The answer is 137.

So, g*f(3) = 137.

In this example, the composition is f of g.
So, first evaluate g (x) for x = 3. The answer is 22. Next
evaluate f (x) for x = 22. The answer is 65.
Therefore, f*g(3) = 65.

A
The composition, g of f, is being evaluated here at
x = 3.
First f (x) is evaluated for x = 3. The answer is 8. Next, g(x)
is evaluated for x = 8. The answer is 137.

So, g*f(3) = 137.

In this example, the composition is f of g.
So, first evaluate g (x) for x = 3. The answer is 22. Next
evaluate f (x) for x = 22. The answer is 65.
Therefore, f*g(3) = 65.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly