I have a continuous closed parametric curve $$ \begin{align} x &= \arccos\left(-\frac{Q × \sqrt{\frac{1}{3}} \left(\tan\left(\frac{π}{4} u\right)^2 - 1\right) - \sqrt{\frac{2}{3}} \left(\tan\left(\frac{π}{4} u\right) + 1\right)}{Q × \left(\tan\left(\frac{π}{4} u\right)^2 - 1\right) + 2}\right), \\ y &= \arctan\left( Q × \sqrt{\frac{2}{3}} \left(\tan\left(\frac{π}{4} u\right)^2 - 1\right) + \sqrt{\frac{1}{3}} \left(\tan\left(\frac{π}{4} u\right) - 2\right)\right) + \frac{π}{6} k, \\ -2& ≤ u ≤ 2, \end{align} $$ where $Q$ is a positive constant and $k$ is an integer.
I want to convert it into an implicit curve, but I'm struggling to eliminate the parameter $u$. Asking WolframAlpha to solve either equation for $u$ produces multiple results, but substituting each of those results into the remaining equation only produces partial curves instead of a continuous closed curve, and I haven't been able to figure out a way to algebraically manipulate any of them to get the closed curve I need.
The curve is the projection of a circle from 3D space and spherical coordinates $(r, θ, φ)$ into 2D space, with the inclination $θ$ as the $x$-value and the azimuth $φ$ as the $y$-value. The 3D circle lies on the surface of a sphere of radius 1 centered on the origin, and is the intersection between that sphere and the plane given by the equation $$ -\sqrt{\frac{29 - 2 \sqrt{2}}{51}} × x - \sqrt{\frac{5 + 2 \sqrt{2}}{17}} × y - \sqrt{\frac{7 - 4 \sqrt{2}}{51}} × z = \sqrt{\frac{7 - 4 \sqrt{2}}{17}} $$
I am hopeful that a solution exists in this case because I was able to successfully convert a different circle (sitting on the same sphere as the one in this question) from parametric to implicit form.
How should I go about this? Is there a way to tell if a solution does or does not exist?