# Nakafa Framework: LLM
URL: https://nakafa.com/en/subject/high-school/11/mathematics/complex-number/properties-modulus-complex-numbers
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/high-school/11/mathematics/complex-number/properties-modulus-complex-numbers/en.mdx
Output docs content for large language models.
---
export const metadata = {
  title: "Properties of Complex Number Modulus",
  description: "Master modulus laws: |z₁×z₂|=|z₁|×|z₂|, triangle inequality, |z|²=z×z̄. Simplify calculations using properties instead of complex arithmetic.",
  authors: [{ name: "Nabil Akbarazzima Fatih" }],
  date: "05/01/2025",
  subject: "Complex Number",
};
## Properties of Modulus Operations
Let  and  be complex numbers.
### Modulus of a Number, its Negative, and its Conjugate
The modulus of a complex number is equal to the modulus of its negative, and also equal to the modulus of its conjugate.
**Explanation:**
Recall that if , then  and .
- 
- 
- 
All three yield the same value.
### Modulus of Difference
The modulus of the difference of two complex numbers is the same if the order is reversed.
**Explanation:**
This is a direct consequence of the first property. We know . Then:
### Square of Modulus
The square of the modulus of a complex number is equal to the complex number multiplied by its conjugate.
**Explanation:**
If , then .
We also know that , so .
Thus, both sides are equal.
### Modulus of Product
The modulus of the product of two complex numbers is equal to the product of their individual moduli.
### Modulus of Quotient
The modulus of the quotient of two complex numbers is equal to the quotient of their individual moduli (provided the denominator is non-zero).
### Triangle Inequality
The modulus of the sum of two complex numbers is less than or equal to the sum of their individual moduli.
**Explanation:**
Geometrically, if we consider , , and  as sides of a triangle on the complex plane, this property states that the length of one side () cannot be greater than the sum of the lengths of the other two sides ().
## Using Modulus Properties
Suppose we are given the complex number . Find !
**Solution:**
We can view  with  and .
Using the **Modulus of Quotient** property:
Now we calculate the moduli of  and :
  
  
Therefore,
This is much easier than first multiplying by the conjugate of the denominator and then calculating the modulus.
## Exercise
1.  If  and , calculate  using the modulus properties.
2.  If , prove that .
### Answer Key
1.  We use the property .
    Calculate each modulus:
    
      
      
    
    Then:
    
2.  Given .
    Calculate the left side ():
    
      
      
    
    Calculate the right side ():
    The conjugate of  is .
    
    Since the left side (169) equals the right side (169), the statement  is proven.