Collision Physics: Solving for Angle Between Initial Velocities

  • Thread starter Thread starter sameapple
  • Start date Start date
  • Tags Tags
    Collision Physics
AI Thread Summary
In a physics problem, two identical objects collide and stick together, moving at half the initial speed of either object. The conservation of momentum is applied, leading to the relationship that the sum of the initial velocities equals twice the final velocity. The angle between the initial velocities is determined using the cosine rule, with the conclusion that cos(x) equals 1/2. This results in an angle of 60 degrees between the initial velocities. The discussion emphasizes the importance of vector components and the dot product in solving for angles in collision physics.
sameapple
Messages
13
Reaction score
0

Homework Statement


Two identical objects with the same initial speed collide and stick together. If the composite object moves with half the initial speed of either object, what was the angle between the initial velocities?


Homework Equations


Law of momentum conservation: m1v1 + m2v2 = (m1+m2)v_final


The Attempt at a Solution


I attempted to look at the momentum conservation equation to see if it's possible to incorporate angle. Looked at the dot product as well (v1 dot v2) but it does not make use of the information that the final speed is half the initial of either object so it must be wrong.

I am basically blank-minded at this point. Please guide me through. Thanks for your help in advance.
 
Physics news on Phys.org
sameapple said:

Homework Statement


Two identical objects with the same initial speed collide and stick together. If the composite object moves with half the initial speed of either object, what was the angle between the initial velocities?

Homework Equations


Law of momentum conservation: m1v1 + m2v2 = (m1+m2)v_final

The Attempt at a Solution


I attempted to look at the momentum conservation equation to see if it's possible to incorporate angle. Looked at the dot product as well (v1 dot v2) but it does not make use of the information that the final speed is half the initial of either object so it must be wrong.

I am basically blank-minded at this point. Please guide me through. Thanks for your help in advance.
Welcome to Physics Forums.

You have the right idea in applying conservation of momentum. So we have:

m_1\bold{v}_1 + m_2\bold{v}_2 = \left(m_1+m_2\right)\bold{v}_3

Knowing that the two masses are identical and are initially traveling at the same speed (note that vi above are vector velocities) can you relate m1 and 2 as well as the three velocities?
 
Last edited:
Aw ha, since all the masses are equal, the equation of law of conservation of momentum can be reduced to v_1 + v_2 = v_3This is something new I can add into my diagram to see if I can figure out more, thanks
 
Last edited:
sameapple said:
Aw ha, since all the masses are equal, the equation of law of conservation of momentum can be reduced to v_1 + v_2 = v_3
Not quite! You need to be careful, the expression actually reduces to:

\bold{v}_1 + \bold{v}_2 = 2\bold{v}_3

Can you see why?
 
Please tell me if my following deduction is correct.
I first have

P_1 + P_2 = P_3

m_1 v_1+m_2 v_2=(m_1 + m_2)v_3

Since m_1 =m_2 and v_1 =v_2, this follows that

P_1 =P_2 which gives me:

2(P_1)=P_3.

where P_3=2(m_1 )\frac{1}{2}(v_1 )=m_1 v_1 =P_1

I then have 2P_1 =P_1Now Intuitively, I know that to go from 2(P_1 ) to (P_1 ) I am only off by a factor of an angle, cosx.
So the equation then I really have is

2(P_1)Cos(x)=P_3

Cos(x)=\frac{P_1}{2P_1}=\frac{1}{2}
 
Last edited:
sameapple said:
Please tell me if my following deduction is correct.
I first have

P_1 + P_2 = P_3

m_1 v_1+m_2 v_2=(m_1 + m_2)v_3

Since m_1 =m_2 and v_1 =v_2, this follows that

P_1 =P_2 which gives me:

2(P_1)=P_3

where P_3=2m_1 (\frac{1}{2}(v_1 )=m_1 v_1 =P_1

I then have 2P_1 =P_1
I'm not quite sure what your doing there, but as I said in my previous post you should be careful and note that vi is the velocity vector. The question states that the initial speed (scalar) of both particles is equal and equal to half of the final speed (scalar). Note, simply because the speed of the two particles are equal doesn't necessarily mean that their velocities are.

Do you follow?
 
ok ><

I will start over then
 
sameapple said:
ok ><

I will start over then
Try using my hint from earlier: Can you find a relationship between the three velocities (or their components)?
 
The only relationship I can determine is that their magnitude are equal. So if I take the square root of both the object's vertical component squared + horizontal component squared, I would have their magnitude, or speed. This speed is twice than the resulting speed after the collision.

The problem is, I am not given any numerical value for each corresponding velocity component to each object.

I thought I had to express one variable in terms of another.

But it's going to be even more complicated once I do these in addition to adding and squaring.

I arrived at the above before but I can make no further application to solve for anything. Some how I think I must incorporate angle, or the use of cosine from this point onward since it's the angle that I am trying to solve for. I am quite confused here because I have a set of several equations and relationships. And that's about when I came to post here.
 
Last edited:
  • #10
Oh wait I think I see something.

The magnitude of v_1 minus the magnitude of v_2 times CosX equals v_3, which is half of v_1. So I am solving for x.

since the speed of v_2=v_1,

v_1-v_1 cos(x)=\frac{1}{2}v_1

cosx=\frac{1}{2}

x = 45 degrees
 
Last edited:
  • #11
sameapple said:
The only relationship I can determine is that their magnitude are equal. So if I take the square root of both the object's vertical component squared + horizontal component squared, I would have their magnitude, or speed. This speed is twice than the resulting speed after the collision.

The problem is, I am not given any numerical value for each corresponding velocity component to each object.

I thought I had to express one variable in terms of another.

But it's going to be even more complicated once I do these in addition to adding and squaring.

I arrived at the above before but I can make no further application to solve for anything. Some how I think I must incorporate angle, or the use of cosine from this point onward since it's the angle that I am trying to solve for. I am quite confused here because I have a set of several equations and relationships. And that's about when I came to post here.
Okay, let me ask you two questions:

(1) How do you normally find that angle between two vectors?

(2) Can you write out v3 in terms of the components of vi if v1 = v1xi + v1yj and v2 = v2xi + v2yj?
 
  • #12
ok give me 1 sec to try you questions and I'll be right back! thanks for helping and staying with me!
 
  • #13
Hootenanny said:
Okay, let me ask you two questions:

(1) How do you normally find that angle between two vectors?

(2) Can you write out v3 in terms of the components of vi if v1 = v1xi + v1yj and v2 = v2xi + v2yj?

ok, I recall that
(1)
to find the angle between 2 vectors, I will take the dot product of them.

v1 v2 = |v1 v2| cos(x)

so x is just arcos([v1 v2]/[|v2 v2|])(2)
v3 = v1 + v2
v3 = (v1x + v2x)i + (v1y + v2y)j

and I think I have the answer to the question soon lol
 
Last edited:
  • #14
sameapple said:
ok, I recall that
(1) to find the angle between 2 vectors, I will take the dot product of them.
v1 v2 = |v2 v2| cos(x)

(2)v3 = v1 + v2
v3 = (v1x + v2x)i + (v1y + v2y)j
Good :approve:.

Now, using that last relation can you find |v3|2?
 
  • #15
|v3|^2 = (v1x+v2x)^2 + (v1y+v2y)^2

hmm.. are the terms on the right side suppose to be another set of dot products?
 
  • #16
It is useful to learn/understand this formalism. If X is a vector, then denote by X^2 the inner product of X with itself. If X and Y are vectors, then we have:

(X + Y)^2 = X^2 + Y^2 + 2 X dot Y

This is, of course, equivalent to the good old cosine rule from elementary geometry.

So, if you have:

v1 + v2 = 2 v3,

then squaring both sides gives:

v1^2 + v2^2 + 2 v1 dot v2 = 4 v3^2
 
  • #17
Just to expand on the Count's post, one can of course prove this relation by mechanically calculating the square of the norm using the components.
 
  • #18
yeah i see how it's done, but pardon me, for I do not see still how squaring |v3| gives me the solution to the angle
 
  • #19
sameapple said:
yeah i see how it's done, but pardon me, for I do not see still how squaring |v3| gives me the solution to the angle
Now you know that

\begin{aligned}\left|\bold{v}_3\right|^2 &amp; = \left|\bold{v}_1\right|^2 + \left|\bold{v}_2\right|^2 + \bold{v}_1\cdot\bold{v}_2 \\<br /> &amp; = \left|\bold{v}_1\right|^2 + \left|\bold{v}_2\right|^2 + \left|\bold{v}_1\right|\left|\bold{v}_2\right|\cos\theta \end{aligned}

Does that help?
 
  • #20
aw i see.

well i need to have the values for each term except for theta in order to solve for the angle. my mind is not clear right now to whether I I have those values or not.

I am tire right now because I've been working on the physics problems from sun set last night to sun rise just now and I need to sleep lol.

Thanks again Hootenanny, I feel welcomed to the forum and I really appreciate your help. But I got to sleep so see you again!
 
  • #21
sameapple said:
aw i see.

well i need to have the values for each term except for theta in order to solve for the angle. my mind is not clear right now to whether I I have those values or not.

I am tire right now because I've been working on the physics problems from sun set last night to sun rise just now and I need to sleep lol.
Don't work yourself into the ground. Often problems become clearer if you take a break for a while.

In any case, the question states that |v1| = |v2| = 2 |v3|, so you have everything you need :wink:
sameapple said:
Thanks again Hootenanny, I feel welcomed to the forum and I really appreciate your help. But I got to sleep so see you again!
Not a problem :smile:
 
  • #22
Problem Solved. Thread Close. Thanks again!
 
Last edited:
Back
Top