Solving 2D Collision Problem with Equal Masses and Elastic Collision

AI Thread Summary
The discussion revolves around solving a 2D collision problem involving two equal masses, where one is initially at rest and the other is moving. The goal is to determine the final velocities after a perfectly elastic collision, with one mass moving off at an angle A2 and the other at a perpendicular angle. The participant initially sets up equations based on conservation of momentum and energy but struggles with too many unknowns and not enough equations. Key equations include the conservation of momentum in both x and y directions, as well as the conservation of kinetic energy. Ultimately, the solution hinges on recognizing that the final velocities are components of the initial velocity, allowing for simplification due to the equal masses.
thecluelessphysisist
Messages
1
Reaction score
0
Ok, I have tried to work this out for about an hour now and I haven't gotten very far. In the question there are two equal masses. One of them is moving at a given velocity and the other is not moving at all. After the collision one disk goes off on a given angle while the other disk goes off on an angle perpendicular to that of the second disk. The question wants me to solve for the final velocities.

So this is what's given:

Mass one Mass two

Initial velocity = 0 Initial velocity = vi1
Final velocity = ? Final velocity = ?
Angle = 90-A2 (Not sure if that's right) Angle = A2
Mass = Mass two Mass = Mass one

Oh you and the collision is perfectly elastic. So I think I am supposed to have like 4 unknowns and then I am suposed to have 4 different equations. But the only equation I am aware of right now is
vi1 = v1f + v2f

This can be split up to two other equations like so:

vi1x = v1fx + v2fx
vi1y = v1fy + v2fy

Ok, so I think that's right so far, then what I did was I made four other equations like so:

v1fy = v1fy(sinA2-90)
v1fx = v1fx(cosA2-90)
v2fy = v2fy(sinA2)
v2fx = v2fx(CosA2)

Now I plugged those into the original two equations like so:

v1ix = v1fx(cosA2-90) + v2fx(cosA2)
v1iy = v1fy(sinA2-90) + v2fy(sinA2)

Now this is where I am stuck. I am not sure if I am on the right track right now but I hit a dead end. I have too many unknowns and not enough equations. Either the answer is really easy and I just can't see it, or I messed up somewhere, or there's another equation I am supposed to use. But right now I am really stuck and would appreciate any help given.
 
Physics news on Phys.org
you have two relationships that you can use here. conservation of momentum and conservation of energy. i think that conservation of energy will help you with some of your variables

prior to the collision

m_1 v = p_i

and

\frac{1}{2} m_1 v^2 = KE_i

initially there is only an x component so the y components of momentum sum to zero afterwards

m_1 v_{1y} + m_2 v_{2y} = 0

also the initial x momentum is the final x momentum and kinetic initial is kinetic final

m_1 v_{1x} + m_2 v_{2x} = m_1 v_x

\frac{1}{2} m_1 v^2_1 + \frac{1}{2} m_2 v^2_2 = \frac{1}{2} m_1 v^2

these should be all of the relevant equation which lead to the solving of the problem
 
Since the masses are equal one can work with the velocities on their own for momentum conservation. Thus the vector sum of the two required velocities after the collision should be equal tot the original velocity. Since the required velocities are perpendicular to each other they can therefore be considered to be the two components of the original velocity being v\cos(\theta) and v\sin(\theta).
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Thread 'Correct statement about a reservoir with an outlet pipe'
The answer to this question is statements (ii) and (iv) are correct. (i) This is FALSE because the speed of water in the tap is greater than speed at the water surface (ii) I don't even understand this statement. What does the "seal" part have to do with water flowing out? Won't the water still flow out through the tap until the tank is empty whether the reservoir is sealed or not? (iii) In my opinion, this statement would be correct. Increasing the gravitational potential energy of the...
Thread 'A bead-mass oscillatory system problem'
I can't figure out how to find the velocity of the particle at 37 degrees. Basically the bead moves with velocity towards right let's call it v1. The particle moves with some velocity v2. In frame of the bead, the particle is performing circular motion. So v of particle wrt bead would be perpendicular to the string. But how would I find the velocity of particle in ground frame? I tried using vectors to figure it out and the angle is coming out to be extremely long. One equation is by work...
Back
Top