Files
hp-prime-content/notes/phys1/phys1_extra.txt
2026-05-06 07:20:34 -05:00

21 lines
368 B
Plaintext

--- ELASTIC COLLISIONS ---
(vA' and vB' are final velocities)
vA' Formula:
vA=((m1-m2)/(m1+m2))*v1+(2*m2/(m1+m2))*v2
vB' Formula:
vB=(2*m1/(m1+m2))*v1+((m2-m1)/(m1+m2))*v2
--- TORRICELLI (NO TIME) ---
(vf = final, vi = initial, a = accel, d = dist)
Final Velocity:
vf=sqrt(vi^2+2*a*d)
Distance/Displacement:
d=(vf^2-vi^2)/(2*a)
Acceleration:
a=(vf^2-vi^2)/(2*d)