I have this problem for a while now and really can't find a solution. I have the following equations:
$p_n=p_1 | \frac{k_{\text{n1}}+\Gamma k_{\text{n2}}}{k_{\text{n3}}+\Gamma k_{\text{n4}}}| {}^2$, for $n=3, 4, 5$
$p_n\in \mathbb{R}$, $p_1\in \mathbb{R}$, $k_{\text{nm}}\in \mathbb{C}$ and $\Gamma \in \mathbb{C}$
Where $p_n$ and $k_{\text{nm}}$ are known. The unknowns are $Re[\Gamma]$, $Im[\Gamma]$ and $p_1$. Since we have 3 frees equations and 3 unknowns, there should be a solution. I posted previously a similar question (Solving two complex equation using two real values) that was similar but with $p_1$ known. And using the Apollonian circle demonstration, it can be found the following equation: $\frac{p_n | k_{\text{n2}} k_{\text{n3}}-k_{\text{n1}}k_{\text{n4}}| {}^2}{p_1 \left(|k_{\text{n2}}| {}^2-\frac{p_n}{p_1} | k_{\text{n4}}|{}^2\right){}^2}=(Im[\Gamma]+Im[\Delta ])^2+(Re[\Gamma]+Re[\Delta])^2$ with $\Delta=\frac{k_{\text{n1}} \left(k_{\text{n2}}\right){}^* -\frac{p_n}{p_1}k_{\text{n3}}\left(k_{\text{n4}}\right){}^*}{| k_{\text{n2}}|{}^2 -\frac{p_n}{p_1} | k_{\text{n4}}| {}^2}]$
If we expand the previous equation, we can find write each equations over the matrix form. $0=P^T.A_n.\Gamma _r+P^T.B_n.\Gamma _i$ where $P=\begin{pmatrix}1\\\ p_1 \\\ p_1^2\end{pmatrix}$, $\Gamma_r=\begin{pmatrix}1\\\ Re[\Gamma] \\\ Re[\Gamma]^2\end{pmatrix}$ and $\Gamma_i=\begin{pmatrix}1\\\ Im[\Gamma] \\\ Im[\Gamma]^2\end{pmatrix}$
In that case, $A_n$ and $B_n$ are known 3*3 matrices generated by the $k_{nm}$. Sadly, from here, I'm not sure where to go. Here is what I tried:
-Using Wolfram Mathematica, I tried to solve the system of equation in either form with or without values. Every one of those scenarios seems to complex to be solved as is.
-I also tried to solve it visually. Essentially, those each of those equation define an exponential cone that will all meet in one or more location for three given values of $p_n$. Using Wolfram, I'm able to plot it and can find quite easily the right answer. But, it is not able to find the numerical value.
Do you have any idea how I can solve this problem?
Thanks
My issue is to find a solution to that equation since it's to complex for a Solve in Mathematica.
– Julien Jun 27 '23 at 18:15