Calculate momentum

Add two signed linear momenta and calculate the shared velocity after a perfectly inelastic collision.

freeworks offlinenothing uploaded
ToolMomentum Calculator
Input
Output
Put this on your own site

The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.

Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.

Preview

How it works

Each momentum is mass × velocity, total momentum is their signed sum, and shared velocity divides total momentum by combined mass. The result assumes the objects stick together and external impulse is negligible.

  • One-dimensional signed velocity encodes direction.
  • No elastic-collision energy equation is included.

Worked example

A trolley hits a stationary one
5kg at 4 m/s hits a stationary 3kg trolley and they couple together
Input
											Mass1 kg: 5
Velocity1 metres per second: 4
Mass2 kg: 3
Velocity2 metres per second: 0
										
Output
												Momentum1 kg ms: 20
Momentum2 kg ms: 0
Total momentum kg ms: 20
Final velocity metres per second: 2.5
Impulse on mass1 newton seconds: -7.5
											

When to use this

Cart-collision exercises check conservation, recoil estimates add signed momenta, and lessons find shared speed after objects stick.

Edge cases

  • Opposite velocities cancel when signed, so equal opposing momenta can produce zero shared speed.
  • A zero combined mass is rejected because final velocity is undefined.
  • An elastic collision generally leaves different final velocities and needs a different model.