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
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging 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