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:- is in the domain of .
- is in the domain of .
Example
Let and . Find the domain of .
Proof. .
- Domain of : All real numbers.
- Domain of : Inputs . So we need .
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 .