Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Is $(a+bi)(a-bi) = a^2 + b^2 $ solely a real number or a complex number?

Writer Olivia Zamora
$\begingroup$

I have not dealt with complex numbers for a while now, but I was wondering if I multiplied the complex number $a+bi$ by its conjugate $a-bi$ to obtain

$$(a+bi)(a-bi) = a^2 + b^2 $$

where $a,b \in \mathbb{R}$, does $a^2 + b^2 \in \mathbb{R}$ or $\mathbb{C}$?

I am pretty sure that the above product is solely a real number since the imaginary number $i$ has been removed, but I want to make sure.

$\endgroup$

4 Answers

$\begingroup$

Yes, it is always in $\mathbb R$. In fact it is the square of the length of the vector pointing to the point in the complex plane.

$\endgroup$ 1 $\begingroup$

Think of this way: let $z_1 = r_1 \angle \theta_1$ and $z_2 = r_2 \angle \theta_2$, then $z_1 z_2 = r_1 r_2 \angle (\theta_1+\theta_2)$.

Now a picture saves the day!enter image description here

$\endgroup$ 2 $\begingroup$

Yes it is a real number. But it is also a complex number as well.

$$\mathbb N \subset \mathbb Z \subset \mathbb Q \subset \mathbb R \subset \mathbb C$$

$a^2+b^2$ is a complex number where the imaginary part is $0$, i.e., Im$(a^2+b^2)=0$.

$\endgroup$ 1 $\begingroup$

$$|(a+bi)|=\sqrt{a^2+b^2}$$ $$|(a+bi)|=\sqrt{(a+bi)(a-bi)} = \sqrt{a^2 + b^2} $$

So yes it is real, for example pick a=4 & b=5:

$$|(4+5i)|=\sqrt{4^2+5^2}=\sqrt{(4+5i)(4-5i)}=\sqrt{41}$$

$\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