12 multiple-choice questions, progressively harder.
Let f(x)=xf(x) = \sqrt{x}f(x)=x and g(x)=x2g(x) = x^2g(x)=x2. What is the domain of f∘gf \circ gf∘g?
Solution
Correct answer: C
Here (f∘g)(x)=x2=∣x∣(f \circ g)(x) = \sqrt{x^2} = \lvert x \rvert(f∘g)(x)=x2=∣x∣; find where it is defined.
x2≥0 for every real xx^2 \ge 0 \text{ for every real } xx2≥0 for every real x
The inner output x2x^2x2 is always nonnegative, so g(x)g(x)g(x) is always in domf\operatorname{dom} fdomf, and the domain is all real numbers. Contrast dom(g∘f)={x≥0}\operatorname{dom}(g \circ f) = \{x \ge 0\}dom(g∘f)={x≥0}.
Let f(x)=3−xf(x) = 3 - xf(x)=3−x. Using f2=f∘ff^2 = f \circ ff2=f∘f, what is f2(x)f^2(x)f2(x)?
Correct answer: A
Apply fff twice.
f2(x)=f(3−x)=3−(3−x)=xf^2(x) = f(3 - x) = 3 - (3 - x) = xf2(x)=f(3−x)=3−(3−x)=x
So f∘ff \circ ff∘f returns xxx: applying this fff twice undoes it, though fff itself is not the identity.
Write y=2f(3x−6)+1y = 2f(3x - 6) + 1y=2f(3x−6)+1 as A∘f∘BA \circ f \circ BA∘f∘B. What is the output map A(y)A(y)A(y)?
Correct answer: B
The output map is everything applied after fff: multiply by 222, then add 111.
A(y)=2y+1A(y) = 2y + 1A(y)=2y+1
So y=2f(3x−6)+1=(A∘f∘B)(x)y = 2f(3x - 6) + 1 = (A \circ f \circ B)(x)y=2f(3x−6)+1=(A∘f∘B)(x) with A(y)=2y+1A(y) = 2y + 1A(y)=2y+1.
Let f(x)=x−1f(x) = x - 1f(x)=x−1, g(x)=x2g(x) = x^2g(x)=x2, and h(x)=2xh(x) = 2xh(x)=2x. What is (h∘g∘f)(x)(h \circ g \circ f)(x)(h∘g∘f)(x)?
Compose inside out: fff, then ggg, then hhh.
h(g(f(x)))=h((x−1)2)=2(x−1)2=2x2−4x+2h(g(f(x))) = h((x - 1)^2) = 2(x - 1)^2 = 2x^2 - 4x + 2h(g(f(x)))=h((x−1)2)=2(x−1)2=2x2−4x+2
Associativity lets us write h∘g∘fh \circ g \circ fh∘g∘f with no parentheses.
Which pair FAILS to commute, so that (f∘g)(x)≠(g∘f)(x)(f \circ g)(x) \ne (g \circ f)(x)(f∘g)(x)=(g∘f)(x)?
Correct answer: D
Translations always commute; a scaling with a shift need not.
(f∘g)(x)=2(x+3)=2x+6,(g∘f)(x)=2x+3(f \circ g)(x) = 2(x + 3) = 2x + 6, \qquad (g \circ f)(x) = 2x + 3(f∘g)(x)=2(x+3)=2x+6,(g∘f)(x)=2x+3
These differ, so that pair fails to commute; the other three are pairs of translations, which always commute.
Write y=f(2x)−5y = f(2x) - 5y=f(2x)−5 as A∘f∘BA \circ f \circ BA∘f∘B. What is the output map A(y)A(y)A(y)?
The output map is applied after fff: here just subtract 555.
y=f(2x)−5=(A∘f∘B)(x),A(y)=y−5, B(x)=2xy = f(2x) - 5 = (A \circ f \circ B)(x), \quad A(y) = y - 5,\ B(x) = 2xy=f(2x)−5=(A∘f∘B)(x),A(y)=y−5, B(x)=2x
The factor 222 is inside, so it belongs to BBB, not AAA.
Which statement about the identity function and composition is correct?
The identity returns its input unchanged, so it leaves fff alone on either side.
f∘id=f,id∘f=ff \circ \operatorname{id} = f, \qquad \operatorname{id} \circ f = ff∘id=f,id∘f=f
The one caution is that id\operatorname{id}id must be taken on the correct set so the domains match, since equality of functions needs equal domains.
Let f(x)=1xf(x) = \dfrac{1}{x}f(x)=x1 and g(x)=1x−1g(x) = \dfrac{1}{x - 1}g(x)=x−11. What is the domain of g∘fg \circ fg∘f?
Need x≠0x \ne 0x=0 for fff, and f(x)=1x≠1f(x) = \tfrac{1}{x} \ne 1f(x)=x1=1 so ggg accepts it.
1x=1 ⟺ x=1,so exclude x=0 and x=1\frac{1}{x} = 1 \iff x = 1, \quad\text{so exclude } x = 0 \text{ and } x = 1x1=1⟺x=1,so exclude x=0 and x=1
Both x=0x = 0x=0 (undefined fff) and x=1x = 1x=1 (where f(x)=1f(x) = 1f(x)=1, barred by ggg) are removed.
Let f(x)=x−2f(x) = \sqrt{x - 2}f(x)=x−2 and g(x)=1xg(x) = \dfrac{1}{x}g(x)=x1. What is the domain of g∘fg \circ fg∘f?
Need x−2≥0x - 2 \ge 0x−2≥0 for fff, and f(x)=x−2≠0f(x) = \sqrt{x - 2} \ne 0f(x)=x−2=0 for g(x)=1xg(x) = \tfrac{1}{x}g(x)=x1.
x−2≠0 ⟺ x≠2,withx−2≥0 ⟹ x>2\sqrt{x - 2} \ne 0 \iff x \ne 2, \quad\text{with}\quad x - 2 \ge 0 \implies x > 2x−2=0⟺x=2,withx−2≥0⟹x>2
The root must be defined and nonzero, so x>2x > 2x>2; the value x=2x = 2x=2 makes the denominator zero.
Which statement about g∘fg \circ fg∘f and f∘gf \circ gf∘g is correct for all functions fff and ggg?
Composition is not always commutative, but not never either.
g∘f≠f∘g in general,g∘f=f∘g for special pairsg \circ f \ne f \circ g \text{ in general}, \qquad g \circ f = f \circ g \text{ for special pairs}g∘f=f∘g in general,g∘f=f∘g for special pairs
Translations commute, most pairs do not, so equality holds only for special pairs.
Let f(x)=xf(x) = \sqrt{x}f(x)=x and g(x)=1x−2g(x) = \dfrac{1}{x - 2}g(x)=x−21. For which input x≥0x \ge 0x≥0 is (g∘f)(x)(g \circ f)(x)(g∘f)(x) undefined?
The composite 1x−2\dfrac{1}{\sqrt{x} - 2}x−21 is undefined where the denominator is zero.
x−2=0 ⟺ x=2 ⟺ x=4\sqrt{x} - 2 = 0 \iff \sqrt{x} = 2 \iff x = 4x−2=0⟺x=2⟺x=4
So x=4x = 4x=4 is excluded, even though 4≥04 \ge 04≥0; the input x=2x = 2x=2 is fine since 2≠2\sqrt{2} \ne 22=2.
The transformation y=a f(b(x−h))+ky = a\,f(b(x - h)) + ky=af(b(x−h))+k is which composition?
The input map BBB acts before fff and the output map AAA acts after, so BBB is rightmost.
y=a f(b(x−h))+k=(A∘f∘B)(x)y = a\,f(b(x - h)) + k = (A \circ f \circ B)(x)y=af(b(x−h))+k=(A∘f∘B)(x)
with B(x)=b(x−h)B(x) = b(x - h)B(x)=b(x−h) and A(y)=ay+kA(y) = ay + kA(y)=ay+k; reading right to left, BBB first, then fff, then AAA.
Reset this practice set?
This clears every answer you have given and starts the set again from question 1.