City of DisCosmicism without consolation

Launch and orbital motion · Part II

Velocity Vector Laboratory

Give a spacecraft an altitude, a radial velocity and a tangential velocity. PHP then integrates the resulting two-body trajectory. Try the same total speed in different directions and the geometry becomes difficult to misunderstand.

Configure the initial state

The model begins at the chosen altitude on the positive x-axis. Positive radial velocity points away from the body; negative radial velocity points downwards. Positive tangential velocity points prograde around the diagram. The trajectory is then stepped forward using a velocity-Verlet integrator.

Total speed7,788.0 m/s
Circular speed7,788.5 m/s
Escape speed11,014.6 m/s
Eccentricity0.00013
Periapsis altitude198.4 km
Apoapsis altitude200.0 km
Period88.3 min
Specific energy-30.334 MJ/kg
Actual step5.000 s
Bound non-intersecting orbit
Numerically integrated trajectory around EarthThe path produced by the selected initial radial and tangential velocity components. Earth · vᵣ 0 m/s · vₜ 7,788 m/s Green: trajectory · blue: initial velocity direction · auto-scaled view

The path is generated server-side when you submit the form. For numerical safety, very long runs may use a larger time step than requested so the calculation stays below 18,000 integration steps.

What the controls reveal

Set vₜ to zero

With no tangential component, angular momentum about the body's centre is zero. Even a very large upward speed is just radial motion. Below escape energy the craft rises, stops and returns along a body-intersecting path.

Set vᵣ to zero and vₜ near circular speed

The path becomes almost circular. Gravity is still present at every instant; indeed gravity is precisely what supplies the inward acceleration required to keep turning the velocity vector.

Increase vₜ above circular speed

The current point becomes near periapsis and the opposite side of the orbit rises. Continue increasing tangential speed and the ellipse stretches until the specific orbital energy reaches zero. Beyond that boundary the path is unbound.

Add radial velocity

You change where the spacecraft is on its ellipse. The initial point is no longer necessarily an apsis because part of the velocity points towards or away from the central body.

Important: this is an educational two-body model, not mission-planning software. It ignores atmosphere, thrust, lift, drag, non-spherical gravity, third bodies, relativistic effects and finite vehicle size.

Why this answers the launch question

A launcher's job is not merely to make the altitude number large. It must manufacture angular momentum. In low Earth orbit that means kilometres per second of velocity that is predominantly tangential. The early vertical climb is therefore a temporary geometric necessity, not the destination of the ascent.

Continue to launch direction and Earth rotation