Article · Wikipedia archive · Last revised May 31, 2026

Principal value

In mathematics, specifically complex analysis, a multivalued function has often the property that, near almost every point, the graph of the function is the disjoint union of one or several graphs of smooth functions, which are called branches of the multivalued functions. In the case of complex analytic functions, these branches can be prolongated to smooth functions that are defined in the whole complex plane except a finite number of points, and are equal to one value of the multivalued function in their domain. Often, a branch refersvalue specifically to such a maximal branch.

Last revised
May 31, 2026
Read time
≈ 5 min
Length
1,192 w
Citations
1
Source

In mathematics, specifically complex analysis, a multivalued function has often the property that, near almost every point, the graph of the function is the disjoint union of one or several graphs of smooth functions, which are called branches of the multivalued functions. In the case of complex analytic functions, these branches can be prolongated to smooth functions that are defined in the whole complex plane except a finite number of points, and are equal to one value of the multivalued function in their domain. Often, a branch refersvalue specifically to such a maximal branch.

The principal branch of a multivariate function is one of these maximal branches that is selectied once for all. Typically, the principal branch is the branch that takes a real value for small positive values of the variable.

A principal value is the value at a point of the function defined by the principal branch. In many cases, the principal value at a point of a multivalued function is distinguished from the other values by being the one whose argument has the smallest absolute value, and, when there are two such values, the one with positive real part.

A simple example is given by the square root function: every nonzero complex number has two square roots. The principal value of the square root of a positive real number is the positive square root denoted x {\displaystyle {\sqrt {x}}} . The principal square root of a non real complex number is the one with an argument in the interval ( π / 2 , π / 2 ) {\displaystyle (-\pi /2,\pi /2)} , and the principal square root of a negative real number x {\displaystyle -x} is i x {\displaystyle i{\sqrt {x}}} .

Motivation

Consider the complex logarithm function log z. It is defined as the complex number w such that

e w = z . {\displaystyle e^{w}=z.}

Now, for example, say we wish to find log i. This means we want to solve

e w = i {\displaystyle e^{w}=i}

for w {\displaystyle w} . The value i π / 2 {\displaystyle i\pi /2} is a solution.

However, there are other solutions, which is evidenced by considering the position of i in the complex plane and in particular its argument arg i {\displaystyle \arg i} . We can rotate counterclockwise π / 2 {\displaystyle \pi /2} radians from 1 to reach i initially, but if we rotate further another 2 π {\displaystyle 2\pi } we reach i again. So, we can conclude that i ( π / 2 + 2 π ) {\displaystyle i(\pi /2+2\pi )} is also a solution for log i. It becomes clear that we can add any multiple of 2 π {\displaystyle 2\pi } to our initial solution to obtain all values for log i.

But this has a consequence that may be surprising in comparison of real valued functions: log i does not have one definite value. For log z, we have

log z = ln | z | + i ( a r g   z ) = ln | z | + i ( A r g   z + 2 π k ) {\displaystyle \log {z}=\ln {|z|}+i\left(\mathrm {arg} \ z\right)=\ln {|z|}+i\left(\mathrm {Arg} \ z+2\pi k\right)}

for an integer k, where Arg z is the (principal) argument of z defined to lie in the interval ( π ,   π ] {\displaystyle (-\pi ,\ \pi ]} . Each value of k determines what is known as a branch (or sheet), a single-valued component of the multiple-valued log function. When the focus is on a single branch, sometimes a branch cut is used; in this case removing the non-positive real numbers from the domain of the function and eliminating π {\displaystyle \pi } as a possible value for Arg z. With this branch cut, the single-branch function is continuous and analytic everywhere in its domain.

The branch corresponding to k = 0 is known as the principal branch, and along this branch, the values the function takes are known as the principal values.

General case

In general, if f(z) is multiple-valued, the principal branch of f is denoted

p v f ( z ) {\displaystyle \mathrm {pv} \,f(z)}

such that for z in the domain of f, pv f(z) is single-valued.

Principal values of standard functions

Complex valued elementary functions can be multiple-valued over some domains. The principal value of some of these functions can be obtained by decomposing the function into simpler ones whereby the principal value of the simple functions are straightforward to obtain.

Logarithm function

We have examined the logarithm function above, i.e.,

log z = ln | z | + i ( a r g   z ) . {\displaystyle \log {z}=\ln {|z|}+i\left(\mathrm {arg} \ z\right).}

Now, arg z is intrinsically multivalued. One often defines the argument of some complex number to be between π {\displaystyle -\pi } (exclusive) and π {\displaystyle \pi } (inclusive), so we take this to be the principal value of the argument, and we write the argument function on this branch Arg z (with the leading capital A). Using Arg z instead of arg z, we obtain the principal value of the logarithm, and we write1

p v log z = L o g z = ln | z | + i ( A r g z ) . {\displaystyle \mathrm {pv} \log {z}=\mathrm {Log} \,z=\ln {|z|}+i\left(\mathrm {Arg} \,z\right).}

Square root

For a complex number z = r e i ϕ {\displaystyle z=re^{i\phi }\,} the principal value of the square root is:

p v z = exp ( p v log z 2 ) = r e i ϕ / 2 {\displaystyle \mathrm {pv} {\sqrt {z}}=\exp \left({\frac {\mathrm {pv} \log z}{2}}\right)={\sqrt {r}}\,e^{i\phi /2}}

with argument π < ϕ π . {\displaystyle -\pi <\phi \leq \pi .} Sometimes a branch cut is introduced so that negative real numbers are not in the domain of the square root function and eliminating the possibility that ϕ = π . {\displaystyle \phi =\pi .}

Inverse trigonometric and inverse hyperbolic functions

Inverse trigonometric functions (arcsin, arccos, arctan, etc.) and inverse hyperbolic functions (arsinh, arcosh, artanh, etc.) can be defined in terms of logarithms and their principal values can be defined in terms of the principal values of the logarithm.

Complex argument

comparison of atan and atan2 functions source ↗

The principal value of complex number argument measured in radians can be defined as:

  • values in the range [ 0 , 2 π ) {\displaystyle [0,2\pi )}
  • values in the range ( π , π ] {\displaystyle (-\pi ,\pi ]}

For example, many computing systems include an atan2(y, x) function. The value of atan2(imaginary_part(z), real_part(z)) will be in the interval ( π , π ] . {\displaystyle (-\pi ,\pi ].} In comparison, atan y/x is typically in ( π 2 , π 2 ] . {\displaystyle ({\tfrac {-\pi }{2}},{\tfrac {\pi }{2}}].}

See also

See also

References

References

  1. Zill, Dennis; Shanahan, Patrick (2009). A First Course in Complex Analysis with Applications. Jones & Bartlett Learning. p. 166. ISBN 978-0-7637-5772-4.