Step Functions as Piecewise Constant Functions
Step functions as piecewise constant functions is a Grade 11 Algebra 1 concept from enVision Chapter 5 where each piece of the function maintains a constant output across an interval, creating a staircase-shaped graph. The function jumps from one constant value to another at interval boundaries. A shipping cost example: C(w) = 5 if 0 < w <= 1 lb, 8 if 1 < w <= 3 lbs, 12 if 3 < w <= 5 lbs shows three horizontal steps. Boundaries use open or closed circles to indicate whether endpoints are included. The graph resembles a series of horizontal platforms.
Key Concepts
A step function is a piecewise defined function where each piece has a constant value over an interval. The general form is: $$f(x) = \begin{cases} c 1 & \text{if } x \in I 1 \\ c 2 & \text{if } x \in I 2 \\ \vdots & \vdots \\ c n & \text{if } x \in I n \end{cases}$$ where $c 1, c 2, \ldots, c n$ are constants and $I 1, I 2, \ldots, I n$ are intervals.
Common Questions
What is a step function?
A step function is a piecewise-defined function where each piece is a constant value over an interval. Its graph looks like a series of horizontal steps or platforms.
How does a step function differ from other piecewise functions?
In step functions, every piece has a constant (flat) output. Other piecewise functions can have linear, quadratic, or other non-constant pieces.
What does the graph of a step function look like?
A series of horizontal line segments at different heights, with jumps between them. Open and closed circles indicate whether each endpoint is included.
When does a shipping cost function become a step function?
When the cost remains constant within weight ranges and jumps at specific thresholds, like for 0-1 lb, for 1-3 lbs, for 3-5 lbs.
What is the sign function g(x) = -1 if x<0, 0 if x=0, 1 if x>0?
It is a classic step function with three constant pieces. It outputs -1 for all negative inputs, 0 at exactly x=0, and 1 for all positive inputs.
How do you determine if a value is included or excluded at an interval boundary?
Closed brackets [ or filled circles include the endpoint; open brackets ( or hollow circles exclude it. Check the inequality symbol in the piecewise definition.