Complex conjugate

From Wikipedia, the free encyclopedia

In mathematics, the complex conjugate of a complex number is given by changing the sign of the imaginary part. Thus, the conjugate of the complex number

z=a+ib \,

(where a and b are real numbers) is

\overline{z} = a - ib.\,

The complex conjugate is also very commonly denoted by z * . Here we choose \bar z to avoid confusion with the notation for the conjugate transpose of a matrix (which can be thought of as a generalization of complex conjugation). Notice that if a complex number is treated as a 1\times 1 vector, the notations are identical.

For example, \overline{(3-2i)} = 3 + 2i, \overline{i} = -i and \overline{7}=7.

One usually thinks of complex numbers as points in a plane with a cartesian coordinate system. The x-axis contains the real numbers and the y-axis contains the multiples of i. In this view, complex conjugation corresponds to reflection at the x-axis.

In polar form, however, the conjugate of reiφ is given by re iφ. This can easily be verified by using Euler's formula.

[edit] Properties

These properties apply for all complex numbers z and w, unless stated otherwise.

\overline{(z + w)} = \overline{z} + \overline{w} \!\
\overline{(zw)} = \overline{z}\; \overline{w} \!\
\overline{\left({\frac{z}{w}}\right)} = \frac{\overline{z}}{\overline{w}} if w is non-zero
\overline{z} = z \!\ if and only if z is real
\left| \overline{z} \right| = \left| z \right|
{\left| z \right|}^2 = z\overline{z}
z^{-1} = \frac{\overline{z}}{{\left| z \right|}^2} if z is non-zero

The latter formula is the method of choice to compute the inverse of a complex number if it is given in rectangular coordinates.

If p is a polynomial with real coefficients, and p(z) = 0, then p(\overline{z}) = 0 as well. Thus non-real roots of real polynomials occur in complex conjugate pairs.

The function \phi(z) = \overline{z} from \mathbb{C} to \mathbb{C} is continuous. Even though it appears to be a "tame" well-behaved function, it is not holomorphic; it reverses orientation whereas holomorphic functions locally preserve orientation. It is bijective and compatible with the arithmetical operations, and hence is a field automorphism. As it keeps the real numbers fixed, it is an element of the Galois group of the field extension \mathbb{C}/\mathbb{R}. This Galois group has only two elements: φ and the identity on \mathbb{C}. Thus the only two field automorphisms of \mathbb{C} that leave the real numbers fixed are the identity map and complex conjugation.

[edit] Generalizations

Taking the conjugate transpose (or adjoint) of complex matrices generalizes complex conjugation. Even more general is the concept of adjoint operator for operators on (possibly infinite-dimensional) complex Hilbert spaces. All this is subsumed by the *-operations of C-star algebras.

One may also define a conjugation for quaternions: the conjugate of a + bi + cj + dk is abicjdk.

Note that all these generalizations are multiplicative only if the factors are reversed:

{\left(zw\right)}^* = w^* z^*.

Since the multiplication of complex numbers is commutative, this reversal is not needed there.

There is also an abstract notion of conjugation for vector spaces V over the complex numbers. In this context, any (real) linear transformation \phi: V \rightarrow V that satisfies

  1. \phi\neq id_V, the identity function on V,
  2. \phi^2 = id_V\,, and
  3. \phi(zv) = \overline{z} \phi(v) for all v\in V, z\in{\mathbb C},

is called a complex conjugation. One example of this notion is the conjugate transpose operation of complex matrices defined above. It should be remarked that on general complex vector spaces there is no canonical notion of complex conjugation.

[edit] See also