By using function notation, you can use the same general procedure to define a function as was described for defining a variable.
To define the function f whose value at x is ax2 + bx + c
Now the symbol f represents the defined function and it behaves like a function. For example, apply Evaluate to f (t) to get f (t) = at2 + bt + c and apply Evaluate to f′(t) to get f′(t) = 2at + b.