HOME

TheInfoList



OR:

In mathematics (particularly in complex analysis), the argument of a complex number ''z'', denoted arg(''z''), is the
angle In Euclidean geometry, an angle is the figure formed by two rays, called the '' sides'' of the angle, sharing a common endpoint, called the '' vertex'' of the angle. Angles formed by two rays lie in the plane that contains the rays. Angles a ...
between the positive
real Real may refer to: Currencies * Brazilian real (R$) * Central American Republic real * Mexican real * Portuguese real * Spanish real * Spanish colonial real Music Albums * ''Real'' (L'Arc-en-Ciel album) (2000) * ''Real'' (Bright album) (2010) ...
axis An axis (plural ''axes'') is an imaginary line around which an object rotates or is symmetrical. Axis may also refer to: Mathematics * Axis of rotation: see rotation around a fixed axis * Axis (mathematics), a designator for a Cartesian-coordinat ...
and the line joining the origin and ''z'', represented as a point in the complex plane, shown as \varphi in Figure 1. It is a multi-valued
function Function or functionality may refer to: Computing * Function key, a type of key on computer keyboards * Function model, a structured representation of processes in a system * Function object or functor or functionoid, a concept of object-oriente ...
operating on the nonzero
complex number In mathematics, a complex number is an element of a number system that extends the real numbers with a specific element denoted , called the imaginary unit and satisfying the equation i^= -1; every complex number can be expressed in the fo ...
s. To define a single-valued function, the principal value of the argument (sometimes denoted Arg ''z'') is used. It is often chosen to be the unique value of the argument that lies within the interval .


Definition

An argument of the complex number , denoted , is defined in two equivalent ways: #Geometrically, in the complex plane, as the 2D polar angle \varphi from the positive real axis to the vector representing . The numeric value is given by the angle in
radian The radian, denoted by the symbol rad, is the unit of angle in the International System of Units (SI) and is the standard unit of angular measure used in many areas of mathematics. The unit was formerly an SI supplementary unit (before tha ...
s, and is positive if measured counterclockwise. #Algebraically, as any real quantity \varphi such that z = r (\cos \varphi + i \sin \varphi) = r e^ for some positive real (see
Euler's formula Euler's formula, named after Leonhard Euler, is a mathematical formula in complex analysis that establishes the fundamental relationship between the trigonometric functions and the complex exponential function. Euler's formula states that fo ...
). The quantity is the '' modulus'' (or absolute value) of , denoted , , : r = \sqrt. The names ''
magnitude Magnitude may refer to: Mathematics *Euclidean vector, a quantity defined by both its magnitude and its direction *Magnitude (mathematics), the relative size of an object *Norm (mathematics), a term for the size or length of a vector *Order of ...
,'' for the modulus, and '' phase'',Dictionary of Mathematics (2002). ''phase''. for the argument, are sometimes used equivalently. Under both definitions, it can be seen that the argument of any non-zero complex number has many possible values: firstly, as a geometrical angle, it is clear that whole circle rotations do not change the point, so angles differing by an integer multiple of
radian The radian, denoted by the symbol rad, is the unit of angle in the International System of Units (SI) and is the standard unit of angular measure used in many areas of mathematics. The unit was formerly an SI supplementary unit (before tha ...
s (a complete circle) are the same, as reflected by figure 2 on the right. Similarly, from the
periodicity Periodicity or periodic may refer to: Mathematics * Bott periodicity theorem, addresses Bott periodicity: a modulo-8 recurrence relation in the homotopy groups of classical groups * Periodic function, a function whose output contains values tha ...
of and cosine, , the second definition also has this property. The argument of zero is usually left undefined.


Alternative Definition

The complex argument can also be defined algebraically in terms of Square root#Algebraic_formula, complex roots as: \arg(z) = \lim_ n\cdot \operatorname This definition removes reliance on other difficult-to-compute functions such as arctangent as well as eliminating the need for the
piecewise In mathematics, a piecewise-defined function (also called a piecewise function, a hybrid function, or definition by cases) is a function defined by multiple sub-functions, where each sub-function applies to a different interval in the domain. P ...
definition. Because it's defined in terms of
roots A root is the part of a plant, generally underground, that anchors the plant body, and absorbs and stores water and nutrients. Root or roots may also refer to: Art, entertainment, and media * ''The Root'' (magazine), an online magazine focusing ...
, it also inherits the principal branch of square root as its own principle branch. The normalization of z by dividing by , z, isn't necessary for convergence to the correct value, but it does speed up convergence and ensures that \arg(0) is left undefined.


Principal value

Because a complete rotation around the origin leaves a complex number unchanged, there are many choices which could be made for \varphi by circling the origin any number of times. This is shown in figure 2, a representation of the
multi-valued In mathematics, a multivalued function, also called multifunction, many-valued function, set-valued function, is similar to a function, but may associate several values to each input. More precisely, a multivalued function from a domain to a ...
(set-valued) function f(x,y)=\arg(x+iy), where a vertical line (not shown in the figure) cuts the surface at heights representing all the possible choices of angle for that point. When a
well-defined In mathematics, a well-defined expression or unambiguous expression is an expression whose definition assigns it a unique interpretation or value. Otherwise, the expression is said to be ''not well defined'', ill defined or ''ambiguous''. A func ...
function is required, then the usual choice, known as the '' principal value'', is the value in the open-closed interval , that is from to
radian The radian, denoted by the symbol rad, is the unit of angle in the International System of Units (SI) and is the standard unit of angular measure used in many areas of mathematics. The unit was formerly an SI supplementary unit (before tha ...
s, excluding rad itself (equiv., from −180 to +180 degrees, excluding −180° itself). This represents an angle of up to half a complete circle from the positive real axis in either direction. Some authors define the range of the principal value as being in the closed-open interval .


Notation

The principal value sometimes has the initial letter capitalized, as in , especially when a general version of the argument is also being considered. Note that notation varies, so and may be interchanged in different texts. The set of all possible values of the argument can be written in terms of as: :\arg(z) = \.


Computing from the real and imaginary part

If a complex number is known in terms of its real and imaginary parts, then the function that calculates the principal value is called the two-argument arctangent function atan2: :\operatorname(x + iy) = \operatorname(y,\, x). The atan2 function (also called arctan2 or other synonyms) is available in the math libraries of many programming languages, and usually returns a value in the range . Many texts say the value is given by , as is slope, and converts slope to angle. This is correct only when , so the quotient is defined and the angle lies between and , but extending this definition to cases where is not positive is relatively involved. Specifically, one may define the principal value of the argument separately on the two half-planes and (separated into two quadrants if one wishes a branch cut on the negative -axis), , , and then patch together. :\operatorname(x + iy) = \operatorname(y,\, x) = \begin \arctan\left(\frac y x\right) &\text x > 0, \\ \arctan\left(\frac y x\right) + \pi &\text x < 0 \text y \ge 0, \\ \arctan\left(\frac y x\right) - \pi &\text x < 0 \text y < 0, \\ +\frac &\text x = 0 \text y > 0, \\ -\frac &\text x = 0 \text y < 0, \\ \text &\text x = 0 \text y = 0. \end A compact expression with 4 overlapping half-planes is :\operatorname(x + iy) = \operatorname(y,\, x) = \begin \arctan\left(\frac\right) &\text x > 0, \\ \frac - \arctan\left(\frac\right) &\text y > 0, \\ -\frac - \arctan\left(\frac\right) &\text y < 0, \\ \arctan\left(\frac\right) \pm \pi &\text x < 0, \\ \text &\text x = 0 \text y = 0. \end It's also possible to use arccotangent for the definition: :\operatorname(x + iy) = \begin \arccot\left(\frac\right) &\text y > 0, \\ \arccot\left(\frac\right)-\pi &\text y < 0, \\ 0 &\text y = 0 \text x>0 \\ \pi &\text y = 0 \text x<0 \\ \text &\text x = 0 \text y = 0. \end For the variant where is defined to lie in the interval , the value can be found by adding to the value above when it is negative (when ). Alternatively, the principal value can be calculated in a uniform way using the tangent half-angle formula, the function being defined over the complex plane but excluding the origin: :\operatorname(x + iy) = \begin \displaystyle 2 \arctan\left(\frac\right) &\text x > 0 \text y \neq 0, \\ \pi &\text x < 0 \text y = 0, \\ \text &\text x = 0 \text y = 0. \end This is based on a parametrization of the circle (except for the negative -axis) by rational functions. This version of is not stable enough for
floating point In computing, floating-point arithmetic (FP) is arithmetic that represents real numbers approximately, using an integer with a fixed precision, called the significand, scaled by an integer exponent of a fixed base. For example, 12.345 can b ...
computational use (as it may overflow near the region ), but can be used in symbolic calculation. A variant of the last formula which avoids overflow is sometimes used in high precision computation: :\operatorname(x + iy) = \begin \displaystyle 2 \arctan\left(\frac\right) &\text y \neq 0, \\ 0 &\text x > 0 \text y = 0, \\ \pi &\text x < 0 \text y = 0, \\ \text &\text x = 0 \text y = 0. \end


Identities

One of the main motivations for defining the principal value is to be able to write complex numbers in modulus-argument form. Hence for any complex number , :z = \left, z \ e^. This is only really valid if is non-zero, but can be considered valid for if is considered as an
indeterminate form In calculus and other branches of mathematical analysis, limits involving an algebraic combination of functions in an independent variable may often be evaluated by replacing these functions by their limits; if the expression obtained after this s ...
—rather than as being undefined. Some further identities follow. If and are two non-zero complex numbers, then :\begin \operatorname(z_1 z_2) &\equiv \operatorname(z_1) + \operatorname(z_2) \pmod, \\ \operatorname\left(\frac\right) &\equiv \operatorname(z_1) - \operatorname(z_2) \pmod. \end If and is any integer, then :\operatorname\left(z^n\right) \equiv n \operatorname(z) \pmod.


Example

:\operatorname\biggl(\frac\biggr) = \operatorname(-1 - i) - \operatorname(i) = -\frac - \frac = -\frac


Using the complex logarithm

From z = , z, e^, it easily follows that \operatorname(z) = -i \ln \frac. This is useful when one has the complex logarithm available.


Extended Argument

Extended argument of a number z (denoted as \overline(z)) is the set of all real numbers congruent to \arg (z) modulo 2\pi.\overline(z) = \arg (z) + 2k\pi, \forall k \in \mathbb


References


Bibliography

* * * * {{refend


External links


''Argument''
at
Encyclopedia of Mathematics The ''Encyclopedia of Mathematics'' (also ''EOM'' and formerly ''Encyclopaedia of Mathematics'') is a large reference work in mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structu ...
. Trigonometry Complex analysis Signal processing