# Nakafa Framework: LLM
URL: /en/subject/high-school/11/mathematics/complex-number/conjugate-complex-numbers
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/high-school/11/mathematics/complex-number/conjugate-complex-numbers/en.mdx
Output docs content for large language models.
---
import { LineEquation } from "@repo/design-system/components/contents/line-equation";
import { getColor } from "@repo/design-system/lib/color";
export const metadata = {
  title: "Complex Number Conjugate",
  description: "Find complex number conjugates by changing imaginary signs. Explore geometric reflections, properties, and why z×z̄ produces real numbers.",
  authors: [{ name: "Nabil Akbarazzima Fatih" }],
  date: "05/01/2025",
  subject: "Complex Number",
};
## What is a Complex Number Conjugate?
Every complex number  has a "pair" called the **conjugate**. The conjugate of  is written with the symbol .
Getting the conjugate is very easy: **just change the sign of the imaginary part**.
## Formal Definition
If  is a complex number, with  as the real part and  as the imaginary part, then its conjugate is:
This means the real part () stays the same, while the sign of the imaginary part () is flipped (positive becomes negative, negative becomes positive).
## Examples of Finding the Conjugate
Let's look at some examples:
1.  **If** 
    Here,  and .
    Then its conjugate is . (The sign of the imaginary part  becomes )
2.  **If** 
    We can write . Here,  and .
    Then its conjugate is . (The imaginary part is 0, its sign doesn't change)
    The conjugate of a real number is the real number itself.
3.  **If** 
    Here,  and .
    Then its conjugate is . (The sign of the imaginary part  becomes )
4.  **If** 
    We can write . Here,  and .
    Then its conjugate is . (The sign of the imaginary part  becomes )
    The conjugate of a purely imaginary number is its negative.
## Visualization of the Conjugate
Geometrically, the conjugate  is the **reflection** of  across the **real axis (X-axis)** in the complex plane.
      Visualization of  and its Conjugate{" "}
      
    >
  }
  description={
    <>
      Notice how  and  are
      like reflections across the real axis.
    >
  }
  cameraPosition={[0, 0, 10]}
  showZAxis={false}
  data={[
    {
      points: [
        { x: 0, y: 0, z: 0 },
        { x: 3, y: 2, z: 0 },
      ],
      color: getColor("SKY"),
      labels: [{ text: "z = 3+2i", at: 1, offset: [0.5, 0.5, 0] }],
      cone: { position: "end" },
    },
    {
      points: [
        { x: 0, y: 0, z: 0 },
        { x: 3, y: -2, z: 0 },
      ],
      color: getColor("LIME"),
      labels: [{ text: "z̄ = 3-2i", at: 1, offset: [0.5, -0.5, 0] }],
      cone: { position: "end" },
    },
    // Real axis line as mirror (optional)
    {
      points: [
        { x: -5, y: 0, z: 0 },
        { x: 5, y: 0, z: 0 },
      ],
      color: getColor("AMBER"),
    },
  ]}
/>
## Complex Number Congruence
Is it possible for a complex number  to be equal to its conjugate ? If so, what is the condition?
**Answer:**
Yes, it's possible. For , then:
This can only happen if , which means .
Since , it must be that .
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  and  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.
  
  
### Product and Quotient
The conjugate of the product (or quotient) of two complex numbers is equal to the product (or quotient) of their conjugates.
  
  
### Inverse
The conjugate of the inverse of a complex number is equal to the inverse of its conjugate.
### Double Conjugate
Taking the conjugate twice returns the complex number to its original form.
### Relationship with Real and Imaginary Parts
Adding and subtracting a complex number with its conjugate yields interesting relationships with its real and imaginary parts:
  
  
### Multiplication by Conjugate
Multiplying a complex number by its conjugate yields the square of its modulus (a non-negative real number).
## Exercise
Find the conjugate of each of the following complex numbers!
1. 
2. 
3. 
### Answer Key
1. First, simplify the complex number:
   . Since  is
   a real number (
   ),
   its conjugate is .
2. Simplify first:
   Remember that
   
   So, .
   Its conjugate is .
3. .
   Directly use the definition: .