• Nakafa

    Nakafa

    Learn free and with quality.
Subject
    • Grade 10
    • Grade 11
    • Grade 12
Exercises
Holy
  • Quran
Articles
  • Politics
  • Community
  • About

Command Palette

Search for a command to run...

Complex Number

Complex Number Conjugate

What is a Complex Number Conjugate?

Every complex number z=x+iyz = x + iyz=x+iy has a "pair" called the conjugate. The conjugate of zzz is written with the symbol zˉ\bar{z}zˉ.

Getting the conjugate is very easy: just change the sign of the imaginary part.

Formal Definition

If z=x+iyz = x + iyz=x+iy is a complex number, with xxx as the real part and yyy as the imaginary part, then its conjugate is:

zˉ=x−iy\bar{z} = x - iyzˉ=x−iy

This means the real part (xxx) stays the same, while the sign of the imaginary part (yyy) is flipped (positive becomes negative, negative becomes positive).

Examples of Finding the Conjugate

Let's look at some examples:

  1. If z=2+iz = 2 + iz=2+i

    Here, x=2x=2x=2 and y=1y=1y=1.

    Then its conjugate is zˉ=2−i\bar{z} = 2 - izˉ=2−i. (The sign of the imaginary part +1+1+1 becomes −1-1−1)

  2. If z=2z = 2z=2

    We can write z=2+0iz = 2 + 0iz=2+0i. Here, x=2x=2x=2 and y=0y=0y=0.

    Then its conjugate is zˉ=2−0i=2\bar{z} = 2 - 0i = 2zˉ=2−0i=2. (The imaginary part is 0, its sign doesn't change)

    The conjugate of a real number is the real number itself.

  3. If z=3−2iz = 3 - 2iz=3−2i

    Here, x=3x=3x=3 and y=−2y=-2y=−2.

    Then its conjugate is zˉ=3−(−2i)=3+2i\bar{z} = 3 - (-2i) = 3 + 2izˉ=3−(−2i)=3+2i. (The sign of the imaginary part −2-2−2 becomes +2+2+2)

  4. If z=3iz = 3iz=3i

    We can write z=0+3iz = 0 + 3iz=0+3i. Here, x=0x=0x=0 and y=3y=3y=3.

    Then its conjugate is zˉ=0−3i=−3i\bar{z} = 0 - 3i = -3izˉ=0−3i=−3i. (The sign of the imaginary part +3+3+3 becomes −3-3−3)

    The conjugate of a purely imaginary number is its negative.

Visualization of the Conjugate

Geometrically, the conjugate zˉ\bar{z}zˉ is the reflection of zzz across the real axis (X-axis) in the complex plane.

Visualization of z=3+2iz = 3+2iz=3+2i and its Conjugate zˉ=3−2i\bar{z} = 3-2izˉ=3−2i
Notice how zzz and zˉ\bar{z}zˉ are like reflections across the real axis.

Complex Number Congruence

Is it possible for a complex number z=x+iyz=x+iyz=x+iy to be equal to its conjugate zˉ=x−iy\bar{z}=x-iyzˉ=x−iy? If so, what is the condition?

Answer:

Yes, it's possible. For z=zˉz = \bar{z}z=zˉ, then:

x+iy=x−iyx+iy = x-iyx+iy=x−iy

This can only happen if iy=−iyiy = -iyiy=−iy, which means 2iy=02iy = 02iy=0.

Since i≠0i \neq 0i=0, it must be that y=0y=0y=0.

So, a complex number is equal to its conjugate if and only if its imaginary part is zero, or in other words, if the complex number is a real number.

Properties of Conjugate Operations

The conjugate operation has several interesting properties that are useful in calculations. Let z,z1,z, z_1,z,z1​, and z2z_2z2​ be any complex numbers.

Sum and Difference

The conjugate of the sum (or difference) of two complex numbers is equal to the sum (or difference) of their conjugates.

z1+z2‾=z1ˉ+z2ˉ\overline{z_1 + z_2} = \bar{z_1} + \bar{z_2}z1​+z2​​=z1​ˉ​+z2​ˉ​
z1−z2‾=z1ˉ−z2ˉ\overline{z_1 - z_2} = \bar{z_1} - \bar{z_2}z1​−z2​​=z1​ˉ​−z2​ˉ​

Product and Quotient

The conjugate of the product (or quotient) of two complex numbers is equal to the product (or quotient) of their conjugates.

z1×z2‾=z1ˉ×z2ˉ\overline{z_1 \times z_2} = \bar{z_1} \times \bar{z_2}z1​×z2​​=z1​ˉ​×z2​ˉ​
(z1z2)‾=z1ˉz2ˉ,for z2≠0\overline{\left( \frac{z_1}{z_2} \right)} = \frac{\bar{z_1}}{\bar{z_2}}, \quad \text{for } z_2 \neq 0(z2​z1​​)​=z2​ˉ​z1​ˉ​​,for z2​=0

Inverse

The conjugate of the inverse of a complex number is equal to the inverse of its conjugate.

z−1‾=(zˉ)−1\overline{z^{-1}} = (\bar{z})^{-1}z−1=(zˉ)−1

Double Conjugate

Taking the conjugate twice returns the complex number to its original form.

(zˉ)‾=z\overline{(\bar{z})} = z(zˉ)​=z

Relationship with Real and Imaginary Parts

Adding and subtracting a complex number with its conjugate yields interesting relationships with its real and imaginary parts:

z+zˉ=2Re(z)z + \bar{z} = 2 \text{Re}(z)z+zˉ=2Re(z)
z−zˉ=2iIm(z)z - \bar{z} = 2i \text{Im}(z)z−zˉ=2iIm(z)

Multiplication by Conjugate

Multiplying a complex number by its conjugate yields the square of its modulus (a non-negative real number).

z×zˉ=(Re(z))2+(Im(z))2=∣z∣2z \times \bar{z} = (\text{Re}(z))^2 + (\text{Im}(z))^2 = |z|^2z×zˉ=(Re(z))2+(Im(z))2=∣z∣2

Exercise

Find the conjugate of each of the following complex numbers!

  1. 2+i22+i^22+i2
  2. 1+1i1+\frac{1}{i}1+i1​
  3. 1+2i1+2i1+2i

Answer Key

  1. First, simplify the complex number:

    z=2+i2=2+(−1)=1z = 2+i^2 = 2+(-1) = 1z=2+i2=2+(−1)=1. Since z=1z=1z=1 is a real number (1+0i1+0i1+0i ),

    its conjugate is zˉ=1\bar{z} = 1zˉ=1.

  2. Simplify first:

    Remember that

    1i=1i×−i−i=−i−i2=−i−(−1)=−i1=−i\frac{1}{i} = \frac{1}{i} \times \frac{-i}{-i} = \frac{-i}{-i^2} = \frac{-i}{-(-1)} = \frac{-i}{1} = -ii1​=i1​×−i−i​=−i2−i​=−(−1)−i​=1−i​=−i

    So, z=1+1i=1−iz = 1 + \frac{1}{i} = 1 - iz=1+i1​=1−i.

    Its conjugate is zˉ=1−(−i)=1+i\bar{z} = 1 - (-i) = 1 + izˉ=1−(−i)=1+i.

  3. z=1+2iz = 1+2iz=1+2i.

    Directly use the definition: zˉ=1−2i\bar{z} = 1 - 2izˉ=1−2i.

Previous

Inverse of Complex Numbers

Next

Modulus and Argument of Complex Numbers

  • Complex Number ConjugateFind complex number conjugates by changing imaginary signs. Explore geometric reflections, properties, and why z×z̄ produces real numbers.
On this page
  • What is a Complex Number Conjugate?
  • Formal Definition
  • Examples of Finding the Conjugate
  • Visualization of the Conjugate
  • Complex Number Congruence
  • Properties of Conjugate Operations
    • Sum and Difference
    • Product and Quotient
    • Inverse
    • Double Conjugate
    • Relationship with Real and Imaginary Parts
    • Multiplication by Conjugate
  • Exercise
    • Answer Key
  • Comments
  • Report
  • Source code