Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Business Industries Finance Tax

Home > Absolute value


First Prev [ 1 2 ] Next Last

In mathematics, the absolute value (or modulus) of a number is that number without a negative sign. So, for example, 3 is the absolute value of both 3 and −3.

1 Definition

It can be defined as follows: For any real number a, the absolute value of a, denoted |a|, is equal to a if a ≥ 0, and to −a, if a < 0 (see also: inequality). |a| is never negative, as absolute values are always either positive or zero. Put another way, |a| < 0 has no solution for a.

The absolute value can be regarded as the distance of a number from zero; indeed the notion of distance in mathematics is a generalisation of the properties of the absolute value. When real numbers are considered as one-dimensional vectors, the absolute value is the magnitude, and the p-norm for any p. Up to a constant factor, every norm in R1 is equal to the absolute value: ||x||=||1||.|x|

2 Properties

The absolute value has the following properties:

  1. |a| ≥ 0
  2. |a| = 0 iff a = 0.
  3. |ab| = |a||b|
  4. |a/b| = |a| / |b| (if b ≠ 0)
  5. |a+b| ≤ |a| + |b| (the triangle inequality)
  6. |ab| ≥ ||a| − |b||
  7. |a| ≤ b iff −bab
  8. |a| ≥ b iff a ≤ −b or ba

The last two properties are often used in solving inequalities; for example:

|x − 3| ≤ 9
−9 ≤ x−3 ≤ 9
−6 ≤ x ≤ 12

For real arguments, the absolute value function f(x) = |x| is continuous everywhere and differentiable everywhere except for x = 0. For complex arguments, the function is continuous everywhere but differentiable nowhere (One way to see this is to show that it does not obey the Cauchy-Riemann equationsPartial differential equations Complex analysis In complex analysis, the Cauchy-Riemann differential equations are two partial differential equations which provide a necessary and sufficient condition for a function to be holomorphic. Let f u + iv be a fu).

For a complex number z = a + ib, one defines the absolute value or modulus to be |z| = √(a2 + b2) = √ (z z*) (see square rootIn mathematics, the square root of a non-negative real number is denoted and represents the non-negative real number whose square (the result of multiplying the number by itself) is. For example, since. This example suggests how square roots can arise whe and complex conjugateIn mathematics, the complex conjugate of a complex number is given by changing the sign of the imaginary part. Thus, the conjugate of the complex number z a + ib (where a and b are real numbers) is defined to be z a − ib''. It is also often denoted). This notion of absolute value shares the properties 1-6 from above. If one interprets z as a point in the plane, then |z| is the distance of z to the origin.

It is useful to think of the expression |xy| as the distance between the two numbers x and y (on the real number line if x and y are real, and in the complex plane if x and y are complex). By using this notion of distance, both the set of real numbers and the set of complex numbers become metric spacesIn mathematics, a metric space is a set (or "space") where a distance between points is defined. History Maurice Frechet introduced metric spaces in his work Sur quelques points du calcul fonctionnel Rendic. Palermo 22(1906) 1-74. Formal definition Formal.

The function is not invertible, because a negative and a positive number have the same absolute value.





Non User