The formula to calculate the collision speed is:
\[ \text{CS} = \left| \frac{m_1 \cdot v_1 + m_2 \cdot v_2}{m_1 + m_2} \right| \]
Where:
Let's say the mass of object 1 is 5 kg, its velocity is 3 m/s, the mass of object 2 is 10 kg, and its velocity is -2 m/s. Using the formula:
\[ \text{CS} = \left| \frac{(5 \times 3) + (10 \times -2)}{5 + 10} \right| = \left| \frac{15 - 20}{15} \right| = \left| \frac{-5}{15} \right| = 0.33 \, \text{m/s} \]
So, the collision speed is 0.33 m/s.