How Do You Calculate the Final Speed of Two Colliding Cars?

  • Thread starter Thread starter shanshan
  • Start date Start date
  • Tags Tags
    Angle Collision
AI Thread Summary
In the collision of two cars with mass m, one traveling north at speed 2v and the other at speed v at an angle x south of east, momentum conservation is applied to find the final speed vf of the combined system. The equations for momentum in the east and north directions are established, leading to expressions for vf based on trigonometric identities. The attempt to calculate vf using Pythagorean theorem reveals a potential error in the simplification process. The user is encouraged to isolate the v/2 term for clarity and re-evaluate the calculations to ensure accuracy. The discussion centers on resolving the mathematical approach to determine the correct final speed after the collision.
shanshan
Messages
23
Reaction score
0

Homework Statement


Two cars, both of mass m, collide and stick together. Prior to the collision, one car had been traveling north at speed 2v, while the second was traveling at speed v at an angle x south of east (as indicated in the figure). After the collision, the two-car system travels at speed vf at an angle east of north. Find the final speed of the two cars after the collision


Homework Equations





The Attempt at a Solution


We assume momentum is conserved, so that
p(i) = p(f)
p(f) = (2m)vf
p(east) = cosx*mv
vf(easte) = (vcosx)/2
p(north) = 2mv - mvsinx
vf(north) = (2v-vsinx)/2

So now that I've figured all these values out, I know that I can use pythagoras' theorum to solve for vf:

vf = [(vcosx/2)^2+((2v-vsinx)/2)^2)]^1/2
= [(v^2cos^2(x)+v^2sin^2(x)+4v^2+2vsinx)/2]^1/2
= [(v^2(1)+4v^2-2vsinx)/2]^1/2 ---- using trig identity sin^2x+cos^x = 1
= [(5v^2-2vsinx)/2]^1/2

But this is not the answer - is anyone able to find any problems in my work, or can I simplify it further?
I am pretty sure the mistake must be at some point after I use pythagoras' theorum, but I can't seem to find it.
 
Physics news on Phys.org
Pull out the v/2 term first to make things cleaner. Take the square root at the end.

vf2 = (v/2)2*(cos(x)2 + (2 - sin(x))2)

= (v/2)2*( (1 - sin(x)2) + (2 - sin(x))2 )

proceed.
 
shanshan said:
vf = [(vcosx/2)^2+((2v-vsinx)/2)^2)]^1/2
= [(v^2cos^2(x)+v^2sin^2(x)+4v^2+2vsinx)/2]^1/2
= [(v^2(1)+4v^2-2vsinx)/2]^1/2 ---- using trig identity sin^2x+cos^x = 1
= [(5v^2-2vsinx)/2]^1/2

[(v^2cos^2(x)+v^2sin^2(x)+4v^2+2vsinx)/2]^1/2

here this should have been
[(v^2cos^2(x)/4+v^2sin^2(x)+4v^2-4vsinx)/2]^1/2
 
Now, check the answer.
 
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 '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 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