Grade 11 → Algebra → Complex Numbers ↓
Complex Conjugates
Understanding complex numbers
Complex numbers are numbers that have a real part and an imaginary part. They are written in this form:
a + bi
Here, a
is the real part and b
is the imaginary part. i
is a symbol that represents the square root of -1. Complex numbers are an extension of the regular numbers or real numbers, which we use every day. They give us ways to solve equations that do not have solutions in real numbers.
Introduction to complex conjugates
A complex conjugate is the partner of a complex number. If you have a complex number a + bi
, its complex conjugate is a - bi
. The conjugate simply flips the sign of the imaginary part.
Example of complex conjugates
Let's look at some examples:
- If the complex number is
3 + 4i
, then its complex conjugate is3 - 4i
. - If the complex number is
-1 + 7i
, then its complex conjugate is-1 - 7i
. - If the complex number is
5 - 9i
, then its complex conjugate is5 + 9i
.
Geometrical interpretation
Complex numbers can be viewed on a plane called the complex plane, where the x-axis represents the real part and the y-axis represents the imaginary part.
A+ Bye A - Bye Real Imaginary
In the diagram above, the blue line represents the complex number a + bi
, and the red line represents its complex conjugate a - bi
. You can see that they are symmetric with respect to the real axis.
Properties of complex conjugates
Some interesting properties of complex conjugates are:
- Conjugate of a sum: The conjugate of the sum of two complex numbers is the sum of their conjugates. If
z = a + bi
andw = c + di
, then the conjugate ofz + w
is:(a + c) - (b + d)i = (a - bi) + (c - di)
- Conjugate of a product: The conjugate of the product of two complex numbers is the product of their conjugates. If
z = a + bi
andw = c + di
, then the conjugate ofz * w
is:((a * c) - (b * d)) - ((a * d) + (b * c))i
- Magnitude: A complex number and its conjugate have the same magnitude (or modulus). If the complex number
z = a + bi
, then the magnitude is:|z| = |a + bi| = √(a² + b²)
- Multiplying a complex number by its conjugate: When a complex number is multiplied by its conjugate, the result is a real number:
(a + bi)(a - bi) = a² + b²
Uses of complex compounds
Complex conjugates are very useful in dividing complex numbers, finding the modulus and argument of a complex number, and solving polynomial equations where real coefficients give complex solutions.
Division of complex numbers
To divide two complex numbers, you can multiply both the numerator and the denominator by the conjugate of the denominator. Here's an example:
Let's say you want to divide 1 + 2i
by 3 + 4i
. You would do the following:
(1 + 2i) / (3 + 4i) Multiply by conjugate of denominator: (1 + 2i) * (3 - 4i) / ((3 + 4i) * (3 - 4i)) = (3 + 2i - 4i - 8) / (9 - 16i²) = (-5 - 2i) / (25) = -1/5 - 2/25 i
(1 + 2i) / (3 + 4i) Multiply by conjugate of denominator: (1 + 2i) * (3 - 4i) / ((3 + 4i) * (3 - 4i)) = (3 + 2i - 4i - 8) / (9 - 16i²) = (-5 - 2i) / (25) = -1/5 - 2/25 i
Conjugate root theorem
The complex conjugate root theorem states that if the coefficients of a polynomial are real, then the non-real complex roots lie in conjugate pairs. This means that if a + bi
is a root, then a - bi
will also be a root.
Example of using the conjugate root theorem
Consider the polynomial equation:
x² + 2x + 5 = 0
The differentiator is:
Δ = b² - 4ac = 2² - 4*1*5 = 4 - 20 = -16
Since the discriminant is negative, its roots are complex. Using the quadratic formula, the roots are:
x = [-b ± √(b² - 4ac)] / 2a = [-2 ± √(-16)] / 2 = [-2 ± 4i] / 2 = -1 ± 2i
x = [-b ± √(b² - 4ac)] / 2a = [-2 ± √(-16)] / 2 = [-2 ± 4i] / 2 = -1 ± 2i
These can be written as -1 + 2i
and -1 - 2i
, showing that the roots are complex conjugates of each other.
Practice problems
- Find the complex conjugate of
-5 + 12i
. - If
z = 7 - 3i
, calculatezz*
, wherez*
is the complex conjugate ofz
. 2 + 5i
Divide by1 - 3i
.- Show that the conjugates of
2 + 3i
and2 - 3i
are equal. - Use complex conjugates to find a quadratic equation with real coefficients that has roots
1 + i
and1 - i
.
Complex conjugates simplify many operations with complex numbers, making it easier to find solutions to more advanced mathematical problems. By understanding and mastering them, you can step into the wide world of complex number applications with confidence.