- The function \( f(x) = x|x| \) can be rewritten using the definition of absolute value:
- If \( x \geq 0 \), then \( |x| = x \) and \( f(x) = x \cdot x = x^2 \).
- If \( x < 0 \), then \( |x| = -x \) and \( f(x) = x \cdot (-x) = -x^2 \).
- Therefore, \( f(x)
Show more…