Algebra · Functions
1 / 8
Composite functions
Why fg(x) means "g first, then f", how to chain outputs into inputs for numbers and for algebra, and why the order almost always matters.
Algebra · Functions
Composite functions
Why fg(x) means "g first, then f", how to chain outputs into inputs for numbers and for algebra, and why the order almost always matters.
Why it works
chains two machines: it means — feed into , then feed 's output into . Read it inside-out: the function written CLOSEST to acts first. (It is not — no multiplying happens between the machines.)With numbers: two small steps. , :
Different answers — order matters. and agree only by coincidence, so never swap them to "save time".
With algebra: substitute the whole inner formula. replaces every in 's formula with the ENTIRE expression for , brackets intact:
— note the full bracket-square in , middle term and all. The number checks agree: . ✓
Solving with composites: build, then solve. "Solve ": first build , then solve — , . The composite is just a new machine; the old equation skills finish the job.
A function composed with itself: . Same chaining: . Nothing new — the inner machine just happens to be the same one.