Skip to content

Functions, Relations & Functional Equations

Axiomatic Definition

A function $f: A \to B$ is a binary relation that associates each element $x \in A$ with exactly one element $f(x) \in B$. $A$ is the domain, $B$ is the codomain, and $f(A) = \{f(x) : x \in A\} \subseteq B$ is the range.


1. Classification of Mappings

  • Injective (One-to-One): f(x1)=f(x2)x1=x2. (Geometrically: Any horizontal line intersects the graph at most once; derivative f(x)>0 or f(x)<0 strictly monotonic).
  • Surjective (Onto): Range(f)=Codomain(B).
  • Bijective (Invertible): Both injective and surjective Inverse function f1:BA exists uniquely.

2. Parity, Periodicity & Transformations

Even and Odd Functions

  • Even: f(x)=f(x) Symmetric about the y-axis; aaf(x)dx=20af(x)dx.
  • Odd: f(x)=f(x) Symmetric about the origin (rotation by π); aaf(x)dx=0.

Periodicity

A function f(x) has fundamental period T>0 if f(x+T)=f(x) for all xDom(f).

  • If f(x) has period T, then f(ax+b) has period T|a|.
  • If f(x+a)=f(x), then f(x+2a)=f(x+a)=f(x)T=2a.
  • If f(x+a)=1f(x), then f(x+2a)=f(x)T=2a.

3. Classical Functional Equations

Cauchy's Classical Functional Equations (for continuous $f$)

$$\begin{aligned} f(x + y) &= f(x) + f(y) \implies f(x) = k x \\ f(x + y) &= f(x) f(y) \implies f(x) = a^x = e^{k x} \\ f(x y) &= f(x) + f(y) \implies f(x) = k \ln x \\ f(x y) &= f(x) f(y) \implies f(x) = x^n \end{aligned}$$

Polynomial Identity

If P(x) is a polynomial satisfying P(x)P(1x)=P(x)+P(1x), then:

P(x)=1±xn(nN)