Projectile Trajectory Algorithm
- Sydney Matinga
- May 23
- 1 min read
Updated: 7 days ago
Codicil 4 to the Xerqon Intellectual Property Agreement
The following Parabolic Trajectory Algorithm is exempt from the Military clauses of the Xerqon Intellectual Property Agreement.
The terms of reference of Codicil 4 to the Xerqon Intellectual Property Agreement conclude here.
The following is the algorithm to track a trajectory of a mass, projected from a surface to another surface under the influence of gravity.
Number is always expressed in the units of
hz * t or m.
T = time duration of trajectory in seconds, s
v = ( h/T ) ——> hz
d = ( h/T ) * t ——> from no units to m
Wind sheer = k * ( ( h/T ) * t
A = h * ( ( 1 hz ) ^ 2 - ( x/h ) ^ 2 ) - k * x
A = h * ( ( 1 hz ) ^ 2 - ( ( h/T ) * t ) ^ 2 ) ^ (1/2) - k * ( ( h/T ) * t ) ,
A = h * ( ( 1 hz ) ^ 2 - ( ( h/T ) * t ) ^ 2 ) ^ (1/2) - k * ( ( h/T ) * t ) ;
The algorithm allows the operator to determine trajectory at any given point in space for its corresponding time.
© Xerqon ABN 97661410108 2023

Comments