Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

What Are Complex Numbers? Definition, Formulas & Examples

ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon
SearchIcon
widget title icon
Latest Updates

widget icon
Start Your JEE Practice Here :
JEE Test Series 2026

How to Add, Subtract, Multiply, and Divide Complex Numbers

A complex number is an ordered pair of real numbers combined by the rule of addition and multiplication, constructed to resolve the equation $x^2 + 1 = 0$ within the field of numbers. This construction results in a number system that extends the real numbers by introducing a distinct unit, commonly denoted $i$, satisfying $i^2 = -1$.


Algebraic Structure of Complex Numbers and Cartesian Representation

The set of complex numbers is defined as $\mathbb{C} = \{z = a + ib : a, b \in \mathbb{R} \}$, where $a$ is termed the real part and $b$ the imaginary part of $z$, with $i$ being the solution to $i^2 = -1$. The notations $\mathrm{Re}(z) = a$ and $\mathrm{Im}(z) = b$ are used to designate the real and imaginary parts, respectively.


If $b = 0$, then $z$ is called a purely real number. If $a = 0$ and $b \ne 0$, $z$ is a purely imaginary number. Every real number $r$ is a complex number with $r = r + i \cdot 0$. Every imaginary number $bi$ is a complex number with $0 + ib$.


Addition of complex numbers follows the rule $(a+ib) + (c+id) = (a+c) + i(b+d)$. Multiplication is executed by the distributive law as $(a+ib)(c+id) = ac + i(ad+bc) + i^2bd$; substituting $i^2 = -1$, this simplifies to $(ac-bd) + i(ad+bc)$.


Existence and Algebra of the Imaginary Unit $i$

The unit $i$ is defined as the root of the polynomial $x^2 + 1 = 0$, so $i^2 = -1$. The powers of $i$ are determined as follows: $i^1 = i$, $i^2 = -1$, $i^3 = i \cdot i^2 = i \cdot (-1) = -i$, $i^4 = (i^2)^2 = (-1)^2 = 1$, and the sequence repeats with period 4. Thus, for any integer $n \geq 0$: $i^{4n} = 1$, $i^{4n+1} = i$, $i^{4n+2} = -1$, $i^{4n+3} = -i$.


Conjugate, Modulus, and Argument for Complex Numbers

Given $z = a + ib$, the conjugate of $z$ is defined as $\overline{z} = a - ib$. The modulus (or absolute value) of $z$ is defined as $|z| = \sqrt{a^2 + b^2}$, and the argument (principal value, for $z \neq 0$) is $\arg(z) = \arctan \left(\frac{b}{a}\right)$, with the value restricted to $(-\pi, \pi]$ in usual conventions.


Key properties include: $\overline{z_1 + z_2} = \overline{z_1} + \overline{z_2}$, $\overline{z_1 z_2} = \overline{z_1} \cdot \overline{z_2}$, $|\overline{z}| = |z|$, and $z \cdot \overline{z} = a^2 + b^2 = |z|^2$.


Polar and Exponential Forms of Complex Numbers

For a nonzero complex number $z = a + ib$, let $r = |z| = \sqrt{a^2 + b^2}$ and $\theta = \arg(z)$. Then $z$ can be represented in polar or trigonometric form as $z = r(\cos \theta + i \sin \theta)$. By Euler's formula, $z = r e^{i \theta}$. One may convert from Cartesian to polar form by extracting $r$ and $\theta$ as precise values: $r = \sqrt{a^2 + b^2}$ and, if $a > 0$, $\theta = \arctan (b/a)$; otherwise, quadrant corrections are required.


Further reading: Polar and Euler Forms of Complex Numbers


Algebraic Operations: Addition, Subtraction, Multiplication, and Division

Given $z_1 = a + ib$ and $z_2 = c + id$, then:


Addition: $z_1 + z_2 = (a + c) + i(b + d)$


Multiplication: \[ z_1 z_2 = (a + ib)(c + id) \] \[ = a \cdot c + a \cdot id + ib \cdot c + ib \cdot id \] \[ = ac + i a d + i b c + i^2 b d \] \[ = ac + i (ad + bc) + (-1) b d \] \[ = (ac - bd) + i (ad + bc) \]


Subtraction: $z_1 - z_2 = (a - c) + i(b - d)$


Division: To compute $\cfrac{z_1}{z_2}$, multiply numerator and denominator by $\overline{z_2}$: \[ \frac{a + ib}{c + id} \cdot \frac{c - id}{c - id} = \frac{(a + ib)(c - id)}{(c + id)(c - id)} \] \[ = \frac{ac - a id + ib c - ib id}{c^2 + (id)c - (id)c - (id)^2} \] \[ = \frac{ac - a i d + i b c - i^2 b d}{c^2 - i^2 d^2} \] \[ = \frac{ac - a i d + i b c + b d}{c^2 + d^2} \] \[ = \frac{(ac + b d) + i (b c - a d)}{c^2 + d^2} \] So, \[ \frac{z_1}{z_2} = \frac{ac + bd}{c^2 + d^2} + i \cdot \frac{b c - a d}{c^2 + d^2} \]


For visualised geometry on the Argand plane, see: Geometry of Complex Numbers


Conjugate Multiplication and Division Simplification

Consideration of the product $(a + ib)(a - ib)$ yields \[ (a + ib)(a - ib) = a^2 - i a b + i a b - i^2 b^2 = a^2 - i a b + i a b + b^2 \] The cross terms $-iab + iab$ cancel, and since $i^2 = -1$, we obtain $a^2 + b^2$. Thus, the product of a complex number with its conjugate is the square of its modulus: \[ z \overline{z} = (a+ib)(a-ib) = a^2 + b^2 = |z|^2 \]


Properties of Modulus, Argument, and Conjugate

For complex numbers $z_1$ and $z_2$ (with $z_2 \ne 0$), the following properties hold: $\overline{z_1 \pm z_2} = \overline{z_1} \pm \overline{z_2}$, $\overline{z_1 z_2} = \overline{z_1} \overline{z_2}$, $\overline{\frac{z_1}{z_2}} = \frac{\overline{z_1}}{\overline{z_2}}$, $\overline{\overline{z}} = z$, $|z_1 z_2| = |z_1| |z_2|$, $\left|\frac{z_1}{z_2}\right| = \frac{|z_1|}{|z_2|}$, $\arg(z_1 z_2) = \arg(z_1) + \arg(z_2)$, $\arg\left(\frac{z_1}{z_2}\right) = \arg(z_1) - \arg(z_2)$.


Further details on the modulus are provided in: Modulus of Complex Numbers


Stepwise Examples of Complex Number Operations

Example 1: Addition
Given $z_1 = 3 + 4i$, $z_2 = 2 - 5i$. Add $z_1$ and $z_2$.
Substitution: $(3 + 4i) + (2 - 5i)$.
Combine terms: $3 + 2 = 5$, $4i + (-5i) = -i$.
Result: $z_1 + z_2 = 5 - i$.


Example 2: Multiplication
Given $z_1 = 1 + 2i$, $z_2 = 3 - i$. Compute $z_1 z_2$.
Substitution: $(1 + 2i)(3 - i)$.
Multiply: $1 \cdot 3 = 3$, $1 \cdot (-i) = -i$, $2i \cdot 3 = 6i$, $2i \cdot (-i) = -2i^2$.
Sum: $3 - i + 6i - 2i^2$.
Since $i^2 = -1$, $-2i^2 = 2$.
Final combination: $3 + 2 + 5i = 5 + 5i$.
Result: $z_1 z_2 = 5 + 5i$.


Example 3: Division
Given $z_1 = 2 + 3i$, $z_2 = 1 - 2i$. Compute $\frac{z_1}{z_2}$.
Conjugate of denominator: $\overline{z_2} = 1 + 2i$.
Numerator: $(2 + 3i)(1 + 2i) = 2(1) + 2(2i) + 3i(1) + 3i(2i) = 2 + 4i + 3i + 6i^2 = 2 + 7i + 6(-1) = (2 - 6) + 7i = -4 + 7i$.
Denominator: $(1 - 2i)(1 + 2i) = 1(1) + 1(2i) - 2i(1) - 2i(2i) = 1 + 2i - 2i - 4i^2 = 1 + (2i - 2i) - 4(-1) = 1 + 4 = 5$.
Result: $\frac{z_1}{z_2} = \frac{-4}{5} + i \frac{7}{5}$.


Worked Example: Cartesian to Polar Conversion

Given $z = -1 + \sqrt{3}i$. First, compute $r = |z| = \sqrt{(-1)^2 + (\sqrt{3})^2} = \sqrt{1 + 3} = 2$. Next, compute the argument: $\theta = \arctan\left(\frac{\sqrt{3}}{-1}\right) = \arctan(-\sqrt{3})$. Since the real part is negative and the imaginary part is positive, $z$ is in the second quadrant. Thus, $\theta = \pi - \frac{\pi}{3} = \frac{2\pi}{3}$.
Result: $z = 2 \left[\cos \left(\frac{2\pi}{3}\right) + i \sin \left(\frac{2\pi}{3}\right)\right] = 2 e^{i \frac{2\pi}{3}}$.


Summary of Complex Number Structure and Links

Complex numbers establish an extension of the real numbers that enables solution of all quadratic equations over $\mathbb{C}$. Mastery of their algebraic, polar, and geometric forms is fundamental to higher mathematics, including their application in quadratic equations and analytic geometry. Refer to Understanding Complex Numbers and Complex Numbers and Quadratics for further structured discussion and practice.


Competitive Exams after 12th Science
tp-imag
bottom-arrow
tp-imag
bottom-arrow
tp-imag
bottom-arrow
tp-imag
bottom-arrow
tp-imag
bottom-arrow
tp-imag
bottom-arrow

FAQs on What Are Complex Numbers? Definition, Formulas & Examples

1. What is a complex number?

A complex number is a number that has both a real part and an imaginary part. In mathematics, complex numbers are written in the form z = a + bi, where a is the real part and b is the imaginary part with i = √-1.

  • The part a is called the real component.
  • The part bi is called the imaginary component.
This concept is essential in higher-level mathematics and has applications in algebra, trigonometry, and engineering.

2. What are the properties of complex numbers?

Complex numbers follow many important properties that help in solving various mathematical problems. Key properties include:

  • Commutativity for addition and multiplication
  • Associativity for addition and multiplication
  • Existence of additive and multiplicative identity
  • Existence of additive inverse
  • Existence of multiplicative inverse (for all nonzero complex numbers)
Understanding these properties is vital for CBSE exams and other competitive tests.

3. What is the conjugate of a complex number?

The conjugate of a complex number reverses the sign of its imaginary part. For any complex number z = a + bi, its conjugate is z̄ = a - bi.

  • is read as 'z bar'.
  • Conjugation is useful in division and simplification of complex expressions.
This concept is frequently asked in syllabus-based exams.

4. How do you represent complex numbers on the Argand plane?

Complex numbers can be represented graphically on the Argand plane (also called the complex plane).

  • The horizontal axis (x-axis) represents the real part
  • The vertical axis (y-axis) represents the imaginary part
  • Each point on this plane corresponds to a unique complex number
This visual form helps students understand modulus, argument, and vector interpretation.

5. What is the modulus and argument of a complex number?

The modulus is the distance from the origin to the point on the Argand plane, and the argument is the angle it makes with the positive real axis.

  • Modulus |z| = √(a2 + b2)
  • Argument arg(z) = tan-1(b/a)
Both are critical for expressing complex numbers in polar form.

6. How do you add and subtract complex numbers?

Complex numbers are added or subtracted by combining their real and imaginary parts separately.

  • To add: (a + bi) + (c + di) = (a + c) + (b + d)i
  • To subtract: (a + bi) - (c + di) = (a - c) + (b - d)i
This simple rule makes calculations easier for exam problems.

7. How are complex numbers multiplied and divided?

Multiply complex numbers by expanding brackets, and divide using the conjugate.

  • Multiplication: (a + bi)(c + di) = (ac - bd) + (ad + bc)i
  • Division: Multiply numerator and denominator by the conjugate of the denominator
  • Division formula: [ (a + bi) / (c + di) ] × [ (c - di)/(c - di) ]
These steps are often featured in CBSE syllabus exercises.

8. What is the polar form of a complex number?

The polar form writes a complex number in terms of its modulus and argument: z = r(cosθ + i sinθ).

  • Here, r = modulus (|z|)
  • θ = argument (arg(z))
This form is especially useful in multiplication, division, and powers of complex numbers.

9. What is De Moivre's Theorem?

De Moivre's Theorem is used to raise complex numbers to a power in polar form: [r(cosθ + i sinθ)]n = rn(cos nθ + i sin nθ).

  • It allows easy calculation of powers and roots of complex numbers
  • Essential for trigonometry and CBSE question-solving

10. How do you find roots of a complex number?

To find the roots of a complex number, use the polar form and apply the root formula, giving n distinct values.

  • Convert the number to polar form: z = r (cosθ + i sinθ)
  • nth root formula: z1/n = r1/n [cos(θ + 2kπ)/n + i sin(θ + 2kπ)/n], where k = 0, 1, ..., n-1
This technique is frequently tested in board exams.

11. What are the applications of complex numbers in real life?

Complex numbers have several practical applications beyond mathematics.

  • Used in electrical engineering (AC circuit analysis)
  • Appear in signal processing and physics
  • Useful in 2D geometry and computer graphics
Understanding these helps students link theory with real-world scenarios.

12. Can you explain the difference between real and imaginary numbers?

Real numbers exist on the number line (e.g., -2, 0, 3.5), while imaginary numbers involve i = √-1.

  • Real part: No imaginary component (b = 0)
  • Imaginary part: Is a multiple of i (a = 0)
  • Complex number: Combination of real and imaginary parts