Update index.md

This commit is contained in:
Виктор 2024-04-29 14:54:26 +03:00 committed by GitHub
parent 8c34f0a539
commit 59e8bf21f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,10 @@
## 3.
Firstly, it is essential to comprehend how the velocity of the bodies after collision is calculated. We will solve the problem in the elastic collision model (one-dimensional Newtonian).
# 3.1
$$
m_{1}\vec{v}_{1} + m_{2}\vec{v}_{2} = m_{1}\vec{v'}_{1} + m_{2}\vec{v'}_{2}
$$