Jump to content

Magnitude (mathematics): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
text in TeX is bad; corrected function notation
"real" and "imaginary" are not persons' names. Also, some small math notation style edits.
Line 1: Line 1:
:''For other uses, see [[Magnitude]].
{{dablink|For other senses of this word, see [[magnitude]].}}


The '''magnitude''' of a mathematical object is its size: a property by which it can be larger or smaller than other objects of the same kind; in technical terms, an [[ordering]] of the [[class (mathematics)|class]] of objects to which it belongs.
The '''magnitude''' of a mathematical object is its size: a property by which it can be larger or smaller than other objects of the same kind; in technical terms, an [[ordering]] of the [[class (mathematics)|class]] of objects to which it belongs.
Line 16: Line 16:


: | ''x'' | = ''x'', if ''x'' ≥ 0
: | ''x'' | = ''x'', if ''x'' ≥ 0
: | ''x'' | = -''x'', if ''x'' < 0
: | ''x'' | = −''x'', if ''x'' < 0


This gives the number's distance from zero on the real [[number line]]. For example, the modulus of -5 is 5.
This gives the number's distance from zero on the real [[number line]]. For example, the modulus of − is 5.

...


== Complex numbers ==
== Complex numbers ==
Line 27: Line 25:
:<math> \left| z \right| = \sqrt{\Re(z)^2 + \Im(z)^2 }</math>
:<math> \left| z \right| = \sqrt{\Re(z)^2 + \Im(z)^2 }</math>


where <math>\Re(z)</math> and <math>\Im(z)</math> are the [[Real part]] and [[Imaginary part]] of z. For instance, the modulus of &minus;3 + 4<var>i</var> is 5.
where <math>\Re(z)</math> and <math>\Im(z)</math> are the [[real part]] and [[imaginary part]] of ''z''. For instance, the modulus of &minus;3 + 4<var>''i''</var> is 5.


== Euclidean vectors ==
== Euclidean vectors ==

Revision as of 21:09, 11 October 2006

The magnitude of a mathematical object is its size: a property by which it can be larger or smaller than other objects of the same kind; in technical terms, an ordering of the class of objects to which it belongs.

The Greeks distinguished between several types of magnitude, including:

They had proven that the first two could not be the same, or even isomorphic systems of magnitude. They did not consider negative magnitudes to be meaningful, and magnitude is still chiefly used in contexts in which zero is either the lowest size or less than all possible sizes.

Real numbers

The magnitude of a real number is usually called the absolute value or modulus. It is written | x |, and is defined by:

| x | = x, if x ≥ 0
| x | = −x, if x < 0

This gives the number's distance from zero on the real number line. For example, the modulus of − is 5.

Complex numbers

Similarly, the magnitude of a complex number, called the modulus, gives the distance from zero in the Argand diagram. The formula for the modulus is the same as that for Pythagoras' theorem.

where and are the real part and imaginary part of z. For instance, the modulus of −3 + 4i is 5.

Euclidean vectors

The magnitude of a vector x of real numbers in a Euclidean n-space is most often the Euclidean norm, derived from Euclidean distance: the square root of the dot product of the vector with itself:

where x = [x1, x2, ..., xn]. The notation |x| is also used for the norm. For instance, the magnitude of [4, 5, 6] is √(42 + 52 + 62) = √77 or about 8.775.

General vector spaces

A concept of magnitude can be applied to a vector space in general. This is then called a normed vector space. The function that maps objects to their magnitudes is called a norm.

Practical math

A magnitude is never negative. When comparing magnitudes, it is often helpful to use a logarithmic scale. Real-world examples include the loudness of a sound (decibel), the brightness of a star, or the Richter scale of earthquake intensity.

To put it another way, often it is not meaningful to simply add and subtract magnitudes.