Inelastic collision in two dimensions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Christopher Munroe
Messages
1
Reaction score
0
I am a programmer trying to simulate some 2D balls bouncing about and colliding with each other. I have both the ball's velocity components before the collision and I am trying to solve for them. I went to wikipedia to find a formula to satisfy my needs and ran into this section: https://en.wikipedia.org/wiki/Elastic_collision#Two-dimensional_collision_with_two_moving_objects
I am attempting to use an angle free representation as it is more convenient for my current design:
3a70e57f4a5cc0e5e0e11be153aa4b10.png


I am somewhat confused by it. The passage states the changed velocities are computed using the centers x1 and x2 at the time of contact. Isn't x1 and x2 scalars, I'm not sure what x1 and x2 are to be quite honest. If they are scalars, then we cannot perform a dot product. I am sorry if this is trivial, I appreciate any guidance.
 
Physics news on Phys.org
They are vectors, with the two components of ##\mathbf{x}_i## corresponding to ##(x_i,y_i)##.