Perifocal Coordinate System¶
A focus-centered right-handed orbital frame whose P-axis points to periapsis, W-axis follows specific angular momentum, and Q-axis completes the orbital plane, making Keplerian state vectors simple functions of true anomaly.
Core Idea¶
The perifocal coordinate system is a right-handed orthonormal frame \((\hat{\mathbf p},\hat{\mathbf q},\hat{\mathbf w})\) tied to a Keplerian orbit. Its origin is the attracting focus; \(\hat{\mathbf p}\) points toward periapsis; \(\hat{\mathbf w}=\mathbf h/\|\mathbf h\|\) follows the specific angular momentum; and \(\hat{\mathbf q}=\hat{\mathbf w}\times\hat{\mathbf p}\) completes the orbital plane.
In this frame a conic orbit has \(z=0\), and position and velocity take compact forms:
Scope of Application¶
PQW coordinates support state-vector generation from classical orbital elements, orbit propagation, maneuver analysis, geometry visualization, ground-track transformations, and conversion to ECI or other frames. NASA guidance treats PQW as one of the standard frames used in attitude and orbital-coordinate transformations.
Clarity¶
State the central body, epoch or osculating element set, handedness, axis definitions, angle units, active-versus-passive rotation convention, and rotation order. Distinguish semilatus rectum \(p\) from the P-axis. Declare how circular, radial, equatorial, or parabolic limiting cases are handled.
Manages Complexity¶
The frame separates intrinsic conic motion from spatial orientation. Radius and velocity are first computed in a two-dimensional orbit plane; inclination \(i\), right ascension of the ascending node \(\Omega\), and argument of periapsis \(\omega\) then rotate that simple state into the chosen inertial frame.
Abstract Reasoning¶
- Determine \(\mathbf h\) and the eccentricity vector.
- Normalize them to obtain W and P.
- Form Q by the declared cross-product order.
- Compute \(p=h^2/\mu\) and true anomaly \(\nu\).
- Evaluate planar position and velocity.
- Build the PQW-to-inertial direction-cosine matrix.
- Apply the matrix consistently to both vectors.
- Verify norm, plane, handedness, and round-trip invariants.
Knowledge Transfer¶
The portable pattern is choose axes from the problem's invariant geometry, solve in the natural plane, then rotate to the reporting frame. It transfers to principal-axis and body-attached coordinates. The proposed immediate parent is Frame of Reference.
Relationships to Other Abstractions¶
Current abstraction Perifocal Coordinate System Domain-specific
Parents (1) — more general patterns this builds on
-
Perifocal Coordinate System is a kind of Frame of Reference Prime
Frame of Reference is the proposed immediate parent.
Hierarchy path (1) — routes to 1 parentless root
- Perifocal Coordinate System → Frame of Reference → Viewpoint
Neighborhood in Abstraction Space¶
Perifocal Coordinate System sits in a sparse region of the domain-specific corpus (98th percentile for distinctiveness): few abstractions share its structure, so a faithful description tends to retrieve it precisely.
Family — Geodesy, Orbits & Coordinate Frames (25 abstractions)
Nearest neighbors
- Longitude of the ascending node — 0.76
- Karlsruhe Metric — 0.75
- Dihedral Angle — 0.74
- Coriolis Force — 0.74
- Flattening — 0.74
Computed from structural-signature embeddings · 2026-09-08