Is it possible to get the cross product of two vectors $\vec{v_2}$ and $\vec{v_3}$, given the result of each cross product with a common vector $\vec{v_1}$?
e.g. $$ \vec{v_i} \in \mathbf{R}^2_+ \\ \lVert\vec{v_1} \times \vec{v_2}\lVert = 0.10007117 \\ \lVert\vec{v_1} \times \vec{v_3}\lVert = 0.05423194 \\ $$ find $\lVert\vec{v_2} \times \vec{v_3}\lVert$ . which is $0.01196676$, since i randomly generated 3 vectors: $$ v_1 = (0.97986514, 0.40872297) \\ v_2 = (0.69637269, 0.39259962) \\ v_3 = (0.2602131 , 0.16388685) $$
Is there any way to get to the answer without knowing the explicit vectors?
No. For example, $\vec{v1} = (0,1)$
The following to set of $\vec{v2}, \vec{v3}$ give the same $\vec{v1} \times \vec{v2}$ and $\vec{v1} \times \vec{v3}$, yet their $\vec{v2}\times\vec{v3}$ are different.