Celeb Glow
general | April 13, 2026

What is the use of modulus in complex number?

$\begingroup$

The modulus of the complex number $z = a + bi$ is denoted by $|z|$ and is given by $|z| = \sqrt{a^2+b^2}$.

What is the meaning of this? What is a modulus?

$\endgroup$ 3

1 Answer

$\begingroup$

A complexe number $z=a+ib$ is a point $ M$ in the plane $\Bbb R^2$. the coordinates of the point $ M $ are $(a,b)$.

the modulus of $ z$ represents the Euclidian distance between the point $M(a,b)$ and the origin $O(0,0)$.

$$d(O,M)=||\vec{OM}||=\sqrt{(a-0)^2+(b-0)^2}$$$$=\sqrt{a^2+b^2}=|z|$$

$\endgroup$ 1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy