I have a system of two equations that need to be satisfied simultaneously, where $A,B,x,y\in\mathbb{C}$; they have the form: \begin{eqnarray} Ax=-yB\nonumber\\ B\bar{x}=-\bar{y}A \end{eqnarray} where $\bar{z}$ represents the complex conjugate of a complex number $z$. We aim to solve for $A,B$, more explicitly, the ratio between both, without making any assumptions on the form of $A,B,x,y$.
We can obtain by dividing them that: \begin{eqnarray} \left(\frac{A}{B}\right)^{2}=\frac{\bar{x}y}{x\bar{y}}=e^{i2\theta}, \end{eqnarray} where $\theta$ is a phase angle that will generally be given by: \begin{eqnarray} \theta = \arctan\left(\frac{\text{Im}(\bar{x}y)}{\text{Re}(\bar{x}y)}\right). \end{eqnarray} Is this solution a valid one? Otherwise, I assume the system has no "non-trivial" solution. The only important ratio to determine is $A/B$.