Relative Motion System Analysis

System of Equations Description

The system describes the relative motion of two objects A and B in 3D space:

\[ \begin{cases} y_a + v_{ay}\frac{x_b - x_a}{v_{ax} - v_{bx}} = y_b + v_{by}\frac{x_b - x_a}{v_{ax} - v_{bx}} \\[1em] z_a + v_{az}\frac{x_b - x_a}{v_{ax} - v_{bx}} = z_b + v_{bz}\frac{x_b - x_a}{v_{ax} - v_{bx}} \\[1em] v_{bx}^2 + v_{by}^2 + v_{bz}^2 = s_b^2 \end{cases} \]
System of Equations
Variables
Solution Method

Variables Definition