Calculate the final velocities or initial velocities of two objects in a closed system using our Conservation of Momentum Calculator. Ideal for physics students, teachers, and professionals.
Enter any four inputs and click on Calculate button
How to use this Conservation of Momentum Calculator 🤔
There are input fields for Mass of object 1 \((m₁)\), Initial velocity of object 1 \((u₁)\), Final velocity of object 1 \((v₁)\), Mass of object 2 \((m₂)\), Initial velocity of object 2 \((u₂)\), and Final velocity of object 2 \((v₂)\). Enter any four inputs and click on Calculate button.
The calculator uses the \( m_1 \cdot u_1 + m_2 \cdot u_2 = m_1 \cdot v_1 + m_2 \cdot v_2 \) formula, substitues given values, and calcuates the missing value.
The missing value is calcuated and displayed in the input field. Also, the caculation is displayed under the input section.
What is Conservation of Momentum?
The principle of conservation of momentum states that in a closed system, where no external forces are acting, the total momentum before an interaction is equal to the total momentum after the interaction. This means that the momentum is conserved and does not change, even if the objects involved collide or interact.
Calculating Conservation of Momentum
The conservation of momentum can be calculated using the formula:
{
"topic": "conservation-of-momentum",
"input_types": [
"float",
"float",
"float",
"float",
"float",
"float"
],
"input_labels": [
"m₁",
"u₁",
"v₁",
"m₂",
"u₂",
"v₂"
],
"input_descriptions": [
"Mass of object 1",
"Initial velocity of object 1",
"Final velocity of object 1",
"Mass of object 2",
"Initial velocity of object 2",
"Final velocity of object 2"
],
"input_units": [
"kg",
"m/s",
"m/s",
"kg",
"m/s",
"m/s"
],
"input_values": [
"",
"",
"",
"",
"",
""
],
"formula_mathjax": "\\( m_1 \\cdot u_1 + m_2 \\cdot u_2 = m_1 \\cdot v_1 + m_2 \\cdot v_2 \\)",
"input_pre_msg": "Enter any four inputs and click on Calculate button",
"type": "Calculate",
"title": "Conservation of Momentum Calculator",
"description": "Calculate the final velocities or initial velocities of two objects in a closed system using our Conservation of Momentum Calculator. Ideal for physics students, teachers, and professionals.",
"category": "Kinematics",
"template": "physics",
"formulas": [
{
"parameters": [
"m₁",
"u₁",
"m₂",
"u₂",
"v₂"
],
"outputs": [
{
"label": "v₁",
"formula": "( m₁ * u₁ + m₂ * u₂ - m₂ * v₂ ) / m₁ ",
"formula_mathjax": "\\( \\frac{ m₁ \\times u₁ + m₂ \\times u₂ - m₂ \\times v₂ }{ m₁ } \\)"
}
],
"example_heading": "Consider that there is a head on collision of two objects. The collision is perfectly elastic. The two objects are having a mass of _m₁_ and _m₂_ with initial velocities of _u₁_ and _u₂_ respectively.<br>What is the final velocity of first object when the final velocity of second object is _v₂_?",
"examples": [
{
"m₁": 10,
"u₁": 20,
"m₂": 8,
"u₂": 4,
"v₂": 16
},
{
"m₁": 1,
"u₁": 10,
"m₂": 1,
"u₂": 5,
"v₂": 10
}
]
},
{
"parameters": [
"m₁",
"u₁",
"m₂",
"u₂",
"v₁"
],
"outputs": [
{
"label": "v₂",
"formula": "( m₁ * u₁ + m₂ * u₂ - m₁ * v₁ ) / m₂ ",
"formula_mathjax": "\\( \\frac{ m_1 \\cdot u_1 + m_2 \\cdot u_2 - m_1 \\cdot v_1 }{ m_2 } \\)"
}
]
},
{
"parameters": [
"m₁",
"v₁",
"m₂",
"v₂",
"u₂"
],
"outputs": [
{
"label": "u₁",
"formula": "( m₁ * v₁ + m₂ * v₂ - m₂ * u₂ ) / m₁ ",
"formula_mathjax": "\\( \\frac{ m_1 \\cdot v_1 + m_2 \\cdot v_2 - m_2 \\cdot u_2 }{ m_1 } \\)"
}
]
},
{
"parameters": [
"m₁",
"v₁",
"m₂",
"v₂",
"u₁"
],
"outputs": [
{
"label": "u₂",
"formula": "( m₁ * v₁ + m₂ * v₂ - m₁ * u₁ ) / m₂ ",
"formula_mathjax": "\\( \\frac{ m_1 \\cdot v_1 + m_2 \\cdot v_2 - m_1 \\cdot u_1 }{ m_2 } \\)"
}
]
}
],
"content": "<h2>What is Conservation of Momentum?</h2><p>The principle of conservation of momentum states that in a closed system, where no external forces are acting, the total momentum before an interaction is equal to the total momentum after the interaction. This means that the momentum is conserved and does not change, even if the objects involved collide or interact.</p><h2>Calculating Conservation of Momentum</h2><p>The conservation of momentum can be calculated using the formula:</p><p class=\"formula_highlite\">\\( m_1 \\cdot u_1 + m_2 \\cdot u_2 = m_1 \\cdot v_1 + m_2 \\cdot v_2 \\).</p><p>In this formula, the parameters are defined as follows:</p><ul><li><strong>m₁</strong>: The mass of the first object.</li><li><strong>u₁</strong>: The initial velocity of the first object before the interaction.</li><li><strong>m₂</strong>: The mass of the second object.</li><li><strong>u₂</strong>: The initial velocity of the second object before the interaction.</li><li><strong>v₁</strong>: The final velocity of the first object after the interaction.</li><li><strong>v₂</strong>: The final velocity of the second object after the interaction.</li></ul>"
}