I am reformulating my question according to the guidelines I was given. I have the following problem: I cannot find a way to solve the system of equations further down. This is the calculations from top to bottom. All values are in $\mathbb{R}$. \begin{align*} a_1 &:=\frac{x_3-x_1}{2x_7}+\frac{x_7}{2}\\ a_2 &:=\frac{x_2-x_3}{2(x_6-x_7)}+\frac{x_7+x_6}{2}\\ a_3 &:=\frac{x_4-x_2}{2(x_8-x_6)}+\frac{x_8+x_6}{2} \end{align*} We have: \begin{align*} \pi_A &= x_1\cdot a_1 + x_2\cdot (a_3-a_2)\\ \pi_B &= x_3\cdot (a_2-a_1) + x_4\cdot (1-a_3) \end{align*} I then maximize $\pi_A$ w.r.t $x_1$ and $x_2$ and $\pi_B$ w.r.t $x_3$ and $x_4$. So: \begin{align*} \frac{\partial \pi_A}{\partial x_i}&\stackrel{!}{=} 0 \quad i \in \{1,2\}\\ \frac{\partial \pi_B}{\partial x_i}&\stackrel{!}{=} 0 \quad i \in \{3,4\} \end{align*} We solve for $x_i$ for $i= 1\ldots 4$. The solutions are unique and we substitute them back into our functions $\pi_A$ and $\pi_B$. Now this is where my problems and my questions start. I now want to solve: \begin{align} \frac{\partial \pi_A}{\partial x_6}& = 0 \\ \frac{\partial \pi_B}{\partial x_7}& = 0 \\ \frac{\partial \pi_B}{\partial x_8}& = 0 \end{align} I am only interested in solutions that satisfy $0<x_7<x_6<x_8 \le 1$. Any ideas maybe? I am a little familiar with Groebner bases and Buchbgerger's algorithm but have not succeeded trying to apply them. Also here a link to files in Maple and Matlab that I have created in trying to solve this: https://github.com/fabsongithub/Interlacing
For the people interested in the background of those calculations. I use them to find conclusions about a spatial competition model on the Hotelling line.
Using
Mathematica, once we have the desired set of equations:we can obtain a numerical solution as follows:
which means that there are no acceptable solutions, as can also be ascertained graphically:
$\quad\quad\quad\quad\quad\quad$
where of course this is appreciable only in
Mathematicaby rotating the 3D graph.