Let $\mathbb{PD}_3 \subset \mathbb{R}^{3 \times 3}$ be the set of the positive-definite $3 \times 3$ real matrices.
For given $v \in \mathbb{R}^{3 \times 1}$, consider the function $f_v: \mathbb{PD}_3 \times \mathbb{R}^{3} \rightarrow \mathbb{R}_{\geq 0}$ defined as
$$ f_v(X,y) := y^\top X y + 2 y^\top X v + v^\top X v $$
We notice that $f_v$ is quadratic in $y$ (for fixed $X$) and linear in $X$ (for fixed $y$).
For given $F \in \mathbb{R}_{>0}$, consider the nonlinear optimization problem:
$$ \min_{X,y} \ \left\| \left( \begin{array}{c} f_{v_1}(X,y)\\f_{v_2}(X,y) \\ \vdots\\ f_{v_N}(X,y) \end{array} \right) - \left( \begin{array}{c} F \\ F \\ \vdots \\ F \end{array} \right) \right\|. $$
To solve it, we have the following iterative scheme.
$X^{(1)} := I_3$ (identity matrix).
Fix $X \equiv X^{(1)}$ and compute $y^{(1)}$ as solution of the optimization problem (say in the only variable $y$).
Fix $y \equiv y^{(1)}$ and compute $X^{(2)}$ as solution of the optimization problem (say in the only variable $X$).
Iterate this ping-pong.
Q1. What can we claim about $X^{(\infty)}$ and $y^{(\infty)}$? Are we getting at least a local minimum?
Q2. Assume that the vectors $v_1,...,v:N$ are such that the optimal $X^*$ is "close" to be the identity, say $||X^∗ − I_3|| \leq \delta$ for some $\delta > 0$.
For what values of $\delta$ we can eventually get $(X^{(n)},y^{(n)}) \rightarrow (X^∗,y^∗)$?