Step Function: Comprehensive Guide
1. Fundamental Concepts
Definition: A step function is a piecewise constant function. Its graph looks like a series of “steps,” since the value remains constant within each interval and jumps at certain points.
Notation:
The most common step function is the floor function ( ) or greatest integer function. However, more general step functions may be defined on intervals with different constant values.
Graphical Representation:
Horizontal line segments represent constant values on each interval.
Jumps (discontinuities) occur where the function switches to the next constant value.
2. Key Concepts
General Rule: A step function can be written in the form
where each is an interval and is a constant. Special Case (Floor Function):
Applications:
Used in computer science (rounding down values).
In probability/statistics to define piecewise distributions.
In economics to model sudden price jumps or thresholds.
3. Examples
Example 1 (Basic Step Function):
Graph: three horizontal steps at heights 1, 3, and 5.
Example 2 (Greatest Integer Function):
Evaluate .
The greatest integer is 2. So, .
4. Problem-Solving Techniques
Number Line Method: Plot the value of on a number line, then drop down to the constant assigned in that interval.
Check Endpoints: Always verify which interval includes the given .
Graph Reading: Practice sketching graphs to visualize how the function jumps.