👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Algebra
Study mode

Complex Numbers - Basic Properties

Learning objective
Define complex numbers and understand their components and conjugates.

Introduction to Complex Numbers

A complex number is a number that can be expressed in the form \( z = a + bi \), where \( a \) and \( b \) are real numbers, and \( i \) is the imaginary unit with the property \( i^2 = -1 \). Here, \( a \) is called the real part of \( z \), denoted by \( \Re(z) = a \), and \( b \) is called the imaginary part, denoted by \( \Im(z) = b \).

Complex numbers extend the real number system and are fundamental in many areas of mathematics, physics, and engineering.

Real and Imaginary Parts

Given \( z = a + bi \), the real part is \( a \), and the imaginary part is \( b \). Both \( a \) and \( b \) are real numbers. For example, if \( z = 3 - 4i \), then \( \Re(z) = 3 \) and \( \Im(z) = -4 \).

Algebraic Operations on Complex Numbers

Addition and Subtraction

To add or subtract two complex numbers, add or subtract their corresponding real and imaginary parts:

\[(a + bi) + (c + di) = (a + c) + (b + d)i\]
\[(a + bi) - (c + di) = (a - c) + (b - d)i\]

Multiplication

Multiply using distributive property and use \( i^2 = -1 \):

\[(a + bi)(c + di) = ac + adi + bci + bdi^2 = (ac - bd) + (ad + bc)i\]

Division

To divide \( \frac{a + bi}{c + di} \), multiply numerator and denominator by the conjugate of the denominator:

\[\frac{a + bi}{c + di} = \frac{(a + bi)(c - di)}{(c + di)(c - di)} = \frac{(ac + bd) + (bc - ad)i}{c^2 + d^2}\]

Conjugate of a Complex Number

The conjugate of \( z = a + bi \) is denoted by \( \overline{z} \) and defined as:

\[\overline{z} = a - bi\]

The conjugate reflects the complex number about the real axis in the complex plane.

Properties of Conjugates

  • \( z \cdot \overline{z} = a^2 + b^2 = |z|^2 \), where \( |z| \) is the modulus of \( z \).
  • \( \overline{z + w} = \overline{z} + \overline{w} \) for any complex numbers \( z, w \).
  • \( \overline{z \cdot w} = \overline{z} \cdot \overline{w} \).
  • \( \overline{\overline{z}} = z \).

Modulus and Argument

The modulus of \( z = a + bi \) is its distance from the origin in the complex plane:

\[|z| = \sqrt{a^2 + b^2}\]

The argument \( \theta = \arg(z) \) is the angle made with the positive real axis, measured counterclockwise:

\[\theta = \tan^{-1}\left(\frac{b}{a}\right)\]

Geometric Interpretation

Complex numbers can be represented as points or vectors in the complex plane (also called the Argand plane), where the horizontal axis represents the real part and the vertical axis represents the imaginary part.

Re Im z = 3 + 4i θ

Here, the vector from the origin to the point \( (3,4) \) represents the complex number \( 3 + 4i \). The length of this vector is the modulus \( |z| = 5 \), and the angle \( \theta \) is the argument.

Polar Form of Complex Numbers

Using modulus and argument, a complex number can be expressed as:

\[z = r(\cos \theta + i \sin \theta)\]where \( r = |z| \) and \( \theta = \arg(z) \).

This form is useful for multiplication, division, and finding powers and roots of complex numbers.

Summary of Key Concepts

  • Complex number: \( z = a + bi \)
  • Real part: \( \Re(z) = a \)
  • Imaginary part: \( \Im(z) = b \)
  • Conjugate: \( \overline{z} = a - bi \)
  • Modulus: \( |z| = \sqrt{a^2 + b^2} \)
  • Argument: \( \arg(z) = \tan^{-1} \frac{b}{a} \)
  • Operations: addition, subtraction, multiplication, division

Worked Examples

Example 1: Addition of Complex Numbers

Problem: Find \( (3 + 2i) + (1 - 5i) \).

Solution:

Add real parts: \( 3 + 1 = 4 \)

Add imaginary parts: \( 2i + (-5i) = -3i \)

\[ (3 + 2i) + (1 - 5i) = 4 - 3i \]

Example 2: Multiplication of Complex Numbers ★★

Problem: Find the product \( (2 + 3i)(4 - i) \).

Solution:

\[ (2 + 3i)(4 - i) = 2 \times 4 + 2 \times (-i) + 3i \times 4 + 3i \times (-i) \] \[ = 8 - 2i + 12i - 3i^2 = 8 + 10i - 3(-1) = 8 + 10i + 3 = 11 + 10i \]

Example 3: Conjugate and Modulus ★★

Problem: Find the conjugate and modulus of \( z = -1 + 4i \).

Solution:

Conjugate: \( \overline{z} = -1 - 4i \)

Modulus: \( |z| = \sqrt{(-1)^2 + 4^2} = \sqrt{1 + 16} = \sqrt{17} \)

Example 4: Division of Complex Numbers ★★★

Problem: Compute \( \frac{3 + 2i}{1 - i} \).

Solution:

Multiply numerator and denominator by conjugate of denominator: \[ \frac{3 + 2i}{1 - i} \times \frac{1 + i}{1 + i} = \frac{(3 + 2i)(1 + i)}{(1 - i)(1 + i)} \] Numerator: \[ 3 \times 1 + 3 \times i + 2i \times 1 + 2i \times i = 3 + 3i + 2i + 2i^2 = 3 + 5i + 2(-1) = 3 + 5i - 2 = 1 + 5i \] Denominator: \[ 1 - i^2 = 1 - (-1) = 1 + 1 = 2 \] So, \[ \frac{3 + 2i}{1 - i} = \frac{1 + 5i}{2} = \frac{1}{2} + \frac{5}{2}i \]

Example 5: Finding Argument of a Complex Number ★★★

Problem: Find the argument of \( z = -\sqrt{3} + i \).

Solution:

\[ \theta = \tan^{-1} \left(\frac{1}{-\sqrt{3}}\right) = \tan^{-1}(-\frac{1}{\sqrt{3}}) = -30^\circ \] Since \( a = -\sqrt{3} < 0 \) and \( b = 1 > 0 \), \( z \) lies in the second quadrant. So, \[ \arg(z) = 180^\circ - 30^\circ = 150^\circ \] Or in radians, \[ \arg(z) = \pi - \frac{\pi}{6} = \frac{5\pi}{6} \]

Formula Bank

Concept Formula Description
Complex Number \( z = a + bi \) Standard form, where \( a, b \in \mathbb{R} \) and \( i^2 = -1 \)
Real Part \( \Re(z) = a \) Real component of \( z \)
Imaginary Part \( \Im(z) = b \) Imaginary component of \( z \)
Conjugate \( \overline{z} = a - bi \) Reflection of \( z \) about the real axis
Modulus \( |z| = \sqrt{a^2 + b^2} \) Distance of \( z \) from origin in complex plane
Argument \( \arg(z) = \tan^{-1} \left(\frac{b}{a}\right) \) Angle made by \( z \) with positive real axis
Addition \( (a + bi) + (c + di) = (a + c) + (b + d)i \) Add real and imaginary parts separately
Multiplication \( (a + bi)(c + di) = (ac - bd) + (ad + bc)i \) Use distributive property and \( i^2 = -1 \)
Division \( \frac{a + bi}{c + di} = \frac{(ac + bd) + (bc - ad)i}{c^2 + d^2} \) Multiply numerator and denominator by conjugate of denominator
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Complex Numbers - Basic Properties · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.