Maximum Angle for 2D Collision: Does θmax Exist if m1 > m2?

AI Thread Summary
The discussion centers on determining the maximum deflection angle θ after an elastic collision between two masses, m1 and m2, with m1 initially moving and m2 at rest. The provided solution suggests θmax = acos(sqrt(1-(m1/m2)^2), raising questions about its validity when m1 > m2. Participants argue that if m1 < m2, any angle up to 180 degrees is possible, indicating the original answer may be incorrect. The conversation highlights the need to clarify the conditions under which the maximum angle is calculated, particularly when comparing the masses. Ultimately, the analysis suggests that the relationship between m1 and m2 significantly impacts the attainable angles post-collision.
Luca 123
Messages
21
Reaction score
0

Homework Statement


A mass m1, with initial velocity u, collides elastically with mass m2, which is initially at rest. After collision, m1 deflects by angle θ. Find the maximum value of θ. The answer given is θmax=acos(sqrt(1-(m1/m2)^2)). Does this mean that the maximum angle cannot exist if m1>m2?

Homework Equations


Let m2 deflect by angle α from the initial direction of m1, and v1, v2 be the velocity of m1, m2 respectively after collision. Then
1.(m1)(u)= (m1)(v1)(cosθ)+(m2)(v2)(cosα)
2. (m1)(v1)(sinθ)=(m2)(v2)(sinα)
3. (m1)(u)^2=(m1)(v1)^2 + (m2)(v2)^2

The Attempt at a Solution


I got θmax =acos(sqrt(1-(m2/m1)^2)) instead.
By 1. and 2.
[(m1)(u)-(m1)(v1)(cosθ)]^2 +[(m1)(v1)(sinθ)]^2 = [(m2)(v2)(cosα)]^2 +[(m1)(v1)(sinα)]^2
Hence
(m1u)^2 +(m1v1)^2 - 2(m1)^2(v1u cosθ)^2 = (m2v2)^2
By 3.
(m2v2)^2 = (m2m1)(u^2-v1^2)
Thus
m1(u^2) +m1(v1^2) - 2m1(v1u cosθ)^2 = (m2)(u^2-v1^2)
Dividing by v1^2 , we get:
(m1-m2)(u/v1)^2 -(2m1cosθ)(u/v1)+(m1+m2)=0
Hence the equation (m1-m2)x^2-(2m1cosθ)x+(m1+m2)=0 has a solution. Since it has a solution, we must have b^2-4ac≥0. Thus:
(2m1cosθ)^2 ≥4(m1-m2)(m2+m1)
And hence
cosθ≥sqrt(1-(m2/m1)^2). Since the maximum θ of means the minimum of cosθ, θmax =acos(sqrt(1-(m2/m1)^2)).
What went wrong?
[/B]
 
Physics news on Phys.org
I picture would help a lot, as well as distinguishing between vectors and scalars in your notation.
 
ΘΘΘΘ
Luca 123 said:

Homework Statement


A mass m1, with initial velocity u, collides elastically with mass m2, which is initially at rest. After collision, m1 deflects by angle θ. Find the maximum value of θ. The answer given is θmax=acos(sqrt(1-(m1/m2)^2)). Does this mean that the maximum angle cannot exist if m1>m2?
A moment's thought shows that the given answer cannot be right. By inspection, if m1 < m2 then any angle at all up to 180 degrees is attainable. Like bouncing a ping pong ball from a basketball.

In addition, both the given solution and your solution could be dramatically simplified. Start by taking the cosine of both sides.

cos θmax = sqrt(1-(m1/m2)2)

Square both sides

cos2 θmax = 1 - (m1/m2)2

Apply a simple trig identity

sin2 θmax = m1/m22

Take the square root

sin θmax = m1/m2
 
jbriggs444 said:
A moment's thought shows that the given answer cannot be right. By inspection, if m1 < m2 then any angle at all up to 180 degrees is attainable. Like bouncing a ping pong ball from a basketball.
I suspect that the original problem either stated or assumed m1>m2. It is then clear that m1 and m2 are swapped in the given answer.
Luca, I agree with your answer for the case where m1>m2, but you may still be puzzled by the result it gives when m1<=m2. Consider the inequality you had just before "And hence". What do you get with m1<m2 in there?
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top