Complex Conjugate of a + bi: Formula, Properties & Examples
Complex Conjugate
The complex conjugate of a + bi is a – bi,
and similarly the complex conjugate of a – bi is a + bi.
This consists of changing the sign of the
imaginary part of a complex
number. The real
part is left unchanged.
Complex conjugates are indicated using a horizontal line
over the number or variable.
For example, .
Note: Complex conjugates are similar to, but not the same as, conjugates.
Problem:Find the complex conjugate of z=3+4i, then multiply z by its conjugate.
Step 1: Identify the real part and the imaginary part. Here, the real part is 3 and the imaginary part is 4i.
z=3+4i⇒a=3,b=4
Step 2: Change the sign of the imaginary part to form the conjugate.
zˉ=3−4i
Step 3: Multiply z by its conjugate using the distributive property (FOIL).
z⋅zˉ=(3+4i)(3−4i)
Step 4:Apply the difference-of-squares pattern: (a+bi)(a−bi)=a2+b2.
=32+42=9+16=25
Answer:The complex conjugate of 3+4i is 3−4i. Their product is 25, a real number.
Another Example
This example shows the most common practical use of the complex conjugate: multiplying the numerator and denominator of a fraction to eliminate the imaginary part from the denominator (rationalizing).
Problem:Use the complex conjugate to simplify the fraction 3−2i2+i.
Step 1:Identify the conjugate of the denominator. The denominator is 3−2i, so its conjugate is 3+2i.
3−2i=3+2i
Step 2: Multiply both the numerator and denominator by this conjugate.
3−2i2+i⋅3+2i3+2i
Step 3: Expand the numerator using FOIL.
(2+i)(3+2i)=6+4i+3i+2i2=6+7i−2=4+7i
Step 4: Simplify the denominator using the difference-of-squares pattern.
(3−2i)(3+2i)=9+4=13
Step 5:Write the result in standard form a+bi.
134+7i=134+137i
Answer:3−2i2+i=134+137i
Frequently Asked Questions
What is the difference between a conjugate and a complex conjugate?
A conjugate (sometimes called a radical conjugate) changes the sign between two terms in a binomial, such as turning a+b into a−b. A complex conjugate specifically changes the sign of the imaginary part of a complex number. So while 3+5 and 3−5 are conjugates, 3+5i and 3−5i are complex conjugates. The underlying idea—flipping one sign to create a useful product—is the same, but the terms apply to different types of expressions.
What happens when you multiply a complex number by its conjugate?
The result is always a non-negative real number. Specifically, (a+bi)(a−bi)=a2+b2. The imaginary parts cancel out completely. This property is why conjugates are used to rationalize denominators that contain complex numbers.
What is the complex conjugate of a real number?
A real number is its own complex conjugate. For example, the conjugate of 7 is just 7, because you can write 7 as 7+0i, and changing the sign of 0i gives 7−0i=7. Similarly, the conjugate of −3 is −3.
Complex Conjugate vs. Conjugate (Radical Conjugate)
Complex Conjugate
Conjugate (Radical Conjugate)
Definition
Changes the sign of the imaginary part: a + bi → a − bi
Changes the sign between two terms: a + √b → a − √b
Complex conjugates appear whenever you need to divide complex numbers, since multiplying by the conjugate removes i from the denominator. They are also essential for finding the modulus (absolute value) of a complex number: ∣z∣=z⋅zˉ. In later courses such as signal processing, quantum mechanics, and differential equations, conjugate pairs arise constantly when analyzing polynomial roots and wave behavior.
Common Mistakes
Mistake:Changing the sign of both the real and imaginary parts, writing the conjugate of 3+4i as −3−4i.
Correction:Only the sign of the imaginary part changes. The real part stays the same. The correct conjugate of 3+4i is 3−4i.
Mistake:Forgetting that i2=−1 when multiplying a complex number by its conjugate, leading to a2−b2 instead of a2+b2.
Correction:When you expand (a+bi)(a−bi), you get a2−(bi)2=a2−b2i2=a2−b2(−1)=a2+b2. The negative from i2 flips the subtraction to addition.