From a3b1c468fd7e498f0876b309c7ab74b37f2241b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80?= <61203964+grey-cat-1908@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:41:57 +0300 Subject: [PATCH] Update index.md --- content/blog/1d-collisions/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/1d-collisions/index.md b/content/blog/1d-collisions/index.md index a4f4184..5b46f16 100644 --- a/content/blog/1d-collisions/index.md +++ b/content/blog/1d-collisions/index.md @@ -1,9 +1,9 @@ -## 3. +## 3. The consequences of collisions 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 The consequences of particle collisions. +### 3.1 With particle Consider two particles, designated as particles `1` and `2`, with respective masses $m_1$ and $m_2$. Before the collision, the velocities of particles 1 and 2 are $v_1$ and $v_2$, respectively. After the collision, the velocities of particles 1 and 2 are $v_1'$ and $v_2'$, respectively.