Conceptual
Login

Function Composition and Decomposition

Building a function by feeding one function's output into another, writing it as f(g(x)), and the inverse skill of decomposing a given expression into an identifiable outer function and inner function. Includes evaluating a composite at a point and recognizing when an expression is a composition rather than a product.