Hi. I'm trying to make a small simulation of several simple physical systems (C++). I have the differential equation of a spherical pendulum with only the gravity force and without friction.
\theta'' = \sin(\theta) (\cos(\theta) \phi'^2 − \frac{g}{L})
\phi'' = −2 \cot(\theta) \theta' \phi'...