0
votes
0answers
35 views

Inelastic relativistic collision [closed]

I have to solve the following problem: A particle of rest mass, $m_1$, and velocity $v_1$ collides with a stationary particle of mass $m_2$. Find the rest mass $m$ and velocity $v$ of the resultant ...
4
votes
2answers
106 views

Best shape to reduce the splash of a droplet?

Our coffee machine catches the last couple of droplets, after your cup is removed on a shape to reduce plash of the coffee droplets. These shapes are placed inside the spill reservoir. The shape ...
0
votes
1answer
274 views

Kinetic energy in the center of mass

In a collision of a particle of mass $m_1$ moving with speed $v_1$ with a stationary particle of mass $m_2$ not all the original kinetic energy can be converted into heat or internal energy. what ...
14
votes
6answers
3k views

Is two cars colliding at 50mph the same as one car colliding into a wall at 100 mph?

I was watching a youtube video the other day where an economist said that he challenged his physics professor on this question back when he was in school. His professor said each scenario is the same, ...
1
vote
2answers
497 views

Calculating Impact Velocity Given Displacement and Acceleration

Assume a car has hit a wall in a right angled collision and the front bumper has been displaced 9 cm. The resulting impact is 25g. Also, it is evident by skid marks that the car braked for 5m with ...
1
vote
0answers
158 views

How to calculate the resulting velocitys and rotation speed after two concave polygons collide in 2d

so I've been searching google for how to do this, but all anyone seems to care about is collision detection =p, and no results come close to teaching me how to calculate 2d elastic collision between ...
6
votes
2answers
788 views

Physics of simple collisions

I'm building a physics simulator for a graphics course, and so far I have it implementing gravitational and Coulomb forces. I want to add collisions next, but I'm not exactly sure how to go about ...
3
votes
2answers
678 views

Is there a 2D generalization of the coefficient of restitution?

The coefficient of restitution characterizes a collision in one dimension by relating the initial and final speeds of the particles involved, $$C_R = -\frac{v_{2f} - v_{1f}}{v_{2i} - v_{1i}}$$ In a ...