A complex conjugate of a complex number is another complex number with an equal real part and an imaginary part that is equal in magnitude but opposite in sign. It is a fundamental concept in complex analysis, with broad applications across mathematics, physics, and engineering.
Definition and Notation
For a complex number $z$ expressed in the standard form $z = a + bi$, where $a$ is the real part and $b$ is the imaginary part (with $i$ being the imaginary unit, $i^2 = -1$), its complex conjugate, denoted as $\bar{z}$ or $z^*$, is defined as:
$\bar{z} = a - bi$
Example: If $z = 3 + 4i$, then its complex conjugate is $\bar{z} = 3 - 4i$. If $z = -2 - 5i$, then its complex conjugate is $\bar{z} = -2 + 5i$. If $z = 7$ (a purely real number, where $b=0$), then $\bar{z} = 7 - 0i = 7$. If $z = 6i$ (a purely imaginary number, where $a=0$), then $\bar{z} = 0 - 6i = -6i$.
Geometric Interpretation
In the complex plane, a complex number $z = a + bi$ is represented as a point $(a, b)$. Its complex conjugate $\bar{z} = a - bi$ is represented as the point $(a, -b)$. Geometrically, taking the complex conjugate corresponds to reflecting the point representing $z$ across the real axis (x-axis) in the complex plane.
Properties
Complex conjugates have several important properties that are useful in calculations and theoretical developments:
-
Conjugate of a conjugate: The conjugate of the conjugate of a complex number is the original number itself. $\overline{\bar{z}} = z$
-
Sum of a complex number and its conjugate: The sum of a complex number and its conjugate is twice its real part. $z + \bar{z} = (a + bi) + (a - bi) = 2a = 2 \cdot \text{Re}(z)$
-
Difference of a complex number and its conjugate: The difference between a complex number and its conjugate is twice its imaginary part multiplied by $i$. $z - \bar{z} = (a + bi) - (a - bi) = 2bi = 2i \cdot \text{Im}(z)$
-
Product of a complex number and its conjugate: The product of a complex number and its conjugate is a real, non-negative number equal to the square of its magnitude (or modulus). $z \cdot \bar{z} = (a + bi)(a - bi) = a^2 - (bi)^2 = a^2 - b^2 i^2 = a^2 + b^2 = |z|^2$
-
Conjugate of a sum/difference: The conjugate of a sum (or difference) of two complex numbers is the sum (or difference) of their conjugates. $\overline{z_1 + z_2} = \overline{z_1} + \overline{z_2}$ $\overline{z_1 - z_2} = \overline{z_1} - \overline{z_2}$
-
Conjugate of a product: The conjugate of a product of two complex numbers is the product of their conjugates. $\overline{z_1 z_2} = \overline{z_1} \overline{z_2}$
-
Conjugate of a quotient: The conjugate of a quotient of two complex numbers is the quotient of their conjugates (provided the denominator is non-zero). $\overline{\left(\frac{z_1}{z_2}\right)} = \frac{\overline{z_1}}{\overline{z_2}}$ (for $z_2 eq 0$)
-
Conjugate of a power: The conjugate of a complex number raised to an integer power is equal to the conjugate of the number raised to that same power. $\overline{z^n} = (\overline{z})^n$ for any integer $n$.
-
Real numbers: A complex number $z$ is purely real if and only if $z = \bar{z}$.
-
Purely imaginary numbers: A complex number $z$ is purely imaginary if and only if $z = -\bar{z}$ (and $z eq 0$).
Applications
Complex conjugates are widely used in various fields:
-
Division of Complex Numbers: The most common application is to simplify expressions involving division of complex numbers by rationalizing the denominator. To divide $z_1$ by $z_2$, one multiplies the numerator and denominator by the conjugate of $z_2$: $\frac{z_1}{z_2} = \frac{z_1}{z_2} \cdot \frac{\overline{z_2}}{\overline{z_2}} = \frac{z_1 \overline{z_2}}{|z_2|^2}$ This process eliminates the imaginary part from the denominator, making the result easier to express in the standard $a+bi$ form.
-
Finding the Modulus: The magnitude or modulus of a complex number $|z|$ can be found using its conjugate: $|z| = \sqrt{z \bar{z}}$.
-
Polynomial Equations: For a polynomial equation with real coefficients, if a complex number $z$ is a root, then its complex conjugate $\bar{z}$ must also be a root. This is known as the [[Conjugate Root Theorem]].
-
Physics and Engineering:
- In quantum mechanics, complex conjugates are crucial in calculating probabilities (e.g., in the Born rule, where the probability density is given by $\psi^* \psi = |\psi|^2$).
- In electrical engineering and signal processing, complex conjugates are used for power calculations (e.g., complex power $S = VI^*$, where $V$ is voltage and $I$ is current) and in Fourier analysis.
- In optics, the complex conjugate often represents the time-reversed version of a wave.