Solving Rectilinear Problems
The basic equations
Almost every particle rectilinear kinematic problem can be solved by manipulating the following three equations.
- Velocity: v = ds/dt
- Acceleration: a = dv/dt
- Acceleration as a function of position: a ds = v dv
Time-dependent equations
If the velocity or acceleration are dependent on time, the above velocity and acceleration equations may be integrated to find position or velocity. Note that when integrating, limits are required to obtain a solution.
- Velocity → Position: v = ds/dt → ∫v dt = ∫ds
- Acceleration → Velocity: a = dv/dt → ∫a dt = ∫dv
Position-dependent equations
If the velocity or acceleration are dependent on position, the following equation may be used.
- Acceleration depends on position: ∫a ds = ∫v dv
- Velocity depends on position: ∫dt = ∫(1/v)ds
Acceleration as a function of velocity
If the acceleration depends on velocity, the following equations may be used.
- Acceleration → Velocity: ∫dt = ∫(1/a) dv
- Acceleration → Position: ∫ds = ∫(v/a) dv
Constant-acceleration equations
If acceleration is constant, the following equations may be used.
- v = v0 + a0(t - t0)
- v2 = 2a0(s - s0) + v02
- s = s0 + v0(t - t0) + a0(t - t0)2/2