learn.howToCalculate
learn.whatIsHeading
Absolute value |x| is the distance of a number from zero on the number line, always non-negative. |3| = 3, |−3| = 3, |0| = 0. In complex numbers, absolute value is the distance from the origin: |a+bi| = √(a²+b²).
Guida passo passo
- 1|x| = x if x ≥ 0; |x| = −x if x < 0
- 2|x − y| = distance between x and y on the number line
- 3Triangle inequality: |a + b| ≤ |a| + |b|
- 4Properties: |ab| = |a||b|, |a/b| = |a|/|b|, |a|² = a²
Esempi risolti
Ingresso
|−7.5|
Risultato
7.5
Distance from zero, always positive
Ingresso
|3 − 8|
Risultato
5
Distance between 3 and 8 on number line
Pronto per calcolare? Prova la calcolatrice gratuita di Absolute Value
Provalo tu stesso →