Table of contents |
|
Argand Plane |
|
Argument of z |
|
Modulus of A Complex Number |
|
Polar Representation |
|
Solved Examples |
|
In the earlier classes, you read about the number line. It is a convenient way to represent real numbers as points on a line. Similarly, you read about the Cartesian Coordinate System. It is a set of three mutually perpendicular axes and a convenient way to represent a set of numbers (two or three) or a point in space.
Let us begin with the number line. Imagine that you are some kind of a mathematics god and you just created the real numbers. It so happened that you drew another line perpendicular to the real axis. What will this line be? It is definitely not real. Hence, it must be imaginary or the complex line.
The argument of a complex number Z = x + iy (where x is the real part and y is the imaginary part) is given by:
arg(Z) = tan⁻¹(y/x)
This is the angle θ that the complex number Z makes with the positive real axis in the complex plane. To compute the argument:
If x > 0: The argument is simply θ = tan⁻¹(y/x), which is the arctangent of the ratio of the imaginary part to the real part.
If x < 0: The argument will be θ = tan⁻¹(y/x) + π, since the complex number lies in the second or third quadrant.
If x = 0 and y > 0: The argument is θ = π/2.
If x = 0 and y < 0: The argument is θ = -π/2.
If x = 0 and y = 0: The argument is undefined since the complex number is at the origin.
Thus, the argument of Z depends on the position of the complex number in the complex plane relative to the real axis.
The modulus of a complex number is the distance of the point representing the complex number from the origin in the complex plane. It is denoted as |z|, where z is a complex number.
If a complex number is given in the form:
z = a + bi
Where:
Then the modulus of z is calculated as:
|z| = √(a² + b²)
Explanation
In polar coordinates, a point in the plane is described by two values: the radius (r) and the angle (θ).
(a) From Cartesian to Polar Coordinates:
(b) From Polar to Cartesian Coordinates:
Example 1: If z = −2(1+2i)/(3 + i) where i=( ), then the argument θ(−π < θ ≤ π) of z is:
(A)3 π/4
(B) π/4
(C) 5 π/6
(D) -3 π/4
Ans: (D)
Sol:As z = −2(1+2i)/(3 + i)
Multiplying and dividing by (3 – i), we get
z = -2(1+2i)×(3 – i)/(3 + i)×(3 – i) = -1 – i
Comparing this to z = x + iy, we have x = -1 and y = -1
Therefore, θ = tan-1(y/x) = tan-1(1) = -3 π/4
Why not π/4 ? Well because, both x and y are negative. This means that the point P is in the third quadrant now. Therefore, θ = -3 π/4.
Example 2: Find the modulus and argument of the complex number z = 3 + 4i.
Sol: Modulus of z
The modulus of a complex number z = a + bi is given by:
|z| = √(a² + b²)
For z = 3 + 4i, we have a = 3 and b = 4.
|z| = √(3² + 4²) = √(9 + 16) = √25 = 5
So, the modulus of z is 5.
181 videos|58 docs
|
1. What is the Argand Plane in mathematics? | ![]() |
2. What is the polar representation of a complex number? | ![]() |
3. How can we convert a complex number from the Argand Plane to polar representation? | ![]() |
4. What are the advantages of using polar representation of complex numbers? | ![]() |
5. Can we convert a complex number from polar representation back to the Argand Plane? | ![]() |