Take a function f(x), and another, g(t) where x = g(t), then the composition of the functions, f and g, is written as f(g(t)).
This happens when the result of one process is the input for another. Recall the function boxes from class 1.
Example:
First apply g, then apply f to g itself.
The chain rule.
Example: differentiate (et)3.
Call et, x. Then
We will practice these more next class