2D Elastic Collision equations

Click For Summary

Discussion Overview

The discussion revolves around the equations and principles governing 2D elastic collisions, including conservation laws and potential applications in simulations. Participants explore both the theoretical foundations and practical implementations of these concepts.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Homework-related
  • Experimental/applied

Main Points Raised

  • One participant inquires about the specific equations for 2D elastic collisions.
  • Another emphasizes the importance of understanding the principles of conservation of momentum and energy in collisions, suggesting these principles are foundational for solving collision problems.
  • A participant provides the equations for conservation of momentum and energy, noting that for elastic collisions, kinetic energy is conserved (Q = 0).
  • A participant expresses difficulty in finding 2D equations and requests additional resources for understanding both 2D and 3D collisions, mentioning a desire to write a computer program for simulating collisions.
  • One participant recalls a geometric method for solving 2D collision problems and suggests searching for "Newton diagrams" for further insight.

Areas of Agreement / Disagreement

Participants generally agree on the importance of conservation laws in collision problems, but there is no consensus on the availability of resources for 2D and 3D collision equations. The discussion remains open-ended regarding the best methods for understanding and simulating these collisions.

Contextual Notes

Some participants mention limitations in their search for information, specifically regarding the transition from 1D to 2D and 3D collision equations. There is also an acknowledgment of the need for further exploration of geometric approaches.

Who May Find This Useful

This discussion may be useful for students and practitioners interested in physics, particularly those focusing on collision dynamics, simulation programming, and the application of conservation laws in various dimensions.

vip4
Messages
4
Reaction score
0
Does anyone know the equations for 2D elastic collisions.
 
Physics news on Phys.org
Don't just learn the equations. Learn the principles behind those equations. You will always have conservation of momentum in any collision. For elastic collisions energy is also conserved. This will give you enough info the solve any collision problem, in principle anyway.
 
Conservation of momentum:

[tex]m_1 v_1 \cos \theta_1 + m_2 v_2 \cos \theta_2 = m_1 v_1^\prime \cos \theta_1^\prime + m_2 v_2^\prime \cos \theta_2^\prime[/tex]

[tex]m_1 v_1 \sin \theta_1 + m_2 v_2 \sin \theta_2 = m_1 v_1^\prime \sin \theta_1^\prime + m_2 v_2^\prime \sin \theta_2^\prime[/tex]

Conservation of energy:

[tex]\frac{1}{2} m_1 v_1^2 + \frac{1}{2} m_2 v_2^2 = \frac{1}{2} m_1 {v_1^\prime}^2 + \frac{1}{2} m_2 {v_2^\prime}^2 + Q[/tex]

where [itex]Q[/itex] is the amount of kinetic energy lost in the collision (to "heat" or whatever). For an elastic collision, [itex]Q = 0[/itex].
 
Thanks for the reply galileo and jtbell. I have done a little reading on conservation of momentum and energy. I also search the internet for the equations and the theories involved in collisions. However i could only find 1D equations.

I would appreciate it if you could point me to any information that could help me to better understand it. I would also like any information on 3D collisions as well. The reason I'm trying to get this information is to write a computer program that simulates collisions.
 
I remember a neat way to solve 2D collision problems geometrically. Google for Newton diagrams.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
835
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 41 ·
2
Replies
41
Views
4K