If you have a textbook, look for "functions; composition" or "composition of functions" in the index.
f(x) is function notation. The variable x represents the expression that we "input" into function f. The symbolism f(x) represents the expression that comes "out" of function f.
If you have f(2), then the input is 2; you substitute 2 for x everywhere x appears in the definition for f.
If you have f(x + 1), then the input is the expression x + 1; you substitute x + 1 for x everywhere it appears.
If you have f[f(x)], then you substitute the expression for f(x) for x because f(x) is being used as an input into itself.
Here's an example.
g(x) = sin(x)/(x^2 + 1)
g[g(x)] is what we get by substituting the expression sin(x)/(x^2 + 1) for x everywhere x appears in the expression sin(x)/(x^2 + 1)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.