Function Composition Calculator
f(x) = ax + b (linear). g(x) = cx² + dx + e (quadratic)
How This Is Calculated
f(g(x)) means: first apply g to x, then apply f to that result — always work from the inside out, never the reverse order. This calculator shows both steps explicitly so the order is never in doubt. Full reasoning in the Relations & Functions chapter guide.