Module initial_conditions::kinematics::linear_motion [] [src]

Functions

first_accel

First Equation of Motion:

Returns the acceleration (a) given initial and final velocities (v_i and v_f, respectively), over a time (t)

first_velocity

First Equation of Motion:

Returns the final velocity (v) assuming a constant acceleration (a) during a time (t).

second_position

Second Equation of Motion:

Returns the final position (x) given the initial velocity (v_i), the total time (t), and the acceleration (a).