Open In App

Absolute Value of a Complex Number

Last Updated : 29 May, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

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:

|z| = \sqrt{ (a^2 + b^2)}

Where:

  • a is the real part of z,
  • b is the imaginary part of z,
  • The square root operation ensures the result is always non-negative.
Absolute-Value-of-Complex-Number
Absolute Value of a Complex Number

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:

d = \sqrt{(a-0)^2+ (b-0)^2} = \sqrt{a^2+b^2}

Example: Calculate the absolute value (modulus) of the complex number z = -2 + 3i

Solution:

By the formula z = a + bi
|z| = \sqrt{ (a^2 + b^2)}
Here,

  • a = −2 (real part)
  • b = 3 (imaginary part)

Now, substitute into the formula: |z| = \sqrt{ (-2)^2 + (3)^2)} = \sqrt{ 4 + 9} = \sqrt{13}
|z| = \sqrt{13}
This represents the distance from the origin to the point (-2, 3) in the complex plane.

Types of Numbers in Complex Plane

  • Real Number: A real number is a number that is present in the number system, which can be positive, negative, integer, rational irrational, etc.
    • For example, 23, -3, 3/6.
  • Imaginary Number: Imaginary numbers are those numbers that are not real numbers.
    • For example, √3, √11, etc.
  • Zero Complex Number: A zero complex number is a number that has its real and imaginary parts both equal to zero.
    • For example, 0 + 0i.

Proof of the ,Absolute Value of Complex Numbers

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. 

Properties of Modulus of a Complex Number

Some of the common properties of the modulus of a complex number are:

  1. |z| = 0 ⇔ z = 0i, i.e., Re(z) = 0 and Im(z) = 0
  2. |z| = |\bar{z}    | = |-z|
  3. -|z| ≤ Re(z) ≤ |z|, -|z| ≤ Im(z) ≤ |z|
  4. z.\bar{z} = |z2|
  5. |z1z2| = |z1||z2|
  6. |z1 / z2| = |z1|/|z2|
  7. |z1 + z2|2 = |z1| + |z2| + 2Re(z1\bar{z}_2    )
  8. |z1 - z2|2 = |z1| + |z2| - 2Re(z1\bar{z}_2    )
  9. |z1 + z2|2 ≤ |z1| + |z2|
  10. |z1 - z2|2 ≥ |z1| - |z2|
  11. |az1 - bz2|2 + |bz1 + az2|2 = (a2 + b2)(|z1|2 + |z2|2) Or |z1 - z2|2 + |z1 + z2|2 = 2(|z1|2 + |z2|2)
  12. |zn| = |z|n
  13. 1/z = a - ib/a2 + b2 = \bar{z}   /|z|2

Example: Calculate absolute value of

  • z = 3 + 4i
  • z = 5 + 6i

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

Argument of Complex numbers

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

Properties of the planeArgument of Complex Number

Some of the common properties of the argument of complex numbers are:

  • arg(Zn) = n arg(Z)
  • arg (Z1/ Z2) = arg (Z1) – arg (Z2)
  • arg (Z1 Z2) = arg (Z1) + arg (Z2)

Example: Find the argument for

  • z = 2 + 2i
  • z = -4 + 4i

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:

Solved Question on Absolute Value of a Complex Number

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 = √50

Now 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 = 4

Now 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°)


Next Article

Similar Reads