I have the following system of equations
$$\sin(t_1 - t_2) = c_1 \sin(t_1)$$ $$\sin(t_2) = c_2 \sin(t_1)$$
where $c_1, c_2$ are known constants.
And I would like to find all the solutions in closed form over $(t_1, t_2) \in (0, 2\pi) \times (0, 2\pi) $
Note that it is required that $t_1 \ne 0$ and $t_2 \ne 0 $ and $t_1 \ne t_2 $.
Context:
The context of this problem is finding conjugate diameters of an ellipse passing through three given points, and that has a known center.
In particular, suppose the center is the vector $C$ and the three points through which the ellipse passes are $P_1, P_2, P_3$ then a parametric equation of this ellipse is
$ P(t) = C + F_1 \cos(t) + F_2 \sin(t) $
where $F_1$ and $F_2$ are called the conjugate semi-diameters, and are not unique. So now define
$V_1 = P_1 - C , V_2 = P_2 - C , P_3 - C $ then
Then the shifted ellipse has the equation
$ V(t) = F_1 \cos(t) + F_2 \sin(t) $
We can choose $V(0)$ to be $V_1$ , then
$ V(t) = V_1 \cos(t) + F_2 \sin(t) $
At times $t_1$ and $t_2$ we have
$ V(t_1) = V_2 = V_1 \cos(t_1) + F_2 \sin(t_1) $
Now, since we are in $2D$, then $V_3 = c_1 V_1 + c_2 V_2$, and $F_2 = a V_1 + b V_2 $ where $c_1$ and $c_2$ are known, while $a$ and $b$ are unknown.
With this, and from the linear independence of $V_1$ and $V_2$ , it follows that
$ 0 = \cos(t_1) + a \sin(t_1) \hspace{15pt}(1)$
$ 1 = b \sin(t_1) \hspace{15pt}(2)$
And finally, at $t = t_2$ we have
$ V(t_2) = V_3 = c_1 V_1 + c_2 V_2 = V_1 \cos(t_2)+ (a V_1 + b V_2) \sin(t_2) $
From which we get another two equations
$ c_1 = \cos(t_2) + a \sin(t_2) \hspace{15pt}(3) $
$ c_2 = b \sin(t_2) \hspace{15pt}(4)$
Eliminating $a$ and $b$ from equations $(1)-(4)$ yields the system of two equations above in $t_1 $ and $t_2 $.