Questions: Composition of Functions — Advanced

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Let f(x) = x² and g(x) = x + 3. A student claims f(g(x)) = g(f(x)) because 'the same two functions are involved either way.' What is the correct evaluation of each at x = 2?

Af(g(2)) = 25, g(f(2)) = 25 — they are equal at x = 2
Bf(g(2)) = 25, g(f(2)) = 7 — they differ because composition is not commutative
Cf(g(2)) = 10, g(f(2)) = 10 — composition is commutative for polynomials
Df(g(2)) = 7, g(f(2)) = 25 — the inner function always produces the larger result
Question 2 Multiple Choice

Let g(x) = √x and f(x) = 1/(x − 4). What values must be excluded from the domain of f(g(x))?

AOnly x = 4, because f is undefined there
BOnly x < 0, because g is undefined for negative inputs
Cx < 0 and x = 4, because both sources of restriction apply
Dx < 0 and x = 16, because g(x) = 4 when x = 16, making f undefined
Question 3 True / False

For f(x) = x² and g(x) = x + 1, the composition f(g(x)) equals x² + 2x + 1.

TTrue
FFalse
Question 4 True / False

If f(g(x)) is defined at x = 3, then g(f(x)) is necessarily defined at x = 3 as well.

TTrue
FFalse
Question 5 Short Answer

Why does mastering function composition matter for calculus, and what specific skill should you practice now to prepare for it?

Think about your answer, then reveal below.