MathChapter 12: Composition, Recursion, and Exponential Functions
Session progress0 of 20 studied
- Again
- 0
- Hard
- 0
- Good
- 0
- Easy
- 0
Card 1 of 20. Answer hidden.
Prompt
What does \((f\circ g)(x)\) mean?
Answer
\(f(g(x))\); apply \(g\) first, then \(f\).
Prompt
How is \((f\circ g)(x)\) read aloud?
Answer
‘f of g of x.’
Prompt
Which function is inner in \(f(g(x))\)?
Answer
\(g\), because it acts directly on \(x\).
Prompt
Which function is outer in \(f(g(x))\)?
Answer
\(f\), because it receives \(g(x)\) as its input.
Prompt
Must \(f\circ g\) equal \(g\circ f\)?
Answer
No. Function composition is generally order-dependent.
Prompt
Does the circle in \(f\circ g\) mean multiplication?
Answer
No. It denotes composition, not the product \(f(x)g(x)\).
Prompt
What is the inner-first workflow?
Answer
Find \(g(x)\), then use that entire result as the input of \(f\).
Prompt
What is the first domain condition for \(f\circ g\)?
Answer
The original input \(x\) must be in the domain of \(g\).
Prompt
What is the second domain condition for \(f\circ g\)?
Answer
The inner output \(g(x)\) must be in the domain of \(f\).
Prompt
How do you compose from a table?
Answer
Look up the inner output, find that value in the input column, then read the outer output.
Prompt
How do ordered pairs encode a function lookup?
Answer
In \((u,v)\), input \(u\) maps to output \(v\).
Prompt
When is a table-based composition undefined?
Answer
When either the first input or the intermediate output has no required mapping.
Prompt
Why use parentheses during symbolic composition?
Answer
They keep the entire inner expression together when it replaces each outer input.
Prompt
For \(f(u)=u^2+u\), what must replace both occurrences of \(u\)?
Answer
The complete inner expression, such as \(g(x)\), in both places.
Prompt
What does \(f(f(x))\) represent?
Answer
The output of one application of \(f\) used as the input of a second application.
Prompt
What is a quick way to avoid reversing composition order?
Answer
Write the function nearest \(x\) as step 1 and the outer function as step 2.
Prompt
If \(g(2)=5\) and \(f(5)=-1\), find \(f(g(2))\).
Answer
\(-1\).
Prompt
If \(g(2)=5\) but \(5\) is outside the domain of \(f\), what is \(f(g(2))\)?
Answer
It is undefined.
Prompt
For \(f(x)=2x+1\) and \(g(x)=x-3\), find \(f(g(x))\).
Answer
\(2x-5\).
Prompt
For the same functions, find \(g(f(x))\).
Answer
\(2x-2\), confirming that the order changes the result.
✓Deck completeYou rated every card. Revisit difficult cards or shuffle for another pass.
Keyboard: Space reveals, left/right arrows navigate, 1–4 rate, and S shuffles.