All Articles
Category: Calculating Trajectory
Foreword for the Calculating Trajectory series of articles.
Category: Calculating Trajectory
Discussion of fundamental math concepts for trajectory calculations: coordinate systems, basic algebra, basic trigonometry, vectors , acceleration, velocity, and position.
Category: Calculating Trajectory
How to calculate a simplified 1 dimensional trajectory problem using kinematic equations.
Category: Calculating Trajectory
How to calculate a simplified 2 dimensional trajectory problem using kinematic equations for the x and z directions.
Category: Calculating Trajectory
This article covers how to calculate the aerodynamic drag force. We will convert this drag force into an acceleration in line with our kinematic equations.
Category: Calculating Trajectory
How to model projectile flight in 3 dimensions incorporating aerodynamic drag, and wind effects.
Category: Calculating Trajectory
A comparison between analytical and numerical solutions, and the applications of each.
Category: Calculating Trajectory
How to derive and use linear interpolation to approximate missing values from a table.
Category: Calculating Trajectory
How to install Python on a Windows PC and configure Visual Studio Code for creating Python programs.
Category: Calculating Trajectory
A quick overview of Python programming concepts relevant to coding a Python ballistic calculator.
Category: Calculating Trajectory
How to implement the 3D trajectory equations in the Python programming language.