• Our intuition about absolute value is correct, but very un-mathematical.
  • When we see , our mind immediately jumps to 5. We think in terms of removing the negative symbol (very similar to switching signs when jumping across the equal-to sign).
  • This is not mathematically sound. We don’t just remove something in math. In actuality, the expression decays into two cases–a piecewise function–and each case operates on the input differently.

The two pieces of our function are such:

  • If is positive, the function leaves it as it is.
  • If is negative, the function multiplies it by to make it positive.
  • Our is rarely this simple. For more complex expressions, we need to simplify the cases until we find our critical points.
  • Once we have the critical points, we can plot the graph of the function, which makes solving problems much easier.
  • It is useful to understand the underlying mechanism of the mod, but for most quick problems we will resort to the Wavy Curve Method to identify critical points.