
In
mathematics
Mathematics is a field of study that discovers and organizes methods, Mathematical theory, theories and theorems that are developed and Mathematical proof, proved for the needs of empirical sciences and mathematics itself. There are many ar ...
(particularly in
complex analysis
Complex analysis, traditionally known as the theory of functions of a complex variable, is the branch of mathematical analysis that investigates functions of complex numbers. It is helpful in many branches of mathematics, including algebraic ...
), the argument of a complex number , denoted , is the
angle
In Euclidean geometry, an angle can refer to a number of concepts relating to the intersection of two straight Line (geometry), lines at a Point (geometry), point. Formally, an angle is a figure lying in a Euclidean plane, plane formed by two R ...
between the positive
real axis and the line joining the origin and , represented as a point in the
complex plane, shown as
in Figure 1. By convention the positive real axis is drawn pointing rightward, the positive
imaginary axis is drawn pointing upward, and complex numbers with positive real part are considered to have an
anticlockwise argument with positive sign.
When any real-valued angle is considered, the argument is a
multivalued function 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 for ...
s. The
principal value of this function is single-valued, typically chosen to be the unique value of the argument that lies within the interval .
In this article the multi-valued function will be denoted and its principal value will be denoted , but in some sources the capitalization of these symbols is exchanged.
In some older mathematical texts, the term "amplitude" was used interchangeably with argument to denote the angle of a complex number. This usage is seen in older references such as
Lars Ahlfors' ''Complex Analysis: An introduction to the theory of analytic functions of one complex variable'' (1979), where amplitude referred to the argument of a complex number. While this term is largely outdated in modern texts, it still appears in some regional educational resources, where it is sometimes used in introductory-level textbooks.
Definition

An argument of the nonzero complex number , denoted , is defined in two equivalent ways:
#Geometrically, in the
complex plane, as the
2D polar angle 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. It is defined such that one radian is the angle subtended at ...
s, and is positive if measured counterclockwise.
#Algebraically, as any real quantity
such that
for some positive real (see
Euler's formula). The quantity is the ''
modulus'' (or absolute value) of , denoted , , :
The argument of zero is usually left undefined. The names ''
magnitude,'' 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. It is defined such that one radian is the angle subtended at ...
s (a complete
turn) are the same, as reflected by figure 2 on the right. Similarly, from the
periodicity of
and
, the second definition also has this property.
Principal value

Because a complete rotation around the origin leaves a complex number unchanged, there are many choices which could be made for
by circling the origin any number of times. This is shown in figure 2, a representation of the
multi-valued (set-valued) function
, 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 function is required, then the usual choice, known as the ''
principal value'', is the value in the open-closed
interval radians, 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. It is defined such that one radian is the angle subtended at ...
s excluding radians 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:
:
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, :
:
.
The function is available in the math libraries of many programming languages, sometimes under a different name, and usually returns a value in the range .
In some sources the argument is defined as
however this is correct only when , where
is well-defined and the angle lies between
and
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 half-plane and the two quadrants with , and then patch the definitions together:
:
See
atan2 for further detail and alternative implementations.
Realizations of the function in computer languages
Wolfram language (Mathematica)
In Wolfram language, there's
Arg /code>:
Arg + y I/code>
or using the language's ArcTan
:
Arg + y I/code>
ArcTan , y/code> is extended to work with infinities. ArcTan , 0/code> is Indeterminate
(i.e. it's still defined), while ArcTan nfinity, -Infinity/code> doesn't return anything (i.e. it's undefined).
Maple
Maple's argument(z)
behaves the same as Arg /code> in Wolfram language, except that argument(z)
also returns if z
is the special floating-point value −0.
.
Also, Maple doesn't have .
MATLAB
MATLAB's angle(z)
behaves the same as Arg /code> in Wolfram language, except that it is
Unlike in Maple and Wolfram language, MATLAB's atan2(y, x)
is equivalent to angle(x + y*1i)
. That is, atan2(0, 0)
is .
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 ,
:
This is only really valid if is non-zero, but can be considered valid for if is considered as an indeterminate form—rather than as being undefined.
Some further identities follow. If and are two non-zero complex numbers, then
:
If and is any integer, then
:
Example
:
Using the complex logarithm
From , we get , alternatively . As we are taking the imaginary part, any normalisation by a real scalar will not affect the result. This is useful when one has the complex logarithm available.
Extended argument
The extended argument of a number z (denoted as ) is the set of all real numbers congruent to modulo 2.
References
Bibliography
*
*
*
*
{{refend
External links
''Argument''
at Encyclopedia of Mathematics.
Trigonometry
Complex analysis
Signal processing