The absolute value of a real number x is a nonnegative real number denoted by , and defined as follows:
|x| = \begin{aligned} \begin{cases} x & \text{if } x \geq 0 \\ -x & \text{if } x < 0 \end{cases} \end{aligned}Quick Reference
| Concept | Formula | Notes |
|---|---|---|
| Definition | if , if | Always non-negative |
| Bounded Inequality | Valid for | |
| Exterior Inequality | Valid for | |
| Triangle Inequality | Fundamental upper bound for sums |
Properties of Absolute Value
For arbitrary numbers a and b:
- if and only if
- (provided )
- If :
\begin{aligned} |x| \le r &\quad\text{is equivalent to}\quad -r \le x \le r &&\text{(i)} \\ r \le |x| &\quad\text{is equivalent to}\quad x \le -r \quad\text{or}\quad r \le x && \text{(ii)} \\ |x| = r &\quad\text{is equivalent to}\quad x = r \quad\text{or}\quad x = -r && \text{(iii)} \end{aligned}
- (known as the triangle inequality)