mirror of
https://github.com/grey-cat-1908/website.git
synced 2024-11-11 18:57:26 +03:00
Update index.md
This commit is contained in:
parent
59e8bf21f2
commit
46f948ee88
1 changed files with 4 additions and 2 deletions
|
@ -1,9 +1,11 @@
|
||||||
|
|
||||||
## 3.
|
## 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).
|
Firstly, it is essential to comprehend how the velocity of the particles after collision is calculated. We will solve the problem in the elastic collision model (one-dimensional Newtonian).
|
||||||
|
|
||||||
|
### 3.1
|
||||||
|
|
||||||
|
|
||||||
# 3.1
|
|
||||||
|
|
||||||
$$
|
$$
|
||||||
m_{1}\vec{v}_{1} + m_{2}\vec{v}_{2} = m_{1}\vec{v'}_{1} + m_{2}\vec{v'}_{2}
|
m_{1}\vec{v}_{1} + m_{2}\vec{v}_{2} = m_{1}\vec{v'}_{1} + m_{2}\vec{v'}_{2}
|
||||||
|
|
Loading…
Reference in a new issue