• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • Classroom
    • NEET
      • 2025
      • 2024
      • 2023
      • 2022
    • JEE
      • 2025
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
      • College Predictor
      • Counselling
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
  • NEW
    • TALLENTEX
    • AOSAT
  • ALLEN E-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
Home
JEE Maths
Algebraic Operations on Complex Numbers

Algebraic Operations on Complex Numbers 

1.0Introduction to Complex Numbers

A complex number is a number of the form z=a+ib, where a and b are real numbers, and i=−1​​.

  • Real Part: a is the real part of z, denoted as Re(z).
  • Imaginary Part: b is the imaginary part of z, denoted as Im(z). The set of all complex numbers is denoted by C. The introduction of complex numbers extends the real number system, allowing for solutions to equations like x2+1=0

2.0Equality of Complex Numbers

Two complex numbers z1​=a+ib, and z2​=c+id are equal if and only if their real parts are equal and their imaginary parts are equal.

z1​=z2​⇔a=c and b=d

This property is crucial for solving equations involving complex numbers by equating the real and imaginary parts separately.

Example: If (x+2)+i(y−3)=5+2i, find the values of x and y. Equating the real parts: x+2=5⟹x=3. Equating the imaginary parts: y−3=2⟹y=5.

3.0Fundamental Algebraic Operations

The rules for working with complex numbers are the same as those for working with real numbers, with the important difference that you must always replace i² with -1.

Addition of Complex Numbers

If z₁ = a + ib and z₂ = c + id, then their sum is defined as: z₁ + z₂ = (a + c) + i(b + d)
In simple terms: Add the real parts together and add the imaginary parts together.

Example: Let z₁ = 3 + 5i and z₂ = -2 + 7i ⟹ z₁ + z₂ = (3 + (-2)) + i(5 + 7) = 1 + 12i.

Subtraction of Complex Numbers

If z₁ = a + ib and z₂ = c + id, then their difference is defined as: z₁ - z₂ = (a - c) + i(b - d)
In simple terms: Subtract the real parts and subtract the imaginary parts.

Example: Let z₁ = 3 + 5i and z₂ = -2 + 7i. ⟹ z₁ - z₂ = (3 - (-2)) + i(5 - 7) = 5 - 2i.

Multiplication of Complex Numbers

If z₁ = a + ib and z₂ = c + id, then their product is defined by multiplying them binomially and using i² = -1: z₁ * z₂ = (a + ib)(c + id) = ac + iad + ibc + i²bd = (ac - bd) + i(ad + bc)

Example: Let z₁ = 3 + 5i and z₂ = -2 + 7i.
z₁ * z₂ = (3)(-2) + (3)(7i) + (5i)(-2) + (5i)(7i)
= -6 + 21i -10i + 35i²
= -6 + 11i + 35(-1)  ...since i² = -1
= -6 + 11i - 35 = -41 + 11i.

Division of Complex Numbers

Division is the most intricate operation. The goal is to write the result back in the standard a + ib form. If z₁ = a + ib and z₂ = c + id ≠ 0, then: z₁ / z₂ = (a + ib) / (c + id)

The process involves multiplying both the numerator and the denominator by the complex conjugate of the denominator (see Section 5). This eliminates the imaginary part in the denominator.
z₁ / z₂ = [(a + ib) / (c + id)] * [(c - id) / (c - id)] = [(ac + bd) + i(bc - ad)] / (c² + d²)

Example: Let z₁ = 3 + 5i and z₂ = 1 - 2i.
z₁ / z₂ = (3 + 5i) / (1 - 2i)
Multiply numerator and denominator by the conjugate of the denominator, (1 + 2i):
= [(3 + 5i)(1 + 2i)] / [(1 - 2i)(1 + 2i)]
Numerator: (3 + 5i)(1 + 2i) = 3 + 6i + 5i + 10i² = 3 + 11i -10 = -7 + 11i
Denominator: (1 - 2i)(1 + 2i) = 1² - (2i)² = 1 - 4i² = 1 - 4(-1) = 5
Therefore, z₁ / z₂ = (-7 + 11i) / 5 = -7/5 + (11/5)i.

4.0Properties of Algebraic Operations

For any complex numbers z, z₁, z₂, z₃:

  1. Closure Law: z₁ + z₂ ∈ C and z₁ * z₂ ∈ C. (The sum and product are also complex numbers).
  2. Commutative Law: z₁ + z₂ = z₂ + z₁ and z₁ * z₂ = z₂ * z₁.
  3. Associative Law: (z₁ + z₂) + z₃ = z₁ + (z₂ + z₃) and (z₁ * z₂) * z₃ = z₁ * (z₂ * z₃).
  4. Distributive Law: z₁ * (z₂ + z₃) = z₁ * z₂ + z₁ * z₃.
  5. Additive Identity: The number 0 = 0 + i0 is such that z + 0 = z for every z ∈ C.
  6. Multiplicative Identity: The number 1 = 1 + i0 is such that z * 1 = z for every z ∈ C.
  7. Additive Inverse: For z = a + ib, its additive inverse is -z = -a - ib.
  8. Multiplicative Inverse: For a non-zero complex number z = a + ib, its multiplicative inverse (or reciprocal) z⁻¹ is a number such that z * z⁻¹ = 1.
    z⁻¹ = 1/(a+ib) = (a - ib)/(a² + b²) = zˉ/∣z∣2

5.0The Conjugate of a Complex Number

The conjugate of a complex number z = a + ib is denoted by zˉ and is defined as zˉ=a−ib. Geometrically, it represents the mirror image of the point (a, b) about the real (x-) axis.

Properties of Conjugates:

  • (z)​ = z
  • z+zˉ=2Re(z)
  • z−zˉ=2iIm(z)
  • zzˉ=∣z∣2=a2+b2 (A very important property used in division)
  • (z1​+z2​)​=zˉ1​+zˉ2​
  • (z1​−z2​)​=zˉ1​−zˉ2​
  • (z1​∗z2​)​=zˉ1​∗zˉ2​
  • (z1​/z2​)​=zˉ1​/zˉ2​, provided z₂ ≠ 0

6.0The Modulus and Argument

The modulus (or absolute value) of a complex number z = a + ib is its distance from the origin in the Argand plane. It is denoted by |z| and is a non-negative real number.
|z| = √(a² + b²)

The argument (or amplitude) of a complex number z = a + ib (≠ 0) is the angle θ that the line joining the point to the origin makes with the positive real axis. It is denoted by arg(z) or amp(z).
arg(z) = θ = tan⁻¹(b/a), where the quadrant of the point (a, b) must be considered.

Properties of Modulus:

  • |z| ≥ 0 and |z| = 0 iff z = 0
  • |z| =∣zˉ∣ = |-z|
  • |z₁ * z₂| = |z₁| * |z₂|
  • |z₁ / z₂| = |z₁| / |z₂|, provided z₂ ≠ 0
  • |z₁ + z₂| ≤ |z₁| + |z₂| (Triangle Inequality - Very important for JEE)
  • |z₁ - z₂| ≥ ||z₁| - |z₂||

Table of Contents


  • 1.0Introduction to Complex Numbers
  • 2.0Equality of Complex Numbers
  • 3.0Fundamental Algebraic Operations
  • 4.0Properties of Algebraic Operations
  • 5.0The Conjugate of a Complex Number
  • 6.0The Modulus and Argument

Frequently Asked Questions

To make the denominator a real number, we multiply the numerator and denominator by the conjugate of the denominator. Because (c + id)(c - id) = c² + d² (a real number), we can easily separate the answer into real and imaginary parts, which is the standard form we need.

Yes, one of the most important rules is that the sum, difference, product, and quotient (except when you divide by zero) of two complex numbers is always another complex number.

In the Argand plane (complex plane): Addition: The sum z₁ + z₂ corresponds to the diagonal of the parallelogram formed by the vectors representing z₁ and z₂ (Parallelogram Law of Vector Addition). Subtraction: The difference z₁ - z₂ corresponds to the vector pointing from z₂ to z₁.

No. You can't put complex numbers in order. There is no point in saying that one complex number is bigger than another unless both numbers are real. We can only compare their moduli (|z|), which are numbers that are real.

Join ALLEN!

(Session 2026 - 27)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • Olympiad
    • NEET Previous Year Papers
    • NEET Sample Papers
    • JEE Main Sample Papers
    • CBSE Sample Papers
    • NCERT Textbooks

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO