get_take_off_velocity returns take off velocity when mean_force is applied to the object
of mass over push_off_distance in vertical direction, assuming zero starting velocity
get_take_off_velocity( mean_force = 3000, mass = 75, push_off_distance = 0.4, gravity_const = 9.81 )
| mean_force | Numeric vector. Default 3000 |
|---|---|
| mass | Numeric vector. Default 75 |
| push_off_distance | Numeric vector. Default 0.4 |
| gravity_const | Numeric vector. Default 9.81 |
Numeric vector
get_take_off_velocity( mean_force = 2000, mass = 85, push_off_distance = 0.4 )#> [1] 3.312934