Composite Functions Flashcards

1
Q

In plainspeak,
and in
one word,
functions are _____.

A

Maps

They map from
one set of numbers to
another set.

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

Given functions
g(x) and h(n),
how do you describe
g(h(n))?

A

A
composite function

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

Formally,
what is the
definition of a
function composition?

A

( MC )(a) = M (C (a))

”( M ◦ C )(a)” is read as
“M composed with C”


is the
composite function symbol

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

In plainspeak,
what do
composite functions do?

A

Take the
input of one function
and give the
output of another function

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

If

g(x) = x3
and
h(n) = 4n − √(n),

what is
(h ◦ g)?

A

4x3 − √(x3)

Plug in h(n) as the input value of g(x).

Work from the
inside out.

  • Can simplify, but is not necessary.*
  • Could also be written as h(g(x)).*
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

If

g(x) = x3
and
h(n) = 4n − √(n),

what is
(g ◦ h)?

A

(4n − √(n))3

Plug in h(n) as the input value of g(x).

Work from the
inside out.

  • Can simplify, but is not necessary.*
  • Could also be written as g(h(n)).*
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Given:

  • For function D
    • Input: Speed of the ship, k
    • Output: Duration of the cruise, D(k)
  • For function S
    • Input: Rate of the river current, x
    • Output: Speed of the ship, S(x)

In words,
what will
D(S(x)) tell you?

A

The
duration of the cruise
as a function of
the rate of the river current

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

What is
h (f(2))?

A

6

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

What is
f (h(3))?

A

−11

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

Given
f(x) in blue
and
g(x) in orange,

what best approximates
(g ◦ f)(0)?

A

1

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

Given
f(x) in blue
and
g(x) in orange,

what best approximates
(f ◦ g)(2)?

A

3

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

Formally, if

  • *functions f and g** are
  • *inverses**, what
  • *conditions** must be true?
A

f (g (x)) = x for all x in the domain of g

g (f (x)) = x for all x in the domain of f

Composing f and g,
in either order,
creates the function that
for every input
returns that input.

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

Given that

  • *f(x) and g(x)** are
  • *inverse functions**,

f(g(17)) = _____?

A

17

For inverse functions f(x) and g(x),
f(g(x)) = x = g(f(x))

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

f is a
finite function
that is defined by the table below.

Is f an
invertible function?

How do you know?

A

Yes.

  • *Every member** of the domain
  • *corresponds** to a
  • *unique member** of the range.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

h is a
finite function
that is defined by the
mapping diagram below.

Is h an
invertible function?

How do you know?

A

No.

  • *Not every member** of the domain
  • *corresponds** to a
  • *unique member** of the range.

See diagram below.
h−1 is not a function.

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

g is a
finite function
that is defined by the table below.

Is g an
invertible function?

How do you know?

A

No.

  • *Not every member** of the domain
  • *corresponds** to a
  • *unique member** of the range.
17
Q

y = x3
is
graphed below.

  1. Is it
    a function?
  2. If so, is it
    invertible?
  3. From visual inspection alone,
    how do you know
    whether it’s invertible?
A

Yes, it’s a function.

Yes, it’s invertible.

It
passes the horizontal line test.

18
Q

y = x2
is
graphed below.

  1. Is it
    a function?
  2. If so, is it
    invertible?
  3. From visual inspection alone,
    how do you know
    whether it’s invertible?
A

Yes, it’s a function.

No, it’s not invertible.

It’s not invertible because it
fails the horizontal line test.

19
Q

Given that

f(x) = 2x + 7
and
h(x) = x − 7
2

how do you determine
whether f(x) and h(x) are
**inverse fuctions**?
A

Write simplified expressions for
f(h(x)) and h(f(x))
in terms of x.

Example:

STEP ONE:

  • f(x) = 2x + 7
  • f(h(x)) = 2(h(x)) + 7 (DO NOT SKIP THIS STEP)
  • = 2 • x − 7 + 7
    2
  • = x − 7 ​+ 7
  • = x

STEP TWO:

  • h(x) = x − 7
    2
  • h(f(x)) = f(x) − 7 (DO NOT SKIP THIS STEP)
    2
  • = 2x + 7 − 7
    2
  • = 2x
    2
  • = x

f(h(x)) = x = h(f(x))