Speed and Direction after Collision

AI Thread Summary
The discussion centers on a collision problem involving two balls of clay, one traveling east and the other traveling 30 degrees south of west. The conservation of momentum principle is applied to determine the speed and direction of the resulting mass after the collision. Calculations reveal that the final speed of the combined clay blob is approximately 3.013 m/s, with a direction of about 84.66 degrees. Participants clarify the meaning of "30 degrees south of west" and confirm the use of vector notation to analyze the problem. Overall, the calculations and methods discussed aim to accurately determine the final velocity vector after the collision.
jeeves_17
Messages
10
Reaction score
0
A 20 g ball of clay traveling east at 2.0 m/s collides with a 30 g ball of clay traveling 300 south of west at 1.0 m/s . What are the speed and direction of the resulting 50g blob of clay?



Relevant equations
Pi = Pf



The attempt at a solution
(Px)i = mF(-Vfcostheta) + mP (Vp)
= (0.03 kg)(-1.0)(cos30) + (0.02kg)(2.0)
= 0.014019

(Py)i = mf(Vfy)i + mP(Vpy)i = mf(-vfsintheta) + 0
= (0.3)(1.0)(sin30) = 0.15 kg.m/s

(Px)f = (Px)i
(Vx)f = (Px)i / (mF + mP) = 0.014019 / (0.03 +0.02)
= 0.28038 m/s
(Py)f = (Py)i
(Vy)f = (Py)i / (mF + mP) = 0.15 / (0.02 +0.03) = 3.0 m/s

Direction = tan-1 [(Vy)f / (Vx)f] = tan-1 [ 3 / 0.28038] = 84.66 Degrees

V = SquareRoot[ (Vx)f^2 + (Vy)f^2) = Squareroot[ 3^2 + 0.28038^2] = 3.013 m/s



IS this Right??
 
Physics news on Phys.org
jeeves_17 said:
A 20 g ball of clay traveling east at 2.0 m/s collides with a 30 g ball of clay traveling 300 south of west at 1.0 m/s . What are the speed and direction of the resulting 50g blob of clay?

What does that mean "300 south of west"? 300 degrees?

Start with simple conservation of momentum:

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

Now in vector notation:

m_1 \vec v_1 + m_2 \vec v_2 = (m_1 + m_2) \vec v

Given the specifics of the problem, we can conclude that the motion is limited to two dimensions: east-west and north-south. We'll let the east-west be the x component and the north-south be the y component.

So:

\vec v_1 =v_1\cos{\theta_1}\hat x+v_1\sin{\theta_1}\hat y
\vec v_2 =v_2\cos{\theta_2}\hat x+v_2\sin{\theta_2}\hat y
\vec v =v\cos{\theta_3}\hat x+v\sin{\theta_3}\hat y

Now we can write the whole mess out...

m_1 (v_1\cos{\theta_1}\hat x+v_1\sin{\theta_1}\hat y) + m_2 (v_2\cos{\theta_2}\hat x+v_2\sin{\theta_2}\hat y) = (m_1 + m_2) (v\cos{\theta_3}\hat x+v\sin{\theta_3}\hat y)

Now we can group the individual vector components:

m_1 v_1\cos(\theta_1)\hat x + m_2 v_2\cos(\theta_2)\hat x = (m_1 + m_2) v\cos(\theta_3)\hat x
m_1 v_1\sin(\theta_1)\hat y + m_2 v_2\sin(\theta_2)\hat y = (m_1 + m_2) v\sin(\theta_3)\hat y

Now you have two equations and two unknowns.

Reduce:

\frac{m_1 v_1\cos(\theta_1) + m_2 v_2\cos(\theta_2)}{m_1 + m_2} = v\cos(\theta_3)

\frac{m_1 v_1\sin(\theta_1) + m_2 v_2\sin(\theta_2)}{m_1 + m_2} = v\sin(\theta_3)

Now it's easy to find the angle. Just divide the equations, resulting in this:

\frac{m_1 v_1\sin(\theta_1) + m_2 v_2\sin(\theta_2)}{m_1 v_1\cos(\theta_1) + m_2 v_2\cos(\theta_2)}=\tan{\theta_3}

To find v, square both equations and add them together...

v^2\cos^2{\theta_3}+v^2\sin^2{\theta_3}=...

Use the trig identity:

\cos^2{\theta}+\sin^2{\theta}=1

v^2(\cos^2{\theta_3}+\sin^2{\theta_3})=...

v^2=...
 
sorry it's 30 degrees
 
i got an angle of 52 degrees and a velocity of 0.94 .. is that right:S
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
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 .
Back
Top