Complex Number
While solving equations such as \(x^2 + 1 = 0\), we observe that no real number satisfies the given condition. This reveals a fundamental limitation of the real number system. To overcome this, mathematicians introduced a more comprehensive system known as complex numbers, which ensures that every polynomial equation has a solution.
Complex numbers form the backbone of advanced mathematics and play a crucial role in physics, engineering, electrical circuits, quantum mechanics, and signal processing.
Definition of a Complex Number
A complex number is defined as an ordered pair of real numbers and is written in the standard form:
\(z = a + ib\)
where:
- \(a\) = Real part, denoted by \(\Re(z)\)
- \(b\) = Imaginary part, denoted by \(\Im(z)\)
- \(i\) = Imaginary unit such that \(i^2 = -1\)
This representation allows us to treat complex numbers algebraically just like real numbers.
Types of Complex Numbers
- Purely Real Number: \(b = 0\), e.g., \(5 = 5 + 0i\)
- Purely Imaginary Number: \(a = 0\), e.g., \(3i\)
- General Complex Number: Both \(a \neq 0\) and \(b \neq 0\)
Derivation of the Imaginary Unit
Consider the quadratic equation:
\(x^2 + 1 = 0\)
Rewriting:
\(x^2 = -1\)
Since no real number satisfies this equation, we introduce a new number \(i\) such that:
\(i^2 = -1\)
This definition extends the number system and allows us to solve equations that were previously unsolvable.
Illustrative Examples
Example 1: Identify real and imaginary parts of \(z = 4 + 3i\)
Solution: \(\Re(z) = 4\), \(\Im(z) = 3\)
Example 2: Write \(-7\) as a complex number
Solution: \(-7 = -7 + 0i\)
Example 3: Evaluate \(i^3\)
Solution: \(i^3 = i^2 \cdot i = (-1)i = -i\)
Geometric Interpretation (Argand Plane)
A complex number \(z = a + ib\) can be represented as a point \((a, b)\) in a plane called the Argand Plane. The horizontal axis represents the real part, and the vertical axis represents the imaginary part.
Exam Importance and Applications
- Fundamental for solving quadratic equations with negative discriminant
- Extensively used in JEE Main, JEE Advanced, NEET (conceptual questions)
- Forms base for topics like Argand plane, modulus, argument, polar form
- Important in electrical engineering (AC circuits) and wave analysis
Key Concepts for Quick Revision
- Standard form: \(a + ib\)
- Imaginary unit: \(i^2 = -1\)
- Real and imaginary parts
- Types of complex numbers
- Argand plane representation
Algebra of Complex Numbers
Addition of Two Complex Numbers
Let \(z_1 = a + ib\) and \(z_2 = c + id\) be any two complex numbers. The addition of complex numbers is performed by adding their respective real and imaginary parts.
\[ z_1 + z_2 = (a + c) + i(b + d) \]
This operation preserves the structure of complex numbers, ensuring that the result is also a complex number.
Illustrative Example
Example: Add \(z_1 = 3 + 2i\) and \(z_2 = 5 - 4i\)
Solution: \[ z_1 + z_2 = (3 + 5) + i(2 - 4) = 8 - 2i \]
Geometric Interpretation (Vector Addition)
In the Argand plane, complex numbers behave like vectors. The addition of two complex numbers corresponds to vector addition using the parallelogram law.
Properties of Addition
-
Closure Law:
The sum of two complex numbers is always a complex number. -
Commutative Law:
\[ z_1 + z_2 = z_2 + z_1 \] -
Associative Law:
\[ (z_1 + z_2) + z_3 = z_1 + (z_2 + z_3) \] -
Additive Identity:
The complex number \(0 = 0 + 0i\) satisfies: \[ z + 0 = z \] -
Additive Inverse:
For \(z = a + ib\), its inverse is \(-z = -a - ib\), such that: \[ z + (-z) = 0 \]
Exam Insight
- Frequently used in simplification problems in JEE Main & Boards
- Forms the base for complex algebra (multiplication, modulus, argument)
- Vector interpretation is often tested conceptually
Quick Revision Points
- Add real parts separately and imaginary parts separately
- Use vector analogy for better understanding
- Always express final answer in \(a + ib\) form
Difference of Two Complex Numbers
Let \(z_1 = a + ib\) and \(z_2 = c + id\) be two complex numbers. The difference of complex numbers is defined using additive inverse:
\[ z_1 - z_2 = z_1 + (-z_2) = (a - c) + i(b - d) \]
Illustrative Example
Example: Evaluate \((6 + 3i) - (2 - i)\)
\[ (6 + 3i) - (2 - i) = (6 - 2) + i(3 + 1) = 4 + 4i \]
Geometric Interpretation
In the Argand plane, subtraction corresponds to vector difference. It can be interpreted as adding the opposite vector \(-z_2\) to \(z_1\).
Exam Insight
- Direct computation questions are common in Board exams
- Used as a base for modulus and distance interpretation
- Vector understanding helps in geometry-based questions
Multiplication of Two Complex Numbers
Let \(z_1 = a + ib\) and \(z_2 = c + id\). Their product is defined using distributive law and the property \(i^2 = -1\):
\[ z_1 z_2 = (ac - bd) + i(ad + bc) \]
Illustrative Example
Example: Multiply \((3 + 5i)(2 + 6i)\)
\[ = (3 \cdot 2 - 5 \cdot 6) + i(3 \cdot 6 + 5 \cdot 2) = -24 + 28i \]
Geometric Insight (Rotation & Scaling)
Unlike addition, multiplication has a deeper geometric meaning. It corresponds to:
- Rotation in the Argand plane
- Scaling (change in magnitude)
This concept becomes very important in advanced topics like polar form and De Moivre’s theorem.
Properties of Multiplication
-
Closure Law:
The product of two complex numbers is a complex number. -
Commutative Law:
\[ z_1 z_2 = z_2 z_1 \] -
Associative Law:
\[ (z_1 z_2) z_3 = z_1 (z_2 z_3) \] -
Multiplicative Identity:
\[1 = 1 + 0i\] such that \[z \cdot 1 = z\] -
Multiplicative Inverse:
For \(z = a + ib \neq 0\), \[ z^{-1} = \frac{a}{a^2 + b^2} - i\frac{b}{a^2 + b^2} \] -
Distributive Law:
\[ z_1(z_2 + z_3) = z_1z_2 + z_1z_3 \]
Exam Insight
- Highly important for JEE Main & Advanced
- Used in simplification, modulus, argument, and locus problems
- Foundation for polar form and De Moivre’s theorem
Quick Revision Points
- Use \(i^2 = -1\) carefully
- Apply distributive property systematically
- Always simplify into \(a + ib\) form
Division of Two Complex Numbers
Let \(z_1 = a + ib\) and \(z_2 = c + id \neq 0\). Division of complex numbers is performed by multiplying the numerator and denominator by the conjugate of the denominator.
\[ \frac{z_1}{z_2} = \frac{a + ib}{c + id} \]
\[ \frac{z_1}{z_2} \times \frac{c - id}{c - id} \]
\[ \frac{(a + ib)(c - id)}{(c + id)(c - id)} = \frac{(ac + bd) + i(bc - ad)}{c^2 + d^2} \]
Hence, the result is again a complex number in standard form \(x + iy\).
Illustrative Example
Example: Find \(\dfrac{3 + 4i}{1 - 2i}\)
Multiply numerator and denominator by \(1 + 2i\):
\[ \begin{aligned} \frac{(3 + 4i)(1 + 2i)}{1^2 + (-2)^2} &= \frac{3 + 6i + 4i + 8i^2}{5}\\ &= \frac{3 + 10i - 8}{5}\\ &= \frac{-5 + 10i}{5}\\ &= -1 + 2i \end{aligned} \]
Quick Shortcut Formula
For fast computation (useful in JEE), directly apply:
\[ \frac{a + ib}{c + id} = \frac{(ac + bd)}{c^2 + d^2} + i\frac{(bc - ad)}{c^2 + d^2} \]
Geometric Insight
Division of complex numbers corresponds to:
- Scaling: Ratio of magnitudes
- Rotation: Difference of arguments
This concept becomes crucial in polar form and De Moivre’s theorem.
Important Observation
The denominator simplifies to: \[ c^2 + d^2 = z_2 \overline{z_2} \] which is always a positive real number for \(z_2 \neq 0\). Hence, division is always defined except when the denominator is zero.
Exam Insight
- Very important for JEE Main, Advanced, and Board exams
- Used in rationalization, simplification, and locus problems
- Foundation for modulus, argument, and polar representation
Common Mistakes to Avoid
- Forgetting to multiply numerator and denominator by conjugate
- Incorrect handling of \(i^2 = -1\)
- Not simplifying denominator properly
Quick Revision Points
- Always use conjugate of denominator
- Denominator becomes real: \(c^2 + d^2\)
- Final answer must be in \(a + ib\) form
Power of i
In complex numbers, the imaginary unit \(i\) is defined by the fundamental identity:
\[ i^2 = -1 \]
Using this definition, higher powers of \(i\) can be evaluated systematically.
Successive Powers of \(i\)
\[ \begin{aligned} i^1 &= i \\ i^2 &= -1 \\ i^3 &= -i \\ i^4 &= 1 \end{aligned} \]
This shows that the powers of \(i\) repeat in a cyclic pattern.
Cyclic Nature (Periodicity)
The powers of \(i\) are periodic with period 4, i.e.,
\[ i^{n+4} = i^n \]
Generalisation
For any integer \(n\), write:
\[ n = 4q + r, \quad r = 0,1,2,3 \]
Then:
\[ \begin{aligned} r = 0 &\Rightarrow i^n = 1 \\ r = 1 &\Rightarrow i^n = i \\ r = 2 &\Rightarrow i^n = -1 \\ r = 3 &\Rightarrow i^n = -i \end{aligned} \]
Illustrative Examples
Example 1: Find \(i^{17}\)
\(17 \div 4 = 4\) remainder \(1\) ⇒ \(i^{17} = i\)
Example 2: Find \(i^{100}\)
\(100 \div 4 = 25\) remainder \(0\) ⇒ \(i^{100} = 1\)
Example 3: Find \(i^{2023}\)
\(2023 \mod 4 = 3\) ⇒ \(i^{2023} = -i\)
Fast Calculation Trick
Always reduce the exponent modulo 4:
- Divide exponent by 4
- Take remainder
- Use cyclic pattern
Exam Significance
- Very frequently asked in Boards, JEE Main, and NDA exams
- Used in simplification of complex expressions
- Often appears inside larger algebraic problems
Quick Revision Points
- Cycle: \(i, -1, -i, 1\)
- Period = 4
- Use modulo 4 for fast answers
The Square Roots of a Negative Real Number
In the real number system, the square of any real number is always non-negative. Hence, expressions like \(\sqrt{-1}\) are not defined in real numbers. This limitation leads to the introduction of imaginary numbers.
The imaginary unit \(i\) is defined by:
\[ i^2 = -1 \]
General Form
Let \(a > 0\). Then the square root of a negative real number can be expressed as:
\[ \sqrt{-a} = \sqrt{a} \cdot i \]
This shows that the square root of a negative number is always an imaginary number.
Illustrative Examples
Example 1: \(\sqrt{-9} = 3i\)
Example 2: \(\sqrt{-16} = 4i\)
Example 3: \(\sqrt{-25} = 5i\)
Both Square Roots
Every negative real number has two square roots in the complex number system:
\[ \sqrt{-a} = \pm i\sqrt{a} \]
because:
\[ (i\sqrt{a})^2 = (-i\sqrt{a})^2 = -a \]
Geometric Interpretation
In the Argand plane, multiplication by \(i\) corresponds to a rotation of 90° anticlockwise. Thus, taking the square root of a negative number can be interpreted as rotating from the negative real axis to the imaginary axis.
Important Notes
- \(\sqrt{-a} \neq -\sqrt{a}\), always include \(i\)
- Always express answer in \(a + ib\) form if required
- Remember both roots: \(+i\sqrt{a}\) and \(-i\sqrt{a}\)
Exam Insight
- Frequently asked in Board exams and JEE Main simplification problems
- Used in solving quadratic equations with negative discriminant
- Foundation for complex roots and polynomial equations
Common Mistakes to Avoid
- Writing \(\sqrt{-9} = -3\) (incorrect)
- Forgetting ± sign in roots
- Ignoring imaginary unit \(i\)
Quick Revision Points
- \(\sqrt{-a} = i\sqrt{a}\)
- Two roots: \(±i\sqrt{a}\)
- Rotation interpretation: 90° in Argand plane
The Modulus and the Conjugate of a Complex Number
Let \(z = a + ib\), where \(a, b \in \mathbb{R}\). Two fundamental concepts associated with a complex number are its conjugate and modulus. These are extensively used in simplification, division, locus problems, and polar representation.
Conjugate of a Complex Number
The conjugate of \(z = a + ib\), denoted by \(\overline{z}\), is:
\[ \overline{z} = a - ib \]
It is obtained by changing the sign of the imaginary part while keeping the real part unchanged.
Basic Results
\[ \begin{aligned} z + \overline{z} &= 2a = 2\Re(z) \\ z - \overline{z} &= 2ib = 2i\Im(z) \end{aligned} \]
Example: If \(z = 3 + 4i\), then \(\overline{z} = 3 - 4i\)
Modulus of a Complex Number
The modulus of \(z = a + ib\), denoted by \(|z|\), is:
\[ |z| = \sqrt{a^2 + b^2} \]
It represents the distance of the point \(z\) from the origin in the Argand plane.
Relation Between Modulus and Conjugate
\[ z\overline{z} = a^2 + b^2 = |z|^2 \]
This identity is extremely useful in rationalisation and division of complex numbers.
Important Properties
- \(|z| \geq 0\), and \(|z| = 0 \iff z = 0\)
- \(|z_1 z_2| = |z_1||z_2|\)
- \[ \left|\frac{z_1}{z_2}\right| = \frac{|z_1|}{|z_2|}, \quad z_2 \ne 0 \]
- \(\overline{\overline{z}} = z\)
- \(\overline{z_1 z_2} = \overline{z_1}\,\overline{z_2}\)
- \(\overline{z_1 \pm z_2} = \overline{z_1} \pm \overline{z_2}\)
- \[ \overline{\left(\frac{z_1}{z_2}\right)} = \frac{\overline{z_1}}{\overline{z_2}}, \quad z_2 \ne 0 \]
Exam Tricks & Insights
- Use \(z\overline{z} = |z|^2\) to simplify division quickly
- If \(|z| = 1\), then \(z^{-1} = \overline{z}\)
- Modulus is always real, never imaginary
- Helpful in locus problems: \(|z - z_0| = r\) represents a circle
Advanced Results (JEE Level)
- \(|z_1 + z_2| \leq |z_1| + |z_2|\) (Triangle Inequality)
- \(|z_1 - z_2| \geq \big||z_1| - |z_2|\big|\)
Common Mistakes
- \(|a + ib| \neq a + b\)
- Confusing modulus with real part
- Forgetting square root in modulus
Quick Revision Points
- \(\overline{z} = a - ib\)
- \(|z| = \sqrt{a^2 + b^2}\)
- \(z\overline{z} = |z|^2\)
- Modulus = distance from origin
Argand Plane and Polar Representation
A complex number can be represented geometrically in a plane, providing powerful visual intuition. This representation is fundamental in advanced topics like locus, rotation, and De Moivre’s theorem.
Cartesian (Argand Plane) Representation
Let \(z = a + ib\). It corresponds to the point \((a, b)\) in a plane called the Argand plane.
- Horizontal axis → Real axis
- Vertical axis → Imaginary axis
Thus, every complex number corresponds to a unique point in the plane and vice versa.
Polar Representation
Let point \(P(a,b)\) represent \(z\). Define:
- Modulus: \(r = |z| = \sqrt{a^2 + b^2}\)
- Argument: \(\theta = \arg(z)\), angle with positive real axis
\[ z = r(\cos\theta + i\sin\theta) \]
Argument Calculation (Very Important)
The argument is given by:
\[ \tan\theta = \frac{b}{a} \]
However, the correct value of \(\theta\) depends on the quadrant of the point \((a,b)\):
- Quadrant I: \(\theta = \tan^{-1}(b/a)\)
- Quadrant II: \(\theta = \pi + \tan^{-1}(b/a)\)
- Quadrant III: \(\theta = \pi + \tan^{-1}(b/a)\)
- Quadrant IV: \(\theta = 2\pi + \tan^{-1}(b/a)\)
Illustrative Example
Example: Convert \(z = 1 + i\) into polar form
\[ r = \sqrt{1^2 + 1^2} = \sqrt{2}, \quad \theta = \frac{\pi}{4} \] \[ z = \sqrt{2}(\cos \frac{\pi}{4} + i\sin \frac{\pi}{4}) \]
Important Results
- \(|z_1 z_2| = |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\)
Exam Insight
- Very important for JEE Advanced and Boards
- Used in rotation, locus, and powers of complex numbers
- Foundation for De Moivre’s theorem
Common Mistakes
- Ignoring correct quadrant for argument
- Forgetting modulus in polar form
- Confusing \(\tan^{-1}(b/a)\) with actual argument
Quick Revision Points
- \(z = a + ib = r(\cos\theta + i\sin\theta)\)
- \(r = \sqrt{a^2 + b^2}\)
- \(\theta = \arg(z)\)
- Always check quadrant
Euler Form of a Complex Number
The polar form \(z = r(\cos\theta + i\sin\theta)\) can be written in a more compact and powerful form using Euler’s identity:
\[ e^{i\theta} = \cos\theta + i\sin\theta \]
Hence, a complex number can be written as:
\[ z = re^{i\theta} \]
Why Euler Form is Powerful
- Simplifies multiplication and division
- Transforms powers into simple exponent operations
- Core tool for JEE Advanced problems
Example: \(z = 1 + i\)
\[ r = \sqrt{2},\quad \theta = \frac{\pi}{4} \Rightarrow z = \sqrt{2}e^{i\pi/4} \]
De Moivre’s Theorem
For any complex number \(z = r(\cos\theta + i\sin\theta)\) and integer \(n\),
\[ z^n = r^n (\cos n\theta + i\sin n\theta) \]
Geometric Interpretation
Raising a complex number to power \(n\) results in:
- Scaling: \(r \to r^n\)
- Rotation: \(\theta \to n\theta\)
Example
Find \((\cos\theta + i\sin\theta)^3\)
\[ = \cos 3\theta + i\sin 3\theta \]
nth Roots of Complex Numbers
If \(z = re^{i\theta}\), then its \(n\)th roots are given by:
\[ z_k = r^{1/n} e^{i(\theta + 2\pi k)/n}, \quad k = 0,1,2,...,n-1 \]
Geometric Interpretation
The roots are equally spaced points on a circle of radius \(r^{1/n}\), separated by angle \(2\pi/n\).
Example
Find cube roots of 1
\[ 1, \quad \omega = e^{2\pi i/3}, \quad \omega^2 = e^{4\pi i/3} \]
Key Insight
- Roots form vertices of a regular polygon
- Very common in JEE Advanced
Locus of Complex Numbers
Locus problems describe a set of complex numbers satisfying a given condition. These correspond to geometric figures in the Argand plane.
Standard Results
- \(|z| = r\) → Circle centered at origin
- \(|z - z_0| = r\) → Circle centered at \(z_0\)
- \(|z - z_1| = |z - z_2|\) → Perpendicular bisector
- \(\Re(z) = a\) → Vertical line
- \(\Im(z) = b\) → Horizontal line
Example
Find locus of \(|z - (2 + 3i)| = 5\)
Answer: Circle with center \((2,3)\) and radius 5
Exam Strategy
- Convert to modulus form
- Interpret geometrically
- Sketch mentally for faster solving
Quick Revision
- Modulus → Distance
- Locus → Geometry
- Most scoring topic in JEE Advanced
Complex Number Visual Lab
Point Controls
Rotation (Argument θ)
Roots (n)
Recent posts
Share this Chapter
Found this helpful? Share this chapter with your friends and classmates.
💡 Exam Tip: Share helpful notes with your study group. Teaching others is one of the fastest ways to reinforce your own understanding.