It's been awhile since I took differential equations. Now I am using differential equations in another class. This is why you shouldn't sell back books from your major courses. :) How would I solve the following differential equation for x(t), y(t), z(t)?
$x'=(1-z^2)y$
$y'=(1-z^2)x$
$z'=0$
Also, the exercise I am looking at is on $S^2$, so $x^2+y^2+z^2=1$. I am not sure if this is relavant but I am telling you just in case.
it's not a linear system, so a general method for this sort would not be the first thing you might learn about. let's see if we can be clever enough to solve.
solve the z'=0 first. you might end up with a linear system then. their are general methods for that, maybe something about diagonalizing the operator, but there may exist other tricks.
can you see a trick for solving something of the type x'=y, y'=x? try to find a differential equation with fewer dependent variables.