12.3
Modern aerospace tracking relies on predicting motion in three-dimensional space. Space curves model this motion as paths that change continuously with time.
For example, consider a radar system tracking two objects: an interceptor and a target. Each object is represented by a vector function that gives its position at time t.
These functions generate two space curves that describe each object's path. The goal is to check whether both objects reach the same position at the same time, causing a collision.
A collision requires the position vectors to be identical at the same instant. This means the x, y, and z components must all match for the same value of t, so the two vector functions are set equal component by component.
First, the x-components are compared to find the possible impact times. Each possible time is then substituted into the y and z equations. If one time value satisfies all three equations, the objects collide.
On the other hand, if the same position is reached at different times, the curves may intersect in space, but no collision happens. That’s why collision prediction requires both position and time to match at once.
Modern aerospace navigation depends on the accurate prediction of motion in three-dimensional space. In defense applications, radar systems continuous…
Copyright © 2026 MyJoVE Corporation. All rights reserved.