For a given $A\in\mathbb{C}^{n\times n}$ and $a\in\mathbb{C}$, $|a|\leq1$ , assume that $x^*Ax=a$ holds for some unit vector $x\in\mathbb{C}^{n}$.
I want to find that $x$.
I couldn't solve it even for unitarily diagonalizable case: $A=U\Sigma U^*$. In that case we end up with two equations:
$$\frac{\sigma_1|y_1|^2}{a}+\frac{\sigma_2|y_2|^2}{a}+\cdots+\frac{\sigma_2|y_2|^2}{a}=1,$$ $$|y_1|^2+|y_2|^2+\cdots+|y_n|^2=1,$$
where $y=U^*x$ and $\sigma_i's$ are singular values of $A$. The two equations are ellipsoid and sphere equations, and there might be more than one $y$ that satisfy them. However, I need only one solution. Any comment on general case would be appreciated.