Welcome back, future engineers! Today, we're diving deep into two fundamental characteristics of a complex number: its
Modulus and its
Argument. These two concepts are absolutely crucial, not just for understanding complex numbers themselves, but also for unlocking their geometric power and solving a wide array of problems in JEE. So, let's build a rock-solid foundation, starting from the very basics.
Before we begin, remember that a complex number $z = x + iy$ can be visualized as a point $(x,y)$ in the
Argand Plane (which is essentially a Cartesian plane where the x-axis represents the real part and the y-axis represents the imaginary part). This geometric interpretation is key to understanding modulus and argument.
---
### 1. The Modulus of a Complex Number: Its "Length" or "Magnitude"
Imagine you're standing at the origin $(0,0)$ in the Argand plane, and a complex number $z = x+iy$ is a specific location $(x,y)$. What's the shortest distance from where you are to that location? That distance is precisely what we call the
modulus of the complex number.
#### 1.1 Definition and Notation
The
modulus (or absolute value, or magnitude) of a complex number $z = x + iy$ is denoted by $|z|$. It represents the distance of the point $(x,y)$ from the origin $(0,0)$ in the Argand plane.
#### 1.2 Derivation and Calculation
Using the distance formula from coordinate geometry (or simply the Pythagorean theorem), the distance from $(0,0)$ to $(x,y)$ is given by:
$|z| = sqrt{(x-0)^2 + (y-0)^2}$
Therefore, for $z = x+iy$,
$$ mathbf{|z| = sqrt{x^2 + y^2}} $$
Here, $x$ is the real part of $z$ (Re(z)) and $y$ is the imaginary part of $z$ (Im(z)).
Key Insight: The modulus $|z|$ is always a non-negative real number. It cannot be negative, as it represents a distance.
#### 1.3 Examples for Modulus Calculation
Let's quickly calculate the modulus for a few complex numbers:
- For $z = 3 + 4i$:
$|z| = sqrt{3^2 + 4^2} = sqrt{9 + 16} = sqrt{25} = 5$
- For $z = -2 + 5i$:
$|z| = sqrt{(-2)^2 + 5^2} = sqrt{4 + 25} = sqrt{29}$
- For $z = -1 - sqrt{3}i$:
$|z| = sqrt{(-1)^2 + (-sqrt{3})^2} = sqrt{1 + 3} = sqrt{4} = 2$
- For $z = 7$ (which is $7 + 0i$):
$|z| = sqrt{7^2 + 0^2} = sqrt{49} = 7$. Notice that for a purely real number, its modulus is simply its absolute value, just like for real numbers.
- For $z = -6i$ (which is $0 - 6i$):
$|z| = sqrt{0^2 + (-6)^2} = sqrt{36} = 6$. For a purely imaginary number, its modulus is the absolute value of its imaginary part.
#### 1.4 Properties of Modulus (Crucial for JEE!)
These properties are your best friends when solving complex problems. Understand them deeply.
Let $z, z_1, z_2$ be complex numbers.
1.
$|z| ge 0$: The modulus is always non-negative.
2.
$|z| = 0 iff z = 0$: The modulus is zero if and only if the complex number itself is zero (i.e., $0+0i$).
3.
$|z| = |ar{z}| = |-z|$: The modulus of a complex number, its conjugate, and its negative are all equal. This makes sense geometrically: $(x,y)$, $(x,-y)$, and $(-x,-y)$ are all the same distance from the origin.
Proof: If $z = x+iy$, then $ar{z} = x-iy$ and $-z = -x-iy$.
$|z| = sqrt{x^2+y^2}$
$|ar{z}| = sqrt{x^2+(-y)^2} = sqrt{x^2+y^2}$
$|-z| = sqrt{(-x)^2+(-y)^2} = sqrt{x^2+y^2}$
4.
$z ar{z} = |z|^2$: This is an incredibly important property, used constantly in algebraic manipulations of complex numbers.
Proof: Let $z = x+iy$. Then $ar{z} = x-iy$.
$z ar{z} = (x+iy)(x-iy) = x^2 - (iy)^2 = x^2 - i^2 y^2 = x^2 - (-1)y^2 = x^2+y^2$.
Since $|z|^2 = (sqrt{x^2+y^2})^2 = x^2+y^2$, we have $z ar{z} = |z|^2$.
5.
$|z_1 z_2| = |z_1| |z_2|$: The modulus of a product is the product of the moduli.
Proof Sketch: $|z_1 z_2|^2 = (z_1 z_2)(overline{z_1 z_2}) = (z_1 z_2)(ar{z_1} ar{z_2}) = (z_1 ar{z_1})(z_2 ar{z_2}) = |z_1|^2 |z_2|^2$. Taking square root (since moduli are non-negative), we get $|z_1 z_2| = |z_1| |z_2|$.
6.
$|z_1 / z_2| = |z_1| / |z_2|$ (provided $z_2
e 0$): The modulus of a quotient is the quotient of the moduli.
7.
$|z^n| = |z|^n$: The modulus of a power is the power of the modulus. (This follows from property 5).
8.
Triangle Inequality: $||z_1| - |z_2|| le |z_1 + z_2| le |z_1| + |z_2|$.
This is one of the most powerful inequalities in complex numbers, frequently tested in JEE.
Geometric Intuition: Consider three points in the Argand plane: the origin O $(0,0)$, $Z_1$ representing $z_1$, and $Z_2$ representing $z_2$. The complex number $z_1+z_2$ is represented by the fourth vertex of the parallelogram formed by $O, Z_1, Z_2$ (if $OZ_1$ and $OZ_2$ are adjacent sides).
* $|z_1|$ is the length $OZ_1$.
* $|z_2|$ is the length $OZ_2$.
* $|z_1+z_2|$ is the length of the diagonal $OZ_{sum}$.
In any triangle, the length of one side is always less than or equal to the sum of the lengths of the other two sides, and greater than or equal to their difference. This is exactly what the triangle inequality states.
Algebraic Proof (part 1: $|z_1+z_2| le |z_1|+|z_2|$):
We know $|w|^2 = w ar{w}$. So,
$|z_1+z_2|^2 = (z_1+z_2)(overline{z_1+z_2})$
$= (z_1+z_2)(ar{z_1}+ar{z_2})$
$= z_1ar{z_1} + z_1ar{z_2} + z_2ar{z_1} + z_2ar{z_2}$
$= |z_1|^2 + z_1ar{z_2} + overline{z_1ar{z_2}} + |z_2|^2$
Now, for any complex number $w = a+bi$, $w + ar{w} = (a+bi) + (a-bi) = 2a = 2 ext{Re}(w)$.
So, $z_1ar{z_2} + overline{z_1ar{z_2}} = 2 ext{Re}(z_1ar{z_2})$.
Thus, $|z_1+z_2|^2 = |z_1|^2 + |z_2|^2 + 2 ext{Re}(z_1ar{z_2})$.
We also know that $ ext{Re}(w) le |w|$. So, $ ext{Re}(z_1ar{z_2}) le |z_1ar{z_2}| = |z_1||ar{z_2}| = |z_1||z_2|$.
Therefore, $|z_1+z_2|^2 le |z_1|^2 + |z_2|^2 + 2|z_1||z_2|$
$|z_1+z_2|^2 le (|z_1| + |z_2|)^2$
Taking square root on both sides (and since moduli are non-negative), we get:
$|z_1+z_2| le |z_1| + |z_2|$.
The other part of the inequality, $||z_1| - |z_2|| le |z_1 + z_2|$, can be derived similarly or by substituting $z_1 = (z_1+z_2) + (-z_2)$.
JEE TIP: The triangle inequality becomes an equality, i.e., $|z_1+z_2| = |z_1|+|z_2|$, if and only if $z_1$ and $z_2$ are in the same direction from the origin, meaning $z_1 = k z_2$ for some positive real number $k$. Geometrically, O, $Z_1$, $Z_2$ are collinear, and $Z_1, Z_2$ are on the same side of O.
9.
$|z_1 - z_2|$ represents the distance between the points $Z_1$ and $Z_2$ in the Argand plane. This is a direct application of the distance formula. If $z_1 = x_1+iy_1$ and $z_2 = x_2+iy_2$, then $z_1-z_2 = (x_1-x_2)+i(y_1-y_2)$. So $|z_1-z_2| = sqrt{(x_1-x_2)^2 + (y_1-y_2)^2}$.
---
### 2. The Argument (or Amplitude) of a Complex Number: Its "Direction"
While the modulus tells us "how far" a complex number is from the origin, the
argument tells us "in what direction" it lies.
#### 2.1 Definition and Notation
The
argument of a non-zero complex number $z = x+iy$ is the angle ($ heta$) that the line segment $OZ$ (from the origin O to the point $Z(x,y)$) makes with the positive direction of the x-axis in the Argand plane.
It is denoted by $arg(z)$ or $ ext{amp}(z)$.
#### 2.2 Ambiguity and Principal Argument
Here's a crucial point: angles are periodic. If $ heta$ is an argument of $z$, then $ heta + 2kpi$ (where $k$ is any integer) is also an argument of $z$. For example, $30^circ$, $390^circ$, $-330^circ$ all represent the same direction. This creates ambiguity.
To avoid this, we define the
Principal Argument.
The
Principal Argument of a complex number $z$, denoted by $ ext{Arg}(z)$ (with a capital A), is the unique value of $ heta$ such that:
$$ mathbf{-pi < heta le pi} $$
This interval $(-pi, pi]$ is conventionally used in JEE and most advanced mathematics. Some texts might use $[0, 2pi)$, but for JEE, always stick to $(-pi, pi]$.
Why $(-pi, pi]$? This interval ensures uniqueness and consistency. It covers a full circle while avoiding ambiguity (e.g., $pi$ and $-pi$ would be the same direction, but $pi$ is included, and $-pi$ is excluded).
#### 2.3 Calculation of the Principal Argument
For $z = x+iy$:
1. First, calculate a reference angle $alpha$ using $ an alpha = left|frac{y}{x}
ight|$, where $alpha in (0, pi/2)$. This $alpha$ is always an acute angle.
2. Determine the quadrant in which the point $(x,y)$ lies.
3. Based on the quadrant, find the principal argument $ heta$:
Quadrant |
Conditions |
Principal Argument $ heta$ |
|---|
I |
$x > 0, y > 0$ |
$ heta = alpha$ |
II |
$x < 0, y > 0$ |
$ heta = pi - alpha$ |
III |
$x < 0, y < 0$ |
$ heta = -pi + alpha$ (or $alpha - pi$) |
IV |
$x > 0, y < 0$ |
$ heta = -alpha$ |
Important Note: The argument of $z=0$ (i.e., $0+0i$) is undefined. Geometrically, the origin has no unique direction.
#### 2.4 Examples for Argument Calculation
Let's find the principal argument for various complex numbers:
1. For $z = 1 + i$:
* $x=1, y=1$. This is in Quadrant I.
* $ an alpha = |1/1| = 1 implies alpha = pi/4$.
* Since it's in Q1, $ ext{Arg}(z) = alpha = mathbf{pi/4}$.
2. For $z = -1 + i$:
* $x=-1, y=1$. This is in Quadrant II.
* $ an alpha = |1/(-1)| = 1 implies alpha = pi/4$.
* Since it's in Q2, $ ext{Arg}(z) = pi - alpha = pi - pi/4 = mathbf{3pi/4}$.
3. For $z = -1 - i$:
* $x=-1, y=-1$. This is in Quadrant III.
* $ an alpha = |-1/(-1)| = 1 implies alpha = pi/4$.
* Since it's in Q3, $ ext{Arg}(z) = -pi + alpha = -pi + pi/4 = mathbf{-3pi/4}$.
4. For $z = 1 - i$:
* $x=1, y=-1$. This is in Quadrant IV.
* $ an alpha = |-1/1| = 1 implies alpha = pi/4$.
* Since it's in Q4, $ ext{Arg}(z) = -alpha = mathbf{-pi/4}$.
5.
Special Cases (on axes):
* For $z = 5$ (which is $5+0i$): Point $(5,0)$. Lies on the positive x-axis. $ ext{Arg}(z) = mathbf{0}$.
* For $z = -5$ (which is $-5+0i$): Point $(-5,0)$. Lies on the negative x-axis. $ ext{Arg}(z) = mathbf{pi}$. (Note: $-pi$ is excluded, $pi$ is included).
* For $z = 3i$ (which is $0+3i$): Point $(0,3)$. Lies on the positive y-axis. $ ext{Arg}(z) = mathbf{pi/2}$.
* For $z = -3i$ (which is $0-3i$): Point $(0,-3)$. Lies on the negative y-axis. $ ext{Arg}(z) = mathbf{-pi/2}$.
#### 2.5 Properties of Argument (Important for JEE Manipulations)
Let $z, z_1, z_2$ be non-zero complex numbers.
1.
$ ext{Arg}(ar{z}) = - ext{Arg}(z)$ (if $ ext{Arg}(z)
e pi$)
Geometrically, $ar{z}$ is the reflection of $z$ across the x-axis, so the angle simply flips sign. If $ ext{Arg}(z)=pi$, then $z$ is a negative real number, $ar{z}$ is also a negative real number, so $ ext{Arg}(ar{z})=pi$, and not $-pi$. Be careful with boundary cases.
2.
$ ext{Arg}(z_1 z_2) = ext{Arg}(z_1) + ext{Arg}(z_2) + 2kpi$ for some integer $k$.
When we multiply complex numbers, their arguments add up. The $2kpi$ term is there because we must ensure the resulting angle lies within the principal argument interval $(-pi, pi]$.
Example: Let $z_1 = -1+i$ and $z_2 = -1-i$.
$ ext{Arg}(z_1) = 3pi/4$. $ ext{Arg}(z_2) = -3pi/4$.
$z_1 z_2 = (-1+i)(-1-i) = (-1)^2 - i^2 = 1 - (-1) = 2$.
$ ext{Arg}(z_1) + ext{Arg}(z_2) = 3pi/4 + (-3pi/4) = 0$.
And $ ext{Arg}(2) = 0$. Here, $k=0$.
Now consider $z_1 = -1+i$ and $z_2 = i$.
$ ext{Arg}(z_1) = 3pi/4$. $ ext{Arg}(z_2) = pi/2$.
$z_1 z_2 = (-1+i)i = -i + i^2 = -1-i$.
$ ext{Arg}(z_1) + ext{Arg}(z_2) = 3pi/4 + pi/2 = 5pi/4$. This is outside $(-pi, pi]$.
$ ext{Arg}(-1-i) = -3pi/4$.
So, $5pi/4$ needs to be adjusted by $2kpi$ to match $-3pi/4$.
$5pi/4 - 2pi = 5pi/4 - 8pi/4 = -3pi/4$. So $k=-1$.
Thus $ ext{Arg}(z_1 z_2) = ext{Arg}(z_1) + ext{Arg}(z_2) - 2pi$.
3.
$ ext{Arg}(z_1 / z_2) = ext{Arg}(z_1) - ext{Arg}(z_2) + 2kpi$ for some integer $k$.
Similarly, arguments subtract during division, with the $2kpi$ adjustment.
4.
$ ext{Arg}(z^n) = n ext{Arg}(z) + 2kpi$ for some integer $k$.
This is a generalization of property 2 and forms the basis of De Moivre's Theorem.
5.
$ ext{Arg}(1/z) = - ext{Arg}(z)$ (if $ ext{Arg}(z)
e pi$). This is a special case of property 3 where $z_1=1$ and $ ext{Arg}(1)=0$.
6.
$ ext{Arg}(-z) = ext{Arg}(z) pm pi$ (depending on which result falls into $(-pi, pi]$).
Geometrically, multiplying by $-1$ rotates the complex number by $pi$ radians ($180^circ$).
---
### 3. Connecting Modulus and Argument: The Polar Form (A Glimpse)
The modulus $|z|$ and the principal argument $ ext{Arg}(z)$ together uniquely define a complex number (except for $z=0$). If we know the distance from the origin ($r = |z|$) and the angle it makes with the positive x-axis ($ heta = ext{Arg}(z)$), we can uniquely locate the point.
From basic trigonometry, for a point $(x,y)$ with distance $r$ from origin and angle $ heta$ with positive x-axis:
$x = r cos heta$
$y = r sin heta$
So, $z = x+iy = r cos heta + i (r sin heta)$
$$ mathbf{z = r(cos heta + isin heta)} $$
This is the
Polar Form of a complex number, where $r = |z|$ and $ heta = ext{Arg}(z)$. This form is incredibly powerful for multiplication, division, and finding powers/roots of complex numbers, which we'll explore in future sections.
---
### 4. JEE Focus and Applications
For JEE Main & Advanced:
*
Modulus:
* Be proficient in using
$zar{z} = |z|^2$ to simplify expressions and rationalize denominators.
* The
Triangle Inequality is paramount for finding maximum and minimum values of expressions involving complex numbers, especially when dealing with loci (e.g., $|z-z_1| + |z-z_2| = k$ or $|z-z_1| - |z-z_2| = k$).
* Understanding
$|z_1-z_2|$ as distance is critical for geometric interpretation of equations like $|z-a|=r$ (circle), $|z-a|=|z-b|$ (perpendicular bisector), etc.
*
Argument:
* Always ensure you calculate the
Principal Argument correctly by identifying the quadrant and using the appropriate formula.
* The properties of argument (especially for product, quotient, and power) are fundamental for simplifying expressions and solving equations involving arguments.
* Argument is also used to define loci, e.g., $ ext{Arg}(z-z_1) = alpha$ defines a ray originating from $z_1$. $ ext{Arg}left(frac{z-z_1}{z-z_2}
ight) = alpha$ defines an arc of a circle.
Practical Tip: Whenever you see complex number problems, visualize them in the Argand plane. Most properties of modulus and argument become intuitive when you think geometrically. Practice converting between Cartesian form ($x+iy$) and polar form ($r(cos heta + isin heta)$) seamlessly, as both have their advantages in different types of problems.
This deep dive into modulus and argument forms the bedrock for your journey into complex numbers. Master these concepts and their properties, and you'll be well-equipped to tackle more advanced topics!