6.3 Classes of Functions

There are certain properties of functions that we can use to group functions together into similarly-behaving types. Let f be a function with domain and range in .

Definition 6.5.
  • f is an even function f(x)=f(x)xdom(f). This can be visualised as symmetry about the y-axis of the graph.

  • f is an odd function f(x)=f(x)xdom(f). This can be visualised as 180 rotational symmetry about the origin of the graph.

It is possible for a function to be neither even nor odd.

Definition 6.6.
  • f is an injection (or one-to-one)

    x,xdom(f),f(x)=f(x)x=x.

    Every element in the range is the image of at most one element from the domain.

  • f is a surjection (or onto)

    yrange(f),xdom(f)s.t.y=f(x).

    Every element in the range is reached by at least one element from the domain.

  • f is a bijection (or one-to-one correspondence) f is injective and f is surjective. Each element of the range is mapped to by exactly one element from the domain.

It is possible for a function to be neither injective nor surjective.