Loading...
Function Notations and Operations
A
B
C
. . . .

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 f+g, is the function defined by

(f+g)(x)=f(x)+g(x).

2. The difference of f and g, denoted by fg, is the function defined by

(fg)(x)=f(x)g(x).

3. The product of f and g, denoted by fg, is the function defined by

(fg)(x)=f(x)g(x).

4. The quotient of f and g, denoted by f g , is the function defined by

( f g )(x)= f(x) g(x) , provided that g(x)0.

5. The composite function of f and g, denoted by fg, is the function defined by

(fg)(x)=f(g(x)).

Similarly, the composite function of g and f, denoted by gf, is the function defined by

(gf)(x)=g(f(x)).