The question is as follows:
In the 3-sphere $S^3 \subset \mathbb{R}^4 $ consider the 1-dimensional distribution defined by $$X = -y \frac{\partial}{\partial x} + x \frac{\partial}{\partial y } - \omega \frac{\partial}{\partial z } + z \frac{\partial}{\partial \omega }$$ Determine the foliation $F$ integrating this distribution.
$\textbf{Some attempt:}$
Let $\gamma (t) = (x(t ), y(t), z(t), \omega (t))$, with initial point $\gamma (0) = (x_0, y_0, z_0 , \omega_0)$. Hence, $\gamma'(t)=(x'(t ), y'(t), z'(t), \omega' (t))$, where $$ \begin{cases} \frac{dx}{dt} = -y \\ \frac{dy}{dt} = x \end{cases} ~~~~ \text{and}~~~~ \begin{cases} \frac{dz}{dt} = -\omega \\ \frac{d\omega}{dt} = z \end{cases}$$ From where this suggests we try $x(t) = A \cos t$ and plugging this into the second equation gives $y(t) = A \sin t$, and it's easy to check that this choice of $x(t)$ and $y(t)$ solves the second equation in the first system. And the same for second system, we have $z(t) = B \cos t$ and $\omega (t) = B \sin t$.
So we have $\gamma (t) = (A \cos t , A \sin t , B \cos t, B \sin t)$ with $\gamma (0) = (A, 0 , B, 0)$. So we get $A = x_0$ and $B=z_0$.
Can some one please let me know if I am wrong?
Thanks!