well, i know that the curves is (x,y) where
$\displaystyle\frac{dx}{dt}=-y$
and
$\displaystyle\frac{dy}{dt}=x$
i know that this is a PDE system, my professor said that if use second derivatires it may be turned into the ODE problem
$\displaystyle\frac{d^{2}x}{dt^2}=-x$
and its solution is a linear combination of $sin$ and $cos$, but this talk is too abstract for me, i would like if someone give me a exact solution of this problem. Is there another way, easier to solve this?
Multiply $$\displaystyle\frac{dx}{dt}=-y$$ by $x$ to get $$\displaystyle x\frac{dx}{dt}=-xy$$
Multiply $$\displaystyle\frac{dy}{dt}=x$$ by $y$ to get $$\displaystyle y\frac{dy}{dt}=xy$$
Add them together to get $$ x \frac{dx}{dt} +y \frac{dy}{dt} =0$$
Integrate to get $$ x^2 + y^2 =C $$
That is the integral curve for your system.