M HYPE SPLASH
// news

Why is $ |z|^2 = z z^* $?

By Andrew Adams
$\begingroup$

I've been working with this identity but I never gave it much thought. Why is $ |z|^2 = z z^* $ ? Is this a definition or is there a formal proof?

$\endgroup$ 4

3 Answers

$\begingroup$

I take it that $z^*$ means the conjugate of $z$, then it follows from nothing more than algebra:

$$zz^* = (a+bi) \cdot (a-bi) = a^2 - abi + abi + b^2 = a^2 + b^2 = |z|^2$$

$\endgroup$ $\begingroup$

Let $z=x+iy$, for $x,y \in \mathbb{R}$. Then $zz^*=(x+iy)(x-iy)=x^2+y^2=|z|^2$.

$\endgroup$ $\begingroup$

There is no formal proof: it's a definition.

Looking at $z=x+yi$ and doing $$ zz^*=(x+yi)(x-yi)=x^2+y^2 $$ shows that, when we interpret a complex number as a point in the Argand-Gauss plane, $|z|$ represents the distance of the point from the origin.

$\endgroup$

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