# Nakafa Framework: LLM
URL: /en/subject/high-school/11/mathematics/complex-number/properties-addition-complex-numbers
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/high-school/11/mathematics/complex-number/properties-addition-complex-numbers/en.mdx
Output docs content for large language models.
---
export const metadata = {
  title: "Properties of Addition of Complex Numbers",
  description: "Explore algebraic properties of complex addition: commutative, associative, identity, inverse. Master scalar multiplication and prove expressions.",
  authors: [{ name: "Nabil Akbarazzima Fatih" }],
  date: "05/01/2025",
  subject: "Complex Number",
};
## Operation Basics
Addition and scalar multiplication operations on complex numbers have interesting properties, similar to those of real numbers. These properties help us in performing calculations.
Let , , and  be any complex numbers, and let  and  be any scalars (real numbers).
## Addition Properties
### Commutativity
The order of addition does not matter; the result remains the same.
Example: 
### Addition Associativity
When adding three complex numbers, the grouping of the addition does not affect the result.
### Identity Element
There exists a complex number  (zero) such that when added to any complex number , the result is  itself.
### Inverse Element
Every complex number  has an additive inverse (opposite), denoted by , such that their sum is the zero element (0).
Example:
If , then .
Then .
## Scalar Multiplication
### Multiplication Associativity
The grouping of scalar multiplication does not affect the result.
### Scalar Distributivity
A scalar can be distributed over the addition of scalars.
### Complex Distributivity
A scalar can be distributed over the addition of complex numbers.
### Scalar Identity
Multiplying a complex number by the scalar 1 does not change the complex number.
### Zero Scalar
Multiplying a complex number by the scalar 0 results in the complex number zero.
## Property Applications
These properties can be used to simplify or prove expressions involving complex numbers.
### Application Example
Show that for any complex number ,  holds.
**Solution:**
We can use the distributivity of scalar over scalar addition (property f) and the multiplication by zero scalar property (property i).
  
  
  
Thus, it is proven that .
## Exercise
Using the properties above, prove that  for any complex number .
### Answer Key
  
  
  
  
  
  
Thus, it is proven that .