Practice Step Function Intuition in Math
Use these practice problems to test your method after reviewing the concept explanation and worked examples.
Quick Recap
A step function is piecewise constant โ it takes a fixed value on each of several intervals, jumping abruptly at the interval boundaries.
Imagine a staircase: the height is constant on each step, then jumps up (or down) at each transition. Postal rates, grade cutoffs, and floor() all create steps.
Showing a random 20 of 50 problems.
Example 1
mediumAt a jump from value to at , with the left piece including , find .
Example 2
hardDefine . Find and .
Example 3
mediumLet . Find all where .
Example 4
mediumGrades: A for , B for . A score of earns what?
Example 5
easyEvaluate the floor function .
Example 6
easyPostage is \$1 for up to 1 oz, \$2 for up to 2 oz. Cost for exactly a 1 oz letter (boundary included in first tier)?
Example 7
hardA parking meter charges per started 15 minutes. Cost for a -minute park?
Example 8
easyDoes a step function's graph have sloped segments?
Example 9
challengeA cell-phone plan: \$30 for up to 2 GB, then \$10 per started GB beyond. Cost for 4.5 GB?
Example 10
mediumIf , compute .
Example 11
mediumHow many jumps does have on the interval ?
Example 12
mediumIncome tax: on income up to , flat on the bracket - (whole bracket, not marginal). What does this rate function look like at ?
Example 13
mediumA step function is $5 for and $9 for . Find the total jump size at .
Example 14
easyA parking garage charges \$4 for any time up to 1 hour, \$8 up to 2 hours. Cost for 1.5 hours?
Example 15
mediumHow many \$1 stamps does a 3.4 oz letter need if each oz (rounded up) needs one stamp?
Example 16
easyHow many distinct values does a 3-step function take?
Example 17
challengeShipping: \$5 for the first pound, \$3 for each additional started pound. Cost for a 3.2 lb package?
Example 18
challengeFor , find all jump points in .
Example 19
easyEvaluate .
Example 20
mediumIs always ?