Modulus Function
Simplified explanation with graph
What is Modulus Function?
• The modulus function is written as f(x) = |x|.
• - If x ≥ 0, then |x| = x
• - If x < 0, then |x| = -x
• It always gives a non-negative output.
• Examples:
• |5| = 5
• |-3| = 3
• |0| = 0
Graph and Properties
• Graph of f(x) = |x| is V-shaped.
• - Symmetric about the y-axis
• - Passes through the origin (0, 0)
• - y = x for x ≥ 0
• - y = -x for x < 0
• Domain: (-∞, ∞)
• Range: [0, ∞)