Numerical integration methods are used to solve differential equations that govern spacecraft motion:
- Euler Method: Simple but less accurate, good for learning
- Runge-Kutta 4th: High accuracy, commonly used in simulations
- Verlet Integration: Excellent for orbital mechanics
- Leapfrog Method: Energy-conserving, stable for long simulations