Graduate → Complex Analysis → Complex Numbers ↓
Complex Conjugates
Complex numbers are an essential part of modern mathematics, both theoretical and practical. They extend the concept of one-dimensional real numbers to the two-dimensional complex plane by introducing an imaginary component in the real part. Complex numbers are generally expressed as:
z = a + bi
Here, a
is the real part and b
is the imaginary part of the complex number z
. The term i
is an imaginary unit whose defining property is that i2 = -1
.
Defining complex conjugates
The complex conjugate of a complex number is a simple but powerful concept. For a given complex number z = a + bi
, the complex conjugate is written as:
z̅ = a - bi
Essentially, the complex conjugate is found by changing the sign of the imaginary part while keeping the real part unchanged. In the real number line analogy, this is like reflecting across the real part, thus lying in the same vertical line in the complex plane.
Properties of complex conjugates
Complex conjugates have several important properties, which make them particularly useful in complex analysis and linear algebra. Some of these properties are as follows:
1. Conjugate of conjugate
Taking the conjugate of the conjugate gives the original number:
z = (z̅)̅
In words, if you take the conjugate of a complex number twice, you'll get back to the original complex number.
2. Addition and subtraction
The conjugate of the sum (or difference) of two complex numbers is equal to the sum (or difference) of their conjugates:
(z + w)̅ = z̅ + w̅
(z - w)̅ = z̅ - w̅
This property becomes simple when you substitute the definitions of complex conjugates.
3. Multiplication
The conjugate of the product of two complex numbers is equal to the product of their conjugates:
(zw)̅ = z̅w̅
Using the distributive property, you can verify this result by multiplying complex numbers and then taking the conjugate of the result.
4. Partition
The conjugate of the quotient of two complex numbers is equal to the quotient of their conjugates:
(z/w)̅ = z̅/w̅
To see this, both the numerator and denominator must be multiplied by the conjugate of the denominator, leading to simplification.
5. Module
The modulus of a complex number is invariant under conjugation:
|z̅| = |z|
In geometric terms, both z
and z̅
are equidistant from the origin in the complex plane because they are reflections of each other on the real axis.
Applications of complex conjugates
The concept of complex conjugates is not just theoretical; it has practical applications in various fields such as engineering, physics, and computer science.
Easily computing division
Complex conjugates can simplify the division of complex numbers. Given two complex numbers:
z = a + bi
w = c + di
The division z/w
can be simplified by multiplying the numerator and denominator by the conjugate of the denominator:
(a + bi) / (c + di) = [(a + bi)(c - di)] / [(c + di)(c - di)]
Simplifying it by multiplying it out gives the result in the standard form of a complex number. This is a typical solution technique in electrical engineering when calculating impedance in AC circuits.
Roots of polynomials
In polynomial equations with real coefficients, the conjugate root theorem states that if a complex number is a root, then its conjugate is also a root. For example, if z = a + bi
is a root, then z̅ = a - bi
must also be a root. This is important in areas such as signal processing and control systems.
Complex Fourier Transform
In digital signal processing, the Fourier transform often results in complex numbers. The complex conjugate is often used to calculate real-valued functions and energies. In particular, the symmetry properties of the Fourier coefficients about zero make extensive use of complex conjugates.
Geometrical interpretation
Geometrically, complex conjugation represents the movement of a point in the complex plane across the real axis. If the point (a, b)
is represented by the complex number a + bi
, then its conjugate a - bi
will lie at the point (a, -b)
. This can be an intuitive way to look at operations with complex conjugates.
Conclusion
Complex conjugates are fundamental to the field of complex numbers. They provide an important tool in mathematical operations with complex numbers and have applications ranging from simplifying mathematical expressions to solving practical problems in engineering and physics. Understanding complex conjugates, their properties, and uses can greatly increase your proficiency in working with complex numbers.