首页 | 主题 | 图库 | 问答 | 文摘 | 原创 | 百科

历史 | 地理 | 人物 | 艺术 | 体育 | 科学 | 音乐 | 电影 | 信息技术 | 世界遗产

 开放、中立,源自维基百科

Personal tools

Absolute value

From Wikipedia, the free encyclopedia

Jump to: navigation, search

In mathematics, the absolute value (or modulus[1] which is Latin for a small measure) of a real number is its numerical value without regard to its sign. So, for example, 3 is the absolute value of both 3 and −3. In computer programming, the mathematical function used to perform this calculation is usually given the name abs().

Generalizations of the absolute value for real numbers occur in a wide variety of mathematical settings. For example an absolute value is also defined for the complex numbers, the quaternions, ordered rings, fields and vector spaces.

The absolute value is closely related to the notions of magnitude, distance, and norm in various mathematical and physical contexts.

The graph of the absolute value function for real numbers.
The graph of the absolute value function for real numbers.

Contents

Real numbers

For any real number a the absolute value or modulus of a is denoted[2] by | a | and is defined as

Failed to parse (Missing texvc executable; please see math/README to configure.): |a| = \begin{cases} a, & \mbox{if } a \ge 0 \\ -a, & \mbox{if } a < 0. \end{cases}


As can be seen from the above definition, the absolute value of a is always either positive or zero, but never negative.

From a geometric point of view, the absolute value of a real number is the distance along the real number line of that number from zero, and more generally the absolute value of the difference of two real numbers is the distance between them. Indeed the notion of an abstract distance function in mathematics can be seen to be a generalization of the absolute value of the difference (see "Distance" below).

The following proposition, gives an identity which is sometimes used as an alternative (and equivalent) definition of the absolute value:

PROPOSITION 1:

Failed to parse (Missing texvc executable; please see math/README to configure.): |a| = \sqrt{a^2}


The absolute value has the following four fundamental properties:

PROPOSITION 2:

Failed to parse (Missing texvc executable; please see math/README to configure.): |a| \ge 0 Non-negativity
Failed to parse (Missing texvc executable; please see math/README to configure.): |a| = 0 \iff a = 0 Positive-definiteness
Failed to parse (Missing texvc executable; please see math/README to configure.): |ab| = |a||b|\, Multiplicativeness
Failed to parse (Missing texvc executable; please see math/README to configure.): |a+b| \le |a| + |b| Subadditivity

Other important properties of the absolute value include:

PROPOSITION 3:

Failed to parse (Missing texvc executable; please see math/README to configure.): |-a| = |a|\, Symmetry
Failed to parse (Missing texvc executable; please see math/README to configure.): |a - b| = 0 \iff a = b Identity of indiscernibles (equivalent to positive-definiteness)
Failed to parse (Missing texvc executable; please see math/README to configure.): |a - b| \le |a - c| +|c - b| Triangle inequality (equivalent to subadditivity)
Failed to parse (Missing texvc executable; please see math/README to configure.): |a/b| = |a| / |b| \mbox{ (if } b \ne 0) \, Preservation of division (equivalent to multiplicativeness)
Failed to parse (Missing texvc executable; please see math/README to configure.): |a-b| \ge ||a| - |b|| (equivalent to subadditivity)

Two other useful inequalities are:

Failed to parse (Missing texvc executable; please see math/README to configure.): |a| \le b \iff -b \le a \le b
Failed to parse (Missing texvc executable; please see math/README to configure.): |a| \ge b \iff a \le -b \mbox{ or } b \le a


The above are often used in solving inequalities; for example:

Failed to parse (Missing texvc executable; please see math/README to configure.): |x-3| \le 9 Failed to parse (Missing texvc executable; please see math/README to configure.): \iff -9 \le x-3 \le 9
Failed to parse (Missing texvc executable; please see math/README to configure.): \iff -6 \le x \le 12

Complex numbers

Image:Complex conjugate picture.svg
The absolute value of a complex number Failed to parse (Missing texvc executable; please see math/README to configure.): z
is the distance Failed to parse (Missing texvc executable; please see math/README to configure.): r
from Failed to parse (Missing texvc executable; please see math/README to configure.): z
to the origin. It is also seen in the picture that Failed to parse (Missing texvc executable; please see math/README to configure.): z
and Failed to parse (Missing texvc executable; please see math/README to configure.): \bar{z}
have the same absolute value.

Since the complex numbers are not ordered, the definition given above for the real absolute value cannot be directly generalized for a complex number. However the identity given in Proposition 1:

Failed to parse (Missing texvc executable; please see math/README to configure.): |a| = \sqrt{a^2}

can be seen as motivating the following definition.

For any complex number

Failed to parse (Missing texvc executable; please see math/README to configure.): z = x + iy\,


where x and y are real numbers, the absolute value or modulus of Failed to parse (Missing texvc executable; please see math/README to configure.): z

is denoted Failed to parse (Missing texvc executable; please see math/README to configure.): |z|,
and is defined as
Failed to parse (Missing texvc executable; please see math/README to configure.): |z| = \sqrt{x^2 + y^2}.


It follows that the absolute value of a real number x is equal to its absolute value considered as a complex number since:

Failed to parse (Missing texvc executable; please see math/README to configure.): |x + i0| = \sqrt{x^2 + 0^2} = \sqrt{x^2} = |x|.


Similar to the geometric interpretation of the absolute value for real numbers, it follows from the Pythagorean theorem that the absolute value of a complex number is the distance in the complex plane of that complex number from the origin, and more generally, that the absolute value of the difference of two complex numbers is equal to the distance between those two complex numbers.

The complex absolute value shares all the properties of the real absolute value given in Propositions 2 and 3 above. In addition, If

Failed to parse (Missing texvc executable; please see math/README to configure.): z = x + i y = r (\cos \phi + i \sin \phi ) \,


and

Failed to parse (Missing texvc executable; please see math/README to configure.): \bar{z} = x - iy


is the complex conjugate of Failed to parse (Missing texvc executable; please see math/README to configure.): z , then it is easily seen that

Failed to parse (Missing texvc executable; please see math/README to configure.): |z| = r\,


Failed to parse (Missing texvc executable; please see math/README to configure.): |z|=|\bar{z}|


Failed to parse (Missing texvc executable; please see math/README to configure.): |z| = \sqrt{z\bar{z}}.

The latter formula is the complex analogue of proposition 1 mentioned above in the real case...

Since the positive reals form a subgroup of the complex numbers under multiplication, we may think of absolute value as an endomorphism of the multiplicative group of the complex numbers.

Absolute value functions

The real absolute value function is continuous everywhere. It is differentiable everywhere except for x = 0. It is monotonically decreasing on the interval (-∞, 0] and monotonically increasing on the interval [0, ∞). Since a real number and its negative have the same absolute value, it is an even function, and is hence not invertible.

The complex absolute value function is continuous everywhere but (complex) differentiable nowhere (One way to see this is to show that it does not obey the Cauchy-Riemann equations).

Both the real and complex functions are idempotent.

It is a nonlinear function.

Ordered rings

The definition of absolute value given for real numbers above can easily be extended to any ordered ring. That is, if Failed to parse (Missing texvc executable; please see math/README to configure.): a

is an element of an ordered ring Failed to parse (Missing texvc executable; please see math/README to configure.): R

, then the absolute value of Failed to parse (Missing texvc executable; please see math/README to configure.): a , denoted by Failed to parse (Missing texvc executable; please see math/README to configure.): |a| , is defined to be:

Failed to parse (Missing texvc executable; please see math/README to configure.): |a| = \begin{cases} a, & \mbox{if } a \ge 0 \\ -a, & \mbox{if } a < 0, \end{cases}


where Failed to parse (Missing texvc executable; please see math/README to configure.): -a

is the additive inverse of Failed to parse (Missing texvc executable; please see math/README to configure.): a

, and Failed to parse (Missing texvc executable; please see math/README to configure.): 0

is the additive identity element.

Distance

The absolute value is closely related to the idea of distance. As noted above, the absolute value of a real or complex number is the distance from that number to the origin, along the real number line, for real numbers, or in the complex plane, for complex numbers, and more generally, the absolute value of the difference of two real or complex numbers is the distance between them.

The standard Euclidean distance between two points

Failed to parse (Missing texvc executable; please see math/README to configure.): a = (a_1, a_2, \cdots , a_n)


and

Failed to parse (Missing texvc executable; please see math/README to configure.): b = (b_1, b_2, \cdots , b_n)


in Euclidean n-space is defined as:

Failed to parse (Missing texvc executable; please see math/README to configure.): \sqrt{(a_1-b_1)^2 + (a_2-b_2)^2 + \cdots + (a_n-b_n)^2}.


This can be seen to be a generalization of Failed to parse (Missing texvc executable; please see math/README to configure.): |a - b|,

since if Failed to parse (Missing texvc executable; please see math/README to configure.): a,
Failed to parse (Missing texvc executable; please see math/README to configure.): b 
are real, then by Proposition 1,
Failed to parse (Missing texvc executable; please see math/README to configure.): |a - b| = \sqrt{(a - b)^2}


while if

Failed to parse (Missing texvc executable; please see math/README to configure.): a = a_1 + i a_2 \,


and

Failed to parse (Missing texvc executable; please see math/README to configure.): b = b_1 + i b_2 \,


are complex numbers, then

Failed to parse (Missing texvc executable; please see math/README to configure.): |a - b| \, Failed to parse (Missing texvc executable; please see math/README to configure.): = |(a_1 + i a_2) - (b_1 + i b_2)|\,
Failed to parse (Missing texvc executable; please see math/README to configure.): = |(a_1 - b_1) + i(a_2 - b_2)|\,
Failed to parse (Missing texvc executable; please see math/README to configure.): = \sqrt{(a_1 - b_1)^2 + (a_2 - b_2)^2}

The above shows that the "absolute value" distance for the real numbers or the complex numbers, agrees with the standard Euclidean distance they inherit as a result of considering them as the one and two-dimensional Euclidean spaces respectively.

The properties of the absolute value of the difference of two real or complex numbers: non-negativity, identity of indiscernibles, symmetry and the triangle inequality given in Propositions 2 and 3 above, can be seen to motivate the more general notion of a distance function as follows:

A real valued function Failed to parse (Missing texvc executable; please see math/README to configure.): d

on a set Failed to parse (Missing texvc executable; please see math/README to configure.): X \times X
is called a distance function (or a metric) for Failed to parse (Missing texvc executable; please see math/README to configure.): X

, if it satisfies the following four axioms:

Failed to parse (Missing texvc executable; please see math/README to configure.): d(a, b) \ge 0 Non-negativity
Failed to parse (Missing texvc executable; please see math/README to configure.): d(a, b) = 0 \iff a = b Identity of indiscernibles
Failed to parse (Missing texvc executable; please see math/README to configure.): d(a, b) = d(b, a) \, Symmetry
Failed to parse (Missing texvc executable; please see math/README to configure.): d(a, b) \le d(a, c) + d(c, b) Triangle inequality

Derivatives

The derivative of the real absolute value function is the signum function, sgn(x), which is defined as

Failed to parse (Missing texvc executable; please see math/README to configure.): \sgn (x) = \frac{x}{|x|}


for x ≠ 0. The absolute value function is not differentiable at x = 0. Where the absolute value function of a real number returns a value without respect to its sign, the signum function returns a number's sign without respect to its value. Therefore x = sgn(x)abs(x). The signum function is a form of the Heaviside step function used in signal processing, defined as:

Failed to parse (Missing texvc executable; please see math/README to configure.): u(x) = \begin{cases} 0, & x < 0 \\ \frac{1}{2}, & x = 0 \\ 1, & x > 0 \end{cases}


Where the value of the Heaviside function at zero is conventional. So we have at all nonzero points on the real number line,

Failed to parse (Missing texvc executable; please see math/README to configure.): u(x) = \frac{\sgn(x) +1}{2}.\,


The absolute value function has no concavity at any point, the sign function is constant at all points. Therefore the second derivative of |x| with respect to x is zero everywhere except zero, where it is undefined.

The absolute value function is also integrable. Its antiderivative is

Failed to parse (Missing texvc executable; please see math/README to configure.): \int|x|dx=\frac{x|x|}{2}+C

.

Fields

The fundamental properties of the absolute value for real numbers given in Proposition 2 above, can be used to generalize the notion of absolute value to an arbitrary field, as follows.

A real-valued function Failed to parse (Missing texvc executable; please see math/README to configure.): v

on a field Failed to parse (Missing texvc executable; please see math/README to configure.): F
is called an absolute value (also a modulus, magnitude, value, or valuation) if it satisfies the following four axioms:
Failed to parse (Missing texvc executable; please see math/README to configure.): v(a) \ge 0 Non-negativity
Failed to parse (Missing texvc executable; please see math/README to configure.): v(a) = 0 \iff a = \mathbf{0} Positive-definiteness
Failed to parse (Missing texvc executable; please see math/README to configure.): v(ab) = v(a) v(b) \, Multiplicativeness
Failed to parse (Missing texvc executable; please see math/README to configure.): v(a+b) \le v(a) + v(b) Subadditivity or the triangle inequality

Where Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{0}

denotes the additive  identity element of Failed to parse (Missing texvc executable; please see math/README to configure.): F

. It follows from positive-definiteness and multiplicativeness that Failed to parse (Missing texvc executable; please see math/README to configure.): v(\mathbf{1}) = 1 , where Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{1}

denotes the multiplicative identity element of Failed to parse (Missing texvc executable; please see math/README to configure.): F

. The real and complex absolute values defined above are examples of absolute values for an arbitrary field.

If Failed to parse (Missing texvc executable; please see math/README to configure.): v

is an absolute value on Failed to parse (Missing texvc executable; please see math/README to configure.): F

, then the function Failed to parse (Missing texvc executable; please see math/README to configure.): d

on Failed to parse (Missing texvc executable; please see math/README to configure.): F \times F

, defined by Failed to parse (Missing texvc executable; please see math/README to configure.): d(a, b) = v(a - b) , is a metric and the following are equivalent:

  • Failed to parse (Missing texvc executable; please see math/README to configure.): d
satisfies the ultrametric inequality Failed to parse (Missing texvc executable; please see math/README to configure.):  d(x, y) \le \mathrm{max}\{d(x, z), d(y, z)\}.


  • Failed to parse (Missing texvc executable; please see math/README to configure.): \big\{ v\Big(\sum_{k=1}^n \mathbf{1}\Big) : n \in \mathbb{N} \big\}
is bounded in R.
  • Failed to parse (Missing texvc executable; please see math/README to configure.): v\Big(\sum_{k=1}^n \mathbf{1}\Big) \le 1
for every Failed to parse (Missing texvc executable; please see math/README to configure.):   n \in \mathbb{N}.


  • Failed to parse (Missing texvc executable; please see math/README to configure.): v(a) \le 1 \Rightarrow v(1+a) \le 1
for all Failed to parse (Missing texvc executable; please see math/README to configure.):  a \in F.


  • Failed to parse (Missing texvc executable; please see math/README to configure.): v(a + b) \le \mathrm{max}\{v(a), v(b)\}
for all Failed to parse (Missing texvc executable; please see math/README to configure.):  a, b \in F.


An absolute value which satisfies any (hence all) of the above conditions is said to be non-Archimedean, otherwise it is said to be Archimedean.[3]

Vector spaces

Main article: Norm (mathematics)

Again the fundamental properties of the absolute value for real numbers can be used, with a slight modification, to generalize the notion to an arbitrary vector space.

A real valued function ||·|| on a vector space Failed to parse (Missing texvc executable; please see math/README to configure.): V

over a field Failed to parse (Missing texvc executable; please see math/README to configure.): F

, is called an absolute value (or more usually a norm) if it satisfies the following axioms:

For all Failed to parse (Missing texvc executable; please see math/README to configure.): a

in Failed to parse (Missing texvc executable; please see math/README to configure.): F

, and Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{v} , Failed to parse (Missing texvc executable; please see math/README to configure.): \mathbf{u}

in Failed to parse (Missing texvc executable; please see math/README to configure.): V

,

Failed to parse (Missing texvc executable; please see math/README to configure.): \|\mathbf{v}\| \ge 0 Non-negativity
Failed to parse (Missing texvc executable; please see math/README to configure.): \|\mathbf{v}\| = 0 \iff \mathbf{v} = 0 Positive-definiteness
Failed to parse (Missing texvc executable; please see math/README to configure.): \|a \mathbf{v}\| = |a| \|\mathbf{v}\| Positive homogeneity or positive scalability
Failed to parse (Missing texvc executable; please see math/README to configure.): \|\mathbf{v} + \mathbf{u}\| \le \|\mathbf{v}\| + \|\mathbf{u}\| Subadditivity or triangle inequality

The norm of a vector is also called its length or magnitude.

In the case of Euclidean space Rn, the function defined by

Failed to parse (Missing texvc executable; please see math/README to configure.): \|(x_1, x_2, \cdots , x_n) \| = \sqrt{\sum_{i=1}^{n}(x_i)^2}


is a norm called the Euclidean norm. When the real numbers R are considered as the one-dimensional vector space R1, the absolute value is a norm, and is the p-norm for any p. In fact the absolute value is the "only" norm on R1, in the sense that, for every norm ||·|| on R1, ||x||=||1||·|x|. The complex absolute value is a special case of the norm in an inner product space. It is identical to the Euclidean norm, if the complex plane is identified with the Euclidean plane R2.

Algorithms

In the C programming language, the abs(), labs(), llabs() (in C99), fabs(), fabsf(), and fabsl() functions compute the absolute value of an operand. Coding the integer version of the function is trivial, ignoring the boundary case where the largest negative integer is input:

int abs (int i)
{
    if (i < 0)
        return -i;
    else
        return i;
}

The floating-point versions are trickier, as they have to contend with special codes for infinity and not-a-numbers.

The function for absolute value in Fortran, Matlab, and GNU Octave is abs. It handles integer, real as well as complex numbers.

Using assembly language, it is possible to take the absolute value of a register in just three instructions (example shown for a 32-bit register on an x86 architecture, Intel syntax):

cdq
xor eax, edx
sub eax, edx

cdq extends the sign bit of eax into edx. If eax is nonnegative, then edx becomes zero, and the latter two instructions have no effect, leaving eax unchanged. If eax is negative, then edx becomes 0xFFFFFFFF, or -1. The next two instructions then become a two's complement inversion, giving the absolute value of the negative value in eax.

Notes

  1. ^ Jean-Robert Argand, is credited with introducing the term "modulus" in 1806, see: Nahin, O'Connor and Robertson, and functions.Wolfram.com.
  2. ^ functions.Wolfram.com credits Karl Weierstrass with introducing the notation Failed to parse (Missing texvc executable; please see math/README to configure.): |x|, in 1841.
  3. ^ Schechter, p 260-261.


References

See also

bs:Apsolutna vrijednost bg:Абсолютна стойност ca:Valor absolut cs:Absolutní hodnota de:Betragsfunktion et:Absoluutväärtus es:Valor absoluto eo:Absoluta valoro fa:قدر مطلق (ریاضی) fr:Valeur absolue gl:Valor absoluto zh-classical:絕對值 ko:절대값 is:Algildi it:Valore assoluto he:ערך מוחלט hu:Abszolútérték-függvény nl:Absolute waarde ja:絶対値 no:Absoluttverdi nn:Absoluttverdi pl:Wartość bezwzględna pt:Valor absoluto ru:Абсолютная величина sk:Absolútna hodnota sl:Absolutna vrednost sr:Апсолутна вредност sh:Apsolutna vrijednost fi:Itseisarvo sv:Absolutbelopp th:ค่าสัมบูรณ์ vi:Giá trị tuyệt đối tr:Mutlak değer uk:Абсолютна величина

Languages
AD Links