
Practice Problems
Answers
-
Vadim is trying to evaluate a composite function. That means that he should take the output from the inner function,
, and input it into the outer function,
.
Let's check each step to learn from his mistake.
Step 1
The composition operator
means that we take the output from the second function,
, and input it into the first function,
.
So, the expression
is equivalent to
, not to
.
Vadim's mistake is that
, not
.
-
Strategy
The composition operator
means that we take the output from the second function,
, and input it into the first function,
.
So, the expression
is equivalent to
.
To evaluate
, let's first evaluate
. Then we'll substitute that result into
.
The answer:
-
Strategy
We take the output from the inner function,
, and input it into the outer function,
.
To evaluate
, let's first evaluate
. Then we'll substitute that result into
to find our answer.
The answer:
-
Susan is trying to evaluate a composite function. That means that she should take the output from the inner function,
, and input it into the outer function,
.
Let's check each step to learn from her mistake.
Step 1
To evaluate
, we substitute
each place where
appears in the function.
Step 2
To evaluate
, we substitute
each place where
appears in the function.
Step 3
The composition operator
means that we take the output from the second function,
, and input it into the first function,
.