When measuring or approximating values, errors are inevitable. There are three main ways to quantify them:
\[ \text{Abs. error} = |x - \hat{x}|, \quad \text{Rel. error} = \frac{|x - \hat{x}|}{|x|}, \quad \% \text{ error} = \frac{|x - \hat{x}|}{|x|}\times 100\% \]
Absolute, relative, and percentage errors are three linked ways of measuring the accuracy of approximations. Absolute error shows the raw difference, relative error gives it in proportion to the true value, and percentage error expresses this ratio in a simple, intuitive percentage. These tools are central in science and mathematics for assessing the reliability of calculations and measurements.