From fd14db20bcbbb2f7fcd34e7294d991d11f50d8f5 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 16:04:52 +0300 Subject: [PATCH] Update index.md --- content/blog/1d-collisions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/1d-collisions/index.md b/content/blog/1d-collisions/index.md index 47c31ed..5e9b60a 100644 --- a/content/blog/1d-collisions/index.md +++ b/content/blog/1d-collisions/index.md @@ -96,7 +96,7 @@ $$ The velocity of the wall will take the following form: $$ -v_w' = \lim\limits_{m_w \to \infty} \frac{2m_1v_1 + v_w(m_w-m_1)}{m+m_w} = \lim\limits_{m_w \to \infty} \frac{2m_1v_1}{m+m_w} = 0 +v_w' = \lim\limits_{m_w \to \infty} \frac{2mv + v_w(m_w-m)}{m+m_w} = \lim\limits_{m_w \to \infty} \frac{2mv}{m+m_w} = 0 $$ This leads to the conclusion that the wall will not change its position, but the particle will change its velocity value to the opposite.