We have operations for our numbers. Operations usually take two numbers and exchange them for a third number.

Addition, Subtraction, Multiplication, Division, etc.

Just like numbers, functions have an arithmetic. They have all of the usual number operations, plus one more. Functions also have an operation called composition. Composition takes two functions and exchanges them for a third function.

Just like number operations have an identity number, and , composition has an identity function - the identity function: .

The identity for an operation is an object which appears to be unaffected by the operation.

  • Adding with numbers appears to do nothing.
  • Multiplying with numbers appears to do nothing.
  • Composing with functions appears to do nothing.

We call this symmetry.

The identity is extremely important for each operation. The identity can be viewed as the center of the operational structure. We like to know how move from it and move toward it without operation. Pairs of items which produce the identity are called inverses.

  • If , then and are called additive inverses.
  • If , then and are called multiplicative inverses.
  • If , then and are called compositional inverses.

Given a function, we would like to know its compositional inverse, which we just call the inverse function.

Learning Outcomes

In this section, students will

  • explore function arithmetic.
  • investigate inverse functions.

ooooo=-=-=-=-=-=-=-=-=-=-=-=-=ooOoo=-=-=-=-=-=-=-=-=-=-=-=-=ooooo
more examples can be found by following this link
More Examples of Function Algebra