Substituting part of the lift equation with the climbrate
If we want to use the lift equation using only a limited amount of externally observed movements of the aircraft, we’ll need to substitute the lift parameter with the observed climbrate instead. Doing this requires decomposing the lift into the various units it is defined by.
Assuming we are deriving this information from timestamped position updates (latitude, longitude, altitude), we should interpolate these points to get information remotely useful.
Assuming the calculation of
Velocity:
Change in velocity:
Acceleration:
Rewriting the lift equation
There are multiple paths to embed this information into the lift formula. The simplest of all is to take the lift force represented in newtons (
Deconstruct lift into mass and acceleration; we are able to compute acceleration based on reported information:
The implication of only using the acceleration as a substitution for the climbrate is that we should move the mass over to the other side:
From this rewritten lift formula it becomes evident that we are missing several crucial pieces of information if we truly want to retrieve the total amount of lift only based on the position information alone. Specifically being the lift coefficient, wing area and aircraft mass.
See also Position, Velocity, Acceleration and Jerk for a handy chart on the differences between these.