square of complex numbers

67 Views Asked by At

I have this equation from here:

enter image description here

but it is not equal to:

$$(a + bi)^2 = a^2 + 2abi + (bi)^2.$$

could someone explain me what is the difference between this two calcultion?

1

There are 1 best solutions below

0
On BEST ANSWER

$|a+bi|^2 = a^2+b^2$, as you say. And $(a + bi)^2 = a^2 + 2abi + (bi)^2$, as you say.

You would expect that $|a+bi|^2 = |(a+bi)^2|$, and that's what happens:

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

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