Learn/Algebra/Function Composition
Algebra • Topic 6

Function Composition

Function composition involves applying one function to the result of another. In competitions, this concept appears in iterative processes and complex functional equations.

Definition

Definition (Composition)
Given two functions and , the composite function (read " of ") is defined by:
Warning
Composition is not commutative. In general, .

Domain of Composite Functions

The domain of consists of all such that:
  1. is in the domain of .
  2. is in the domain of .
Example
Let and . Find the domain of .

Proof. .

  1. Domain of : All real numbers.
  2. Domain of : Inputs . So we need .
Domain: .

Iterated Functions

We denote applying repeatedly as .

Fixed Points

A value is a fixed point if .
  • Geometrically, this is where the graph intersects the line .
  • If , then . Fixed points are invariant under iteration.
Example (Solving Iterated Equations)
Solve where .

Proof. . Since the identity holds for all valid , the solution is the entire domain of : .

Practice Problems

Exercise (Problem 1)
Let and . Find and . Are they equal?
Exercise (Problem 2)
If , calculate .
Exercise (Problem 3)
Find all linear functions such that .