Special Functions: Step Functions Greatest Integer Functions Piecewise Functions
Special Functions: Step Functions Greatest Integer Functions Piecewise Functions
Step functions
Greatest integer functions
Piecewise functions
f ( x) [| x |]
It is not an absolute value. The function rounds
down to the last integer.
f(2.7) = 2
f(0.8) = 0
f(- 3.4) = - 4
x
0
1
2
3
4
5
- | x 3|
- | 0 3| = - | - 3|
- | 1 3| = - | - 2|
- | 2 3| = - | - 1|
- | 3 3| = - | - 0|
- | 4 3| = - | 1 |
- | 5 3| = - | 2 |
f(x)
-3
-2
-1
0
-1
-2
(0, - 3)
(1, - 2)
(2, - 1)
(3, 0)
(4, - 1)
(5, - 2)
(0, - 3)
(1, - 2)
(2, - 1)
(3, 0)
(4, - 1)
(5, - 2)
Piecewise Functions
3x 2 x 2
f ( x)
x 3 x 2
Piecewise Functions
3x 2 x 2
f
(
x
)
3x 2 x 2
f ( x)
x 3 x 2
Piecewise Functions
(2, -1)
Thank You