Space dynamics study track

Classical mechanics for orbits, attitude, rockets, and navigation.

This section is an original study guide synthesized from the uploaded Introduction to Space Dynamics chapter structure. It avoids copying the book and turns the concepts into explanations, equations, animations, and WebGL learning scenes.

Book-to-web synthesis

Course Map

Use this as a conceptual map: the PDF is a mechanics text, so the web version is organized around what a learner needs to model motion, attitude, and propulsion.

01

Vectors and Frames

Treat position, velocity, acceleration, force, moment, angular velocity, and vector derivatives as frame-aware quantities.

02

Kinematics

Resolve motion in radial-transverse, tangential-normal, and rotating-frame components before applying forces.

03

Coordinate Transforms

Use direction cosines and Euler angles to move between inertial, orbital, Earth-fixed, and body frames.

04

Satellite Orbits

Central-force motion creates conic sections; energy and angular momentum determine orbit size, shape, and speed.

05

Impulsive Maneuvers

Short burns change velocity, which changes energy and angular momentum; transfers are geometry plus timing.

06

Gyrodynamics

Rigid bodies carry angular momentum; torques, inertia tensors, precession, nutation, and spin-axis stability dominate attitude behavior.

07

Gyro Instruments

Rate gyros, integrating gyros, gyrocompasses, and stable platforms convert rotation physics into navigation signals.

08

Vehicle Motion

Rockets couple translation, rotation, variable mass, thrust misalignment, damping, and changing inertia.

09

Performance Optimization

Staging, propellant use, gravity turn, and trajectory shaping are constrained optimization problems.

10

Generalized Mechanics

Virtual work, D'Alembert, Hamilton, and Lagrange methods give compact equations for constrained space systems.

Interactive orbit lab

Energy and angular momentum decide the path

For a two-body model, gravity points toward the focus. A circular orbit is one special energy level; increasing speed at the same radius can stretch the path into an ellipse, parabola, or escape hyperbola.

Earth presetCircular path- energy- eccentricity
- angular momentum- perihelion- aphelion- sidereal period
- perihelion speed- aphelion speed- speed ratio- starting apsis

Selecting a planet loads its heliocentric ellipse. The speed factor perturbs the tangential speed at the selected apsis while keeping the same starting distance from the Sun. Bound elliptical mode keeps eccentricity below 1.

Core Equations

Equations to understand before simulating

These are paraphrased learning anchors, not verbatim textbook content.

Circular speed

\[v=\sqrt{\frac{\mu}{r}}\]

The speed required for a circular orbit at radius r around a body with gravitational parameter mu.

Specific orbital energy

\[\varepsilon=\frac{v^2}{2}-\frac{\mu}{r}\]

Negative energy is bound, zero is parabolic escape, positive is hyperbolic escape.

Angular momentum

\[\mathbf{h}=\mathbf{r}\times\mathbf{v}\]

The conserved vector that fixes orbital plane orientation in the ideal two-body problem.

Conic orbit

\[r=\frac{p}{1+e\cos\nu}\]

A single expression covers circles, ellipses, parabolas, and hyperbolas by eccentricity e.

Kepler period

\[T=2\pi\sqrt{\frac{a^3}{\mu}}\]

For elliptical orbits, period depends only on semimajor axis in the two-body approximation.

Rigid-body attitude

\[\mathbf{M}=\frac{d\mathbf{H}}{dt}\]

External moment changes angular momentum; inertia distribution controls the response.

Gyrodynamics

Attitude is a vector problem, not a decoration

A spinning vehicle resists changes to its angular momentum. If a torque is applied off-axis, the response is often precession rather than simple tipping. That is why satellite attitude control uses reaction wheels, thrusters, momentum management, sensors, and carefully modeled inertia.

  • Stable spin normally prefers maximum or minimum principal inertia axes.
  • Nutation is a wobble of the body axis around angular momentum.
  • Thrust misalignment can excite attitude drift and pointing errors.

Applied Space Dynamics

Where the chapters connect to missions

Mathematical model

Orbital mechanics proof model

Space Dynamics simulations are derived from conserved energy, angular momentum, and conic-section mechanics. This page is the equation-first reference for the rest of the site.

Specific energy

\[\varepsilon=\frac{v^2}{2}-\frac{\mu}{r}\]

Negative energy gives bound ellipses, zero gives parabolic escape, and positive gives hyperbolic escape. The simulator's orbit class follows this sign.

Angular momentum

\[h=\lvert \mathbf{r}\times\mathbf{v}\rvert\]

Angular momentum fixes the orbital plane and areal velocity. This proves why changing speed changes eccentricity rather than producing arbitrary paths.

Vis-viva equation

\[v^2=\mu\left(\frac{2}{r}-\frac{1}{a}\right)\]

The displayed perihelion and aphelion speeds are checked against vis-viva for the selected semi-major axis.

Verification standard: the rendered object must be reproducible from stated equations, catalog parameters, or explicit geometric transforms. Visual reference images may inform presentation only; they are not the source of orbital positions, field vectors, accretion-disk gradients, timing, or engineering layout.

Limitations: browser scenes may use bounded scale, compressed distances, simplified two-body dynamics, schematic transfer curves, or educational approximations where full numerical ephemerides, CFD, finite-element models, or general-relativistic ray tracing are outside the page scope. Those simplifications are part of the model contract, not hidden image-based construction.

Open the full site-wide mathematical verification policy