Sum of complex radicals squared

38 Views Asked by At

I am solving an exercise of complex numbers. The problem is that my result was -12 and the correct result is 12i.

Exercise:

enter image description here

My development:

Exercise resolved

Could you tell me what I'm failing?

1

There are 1 best solutions below

10
On BEST ANSWER

What you've stumbled upon is the common error called Freshman's Dream. The core problem is that's not how you square quantities. $(a-b)^2$ is $a^2-2ab+b^2$, not $(a^2-b^2)$.

That said, the answer is not $12i$ because there are both real and imaginary terms once you square the quantity, since you do not have a difference of squares.