Loading...
A composite function applies one function and then another: means “do first, then ”. Order matters, and the inner function’s output must be valid input for the outer one.
What you'll be able to do
The composite means — apply the function first, then feed its output into . Work from the inside out.
In general — swapping the order changes the result. Always check which function is written first (it acts last).
Tip — fg means f outside, g inside. The function nearest the x acts first.
To get as a formula, substitute the whole of into wherever appears, then simplify.
Formula recap
Common mistakes to avoid
Key takeaways
Test yourself
Ready to lock in Composite Functions? Pick a mode and earn XP & Dobloons.