← Math Intuition Labs

Function Composer

Build compositions visually, layer by layer

Chain functions together to create compositions like sin(x²) or e^(ln(x)). Each intermediate result is plotted as a dashed line; the final composition is solid gold. Order matters — experiment to see why f(g(x)) differs from g(f(x)).

then
f(x) = (sin(x))²
after sin(x)final
-4-3-2-101234x-1-0.500.51f(x)

Build f(x) by chaining functions left to right. Dashed lines show intermediate results; solid gold shows the final composition. Composition order matters: sin(x²) differs from (sin x)².

Function Composer — Math Intuition Labs · hbar.university