Orbital Mechanics: Vector Analysis, Reference Frames, Vectrix

Added:

Core Objects
Vector Operations
Product Rules
Cross Product
Reference Frames
Vector Components
Component Extraction
Norm Calculation

Core Objects

2:06
Playing Section
  • 1

    Defines scalars, vectors, and matrices as fundamental mathematical building blocks.

  • 2

    Clarifies notations: letters for scalars, arrows for vectors, and underlines for matrices.

  • 3

    Establishes that vectors have both magnitude and direction, unlike scalars.

Fundamental linear algebra, including vector addition, matrix multiplication, and the geometric interpretation of dot and cross products.
Basic classical mechanics, specifically Newton's laws of motion and the concepts of position, velocity, and acceleration vectors.
Introductory multivariable calculus, focusing on vector-valued functions and differentiation of vectors with respect to time.
Basic coordinate geometry and trigonometry, particularly representing 3D coordinates in Cartesian systems.
Derivation of the equations of motion for the classic Two-Body Problem using Vectrix notation.
Coordinate transformations using Direction Cosine Matrices (DCMs), Euler angles, and Quaternions to translate between inertial and body-fixed reference frames.
Spacecraft Attitude Dynamics, analyzing how torque and angular momentum affect a satellite's orientation in space.
Modeling orbital perturbations (such as J2 Earth oblateness and atmospheric drag) using vector-based perturbation equations like Lagrange's or Gauss's planetary equations.
26.5K views386likes1:34:23@SRLabCarletonOriginal Release: 2020-12-23

This lecture introduces the three fundamental mathematical objects used in orbital mechanics: scalars (magnitude-only quantities like speed), vectors (magnitude-and-direction quantities like velocity denoted with an overhead arrow), and matrices (arrays of scalars). Key vector operations include addition (head-to-tail summation with commutative and associative properties), scalar multiplication (scaling magnitude without changing direction), the dot product (producing a scalar equal to ||u||×||v||×cosθ, where perpendicular vectors yield zero), and the cross product (producing a vector with magnitude ||u||×||v||×sinθ and direction determined by the right-hand rule, which is anti-commutative: u×v = -(v×u)). Reference frames are defined by three orthogonal unit vectors (ax, ay, az) that must satisfy ax·ay=0, ax·az=0, ay·az=0, and ax·ax=ay·ay=az·az=1. Any vector can be expressed in a reference frame using the vectrix notation: u = [ax, ay, az]^T × [ux, uy, uz]^T, where the transpose of the vectrix (column matrix of unit vectors) multiplied by the column matrix of scalar components gives the vector. The norm of a vector from its components is calculated as ||u|| = √(ux² + uy² + uz²).