I encountered this very interesting problem in my work and it sounds like this:
Let $a, b, c, d\in\mathbb{Z}$ such that $$ca-3bd=5$$ $$ad+bc=2$$ Prove that at least one of them is $0$.
I tried (using the idea that a perfect square is non-negative) to multiply with $d$ the first relation and then with $c$ the second, and then first with $c$ the first relation and then with $d$ the second and by adding/subtracting I obtained $$a(c^2+3d^2)=5c+6d$$ $$b(c^2+3d^2)=2c-5d$$ but it doesn't help much. How should I approach this problem?
If $w=a+b\sqrt{-3}$ and $z=c+d\sqrt{-3}$, this is saying $wz=5+2\sqrt{-3}.$
Then $|w|^2|z|^2=\left|5+2\sqrt{-3}\right|^2=37.$
But $|w|^2=a^2+3b^2, |z|^2=c^2+3d^2.$
So you actually get that either $|w|^2=1$ or $|z^2|=1$, and hence that either $(a,b)=(\pm 1,0)$ or $(c,d)=(\pm 1,0).$
If you don't want to use complex numbers, then you can prove directly that:
$$(a^2+3b^2)(c^2+3d^2)=(ac-3bd)^2+3(ad+bc)^2$$