Operations on Functions
Operations such as addition, subtraction, multiplication, and division can also be performed on functions. Function composition can also be evaluated given two functions.
Given two functions f and g:
1. The sum of f and g, denoted by is the function defined by
2. The difference of f and g, denoted by is the function defined by
3. The product of f and g, denoted by is the function defined by
4. The quotient of f and g, denoted by is the function defined by
5. The composite function of f and g, denoted by is the function defined by
Similarly, the composite function of g and f, denoted by is the function defined by