Function get_mean_force_over_distance
calculates mean force over push-off distance using work equation
get_mean_force_over_distance( mass, weight = mass * 9.81, take_off_velocity, push_off_distance )
mass | Numeric vector |
---|---|
weight | Numeric vector. Default |
take_off_velocity | Numeric vector |
push_off_distance | Numeric vector |
Numeric vector
get_mean_force_over_distance(100, 100 * 9.81, 4, 0.4)#> [1] 2981