![]() |
VOOZH | about |
The absolute value (also called the modulus) of a complex number z = a + bi is its distance from the origin in the complex plane. The absolute value tells you how far a number is from zero, regardless of its direction (positive or negative).
It is denoted as ∣z∣ and is given by the formula:
Where:
The absolute value represents the Euclidean distance between the point (a, b) and the origin (0, 0) in a coordinate plane. Using the distance formula:
Example: Calculate the absolute value (modulus) of the complex number z = -2 + 3i
Solution:
By the formula z = a + bi
Here,
- a = −2 (real part)
- b = 3 (imaginary part)
Now, substitute into the formula:
This represents the distance from the origin to the point (-2, 3) in the complex plane.
Table of Content
Types of Numbers in Complex Plane
Let us consider the mode of the complex number z is extended from 0 to z, and the mod of a, b real numbers is extended from a to 0 and b to 0. So these values create a right-angle triangle in which 0 is the vertex of the acute angle
So, using Pythagoras' theorem, we get,
|z|2 = |a|2 + |b|2
⇒ |z| = √(a2 + b2)
Now, in the sets of complex numbers z1 > z2 or z1 < z2 has no meaning but |z1| > |z2| or |z1|< |z2| has meaning because |z1| and |z2| is a real number.
Some of the common properties of the modulus of a complex number are:
Example: Calculate absolute value of
Solution:
(i) z = 3 + 4i
Thus, |z| = √(32 + 42)
⇒ |z| = √(9 + 16)
⇒ |z| = √25
⇒ |z| = ±5(ii) z = 5 + 6i
|z| = √(52 + 62)
⇒ |z| = √(25+ 36)
⇒ |z| = √61
The argument of the complex number is the angle inclined from the real axis in the direction of the complex number that is represented on the complex plane or argand plane.
θ = tan-1(b/a)
OR
arg(Z) = tan-1(b/a)
Here, Z = a + ib
Some of the common properties of the argument of complex numbers are:
Example: Find the argument for
Solution:
(i) z = 2 + 2i
θ = tan-1(2/2)
⇒ θ = tan-1(1)
⇒ θ= 45°(ii) z = -4 + 4i
θ = tan-1(4/-4)
⇒ θ= tan-1(-1)
⇒ θ = -45°It is important to note here that the angle θ =-45° is in 4th quadrant, while we always measure angle with the positive x-axis.
So, we will have to add 180° to the answer to obtain the real opposite angle.
So, θ = 180° + (-45°)
⇒ θ = 135°So , the above complex number will make an angle of 135° with the positive x-axis.
Related Articles:
Question 1: Find the absolute value of z = 4 + 8i
Solution:
Given complex number is z = 4 + 8i
As we know that the formula of absolute value is, |z| = √ (a2 + b2)
So, a = 4, and b = 8, we get
|z| = √(42 + 82)
|z| = √80
Question 2: Find the absolute value of z = 2 + 4i
Solution:
Given complex number is z = 2 + 4i
As we know that the formula of absolute value is, |z| = √ (a2 + b2)
So, a = 2, and b = 4, we get
|z| = √(22 + 42)
|z| = √20
Question 3: Find the angle of the complex number: z = √3 + i
Solution:
Given complex number is z = √3 + i
As we know, that, θ = tan-1(b/a)
So, a = √3 , and b = 1, we get
θ = tan-1(1/ √3 )
θ = 30°
Question 4: Find the angle of the complex number: z = 6 + 6i
Solution:
Given complex number is z = 6 + 6i
As we know, that, θ = tan-1(b/a)
So, a = 6 , and b = 6, we get
θ = tan-1(6/6)
θ = 45°
Question 5: Convert z = 5 + 5i into polar form
Solution:
Given complex number is z = 5 + 5i
As we know that, Z = r(cos θ + isin θ) ...(1)
Now, we find the value of r
r = √(52 + 52)
r = √(25 + 25)
r = √50Now we find the value of θ
θ = tan-1(5/5)
θ = tan-1(1)
θ = 45°Now put all these values in eq(1), we get
Z = √50(cos 45° + isin 45°)
Question 6:a
Given complex number is z = 2 + 2√3i
As we know that Z = r(cos θ + isin θ) ...(1)
Now, we find the value of r
r = √(22 + (2√3)2)
r = √(4 + 12)
r = √16
r = 4Now we find the value of θ
θ = tan-1(2√3/2)
θ = tan-1(√3)
θ = 60°Now put all these values in eq(1), we get
Z = 4(cos 60° + isin 60°)