vault backup: 2025-09-05 20:35:21

This commit is contained in:
arc
2025-09-05 20:35:21 -06:00
parent 772c93dc5a
commit f1f2d53821

View File

@ -30,10 +30,9 @@ $$a_{\text{instant}} = a = \frac{dv}{dt} = \frac{d}{dt} \frac{dx}{dt} = \frac{d^
3. $x = x_0 + v_0 t + \frac{1}{2} a t^2$ - Use when missing $v$
4. $v^2 = v_0^2 + 2a(x - x_0)$ - Use when missing $t$
Kinematics problems have a *start* and an *end* of the motion.
| Initial | Final |
(Actually useful equations)
$$ t = \frac{v_f - v_i}{a} $$
$$s = v_it + \frac{1}{2}at^2 $$
| -------------- | ----- |
| $t_0$ | $t$ |
| $v_0$ | $v$ |