
Scott B. answered 04/28/22
PhD in physics with one year experience as a professor
After the collision, we don't know the speeds of either puck, only their directions. Abusing the notation somewhat, I'll define vA2 and vB2 to be the speeds of puck A and B after the collision, respectively. Our goal is to find these velocities. I prefer to solve things symbolically, so I'll call θA=34o and θB=35o the angles of pucks A and B after the collision as well. Note that I am choosing to list the size of the angles without worry of the signs; this means that later, I'll have to be careful about the directions of my vectors, adding the signs in manually. A diagram will be essential.
Since this problem takes place in two dimensions, we can tackle this by solving in each of the x and y direction separately. As is the standard procedure for conservation problems, this means finding an expression for the total momentum (in each direction) at the initial state, then again at the final state, setting them equal, and then solving.
So let's do it! In the x-direction, only puck A contributes to the momentum of the initial state (since puck B is only moving in the y), so the initial x momentum is
Px0=mAvA
In the final state, both pucks contribute to the x-direction momentum, and so we must work out those contributions. With a good sketch, you should hopefully be able to get to
Pxf=mAvA2cos(θA)+mBvB2cos(θB)
Now we assert that, because there are no outside forces, momentum is conserved. Since momentum is a vector, this statement applies to every direction, and so we have
Px0=Pxf
mAvA=mAvA2cos(θA)+mBvB2cos(θB)
Unfortunately, there's nothing more we can do here. You could try to put in the values for our known quantities, but you won't be able to solve anything, as there are two unknowns; vA2 and vB2. To be able to solve for these, we'll require a second equation. Fortunately, we have the y-direction!
In the y-direction, the initial momentum is determined only by puck B:
Py0=mBvB
The final momentum, however, draws from both pucks A and B. It is
Pyf=mAvA2sin(θA)-mBvB2sin(θB)
Be careful with the signs! Unlike the x-direction where both pucks were heading partly to the east, here we have puck A heading partly to the north and puck B heading partly to the south. This means that one of them must come with a negative sign. Since I made the initial momentum positive, I've implicitly chosen that north=positive, so that means the puck B part here must get the negative sign.
Once again, momentum in this direction is conserved, so
Py0=Pyf
mBvB=mAvA2sin(θA)-mBvB2sin(θB)
And, just like before, this equation is unsolvable owing to it having the two unknown final velocities. However, if we take these two equation together
mAvA=mAvA2cos(θA)+mBvB2cos(θB)
mBvB=mAvA2sin(θA) - mBvB2sin(θB)
We now have a SYSTEM of equations; two equations with two unknowns. This is solvable with methods familiar from algebra. For example, you could solve the first equation for vA2, then substitute that answer into the second equation and solve for vB2. As you can tell, this will get pretty tedious. How you handle that is largely up to you.
In the end you should find that:
vA2=1/mA [mAvAsin(θB)+mBvBcos(θB)] / [sin(θB)cos(θA)+sin(θA)cos(θB)]
vB2=1/mB [mAvAsin(θA)-mBvBcos(θA)] / [sin(θB)cos(θA)+sin(θA)cos(θB)]
You can simplify this slightly by moving the 1/m terms into the numerator, and by recognizing the denominator (which is the same for each) is the trig identity for sin(θA+θB)
vA2=[vAsin(θB)+(mB/mA)vBcos(θB)] / sin(θA+θB)
vB2=[(mA/mB)vAsin(θA)-vBcos(θA)] / sin(θA+θB)
Here we see part of why I like doing things algebraically; we can notice interesting things! In particular, the final velocities here don't actually depend on mA or mB individually. Only their ratios matter, since the masses always appear with each other as mA/mB or mB/mA. We'd get the same answer if each mass was multiplied by a billion, or divided by a 7! I think it's neat anyway...
Nothing left to do now but put in the values:
vA2=6.89 m/s
vB2=0.69 m/s
That was a lot of algebra, so you should go back to our original system of equations and check that these values make both equations true simultaneously. As a sanity check, the numbers do at least seem ballpark reasonable; they're not wildly different from the starting speeds. It would be odd, for example, if one of the speeds were of the order of 100m/s, when the starting speeds were both around 5m/s.
Fortunately, the second part is substantially easier. All we need to do is compute the initial and final kinetic energies and compare them. Unlike momentum, which is a vector, kinetic energy is a scalar, with no direction to consider. The initial kinetic energy is
K0=1/2 mAvA2+1/2 mBvB2=0.081J*
And the final kinetic energy is
KF=1/2 mAvA22+1/2 mBvB22=0.075J*
So, by simple comparison, we see that the mechanical energy has decreased by 0.006J.
*Note: The masses were given in grams, while Joules are defined using kg. Make sure to either convert your masses to kg (like I did here) or make mental note that the energies you get will be in mili-Joules mJ instead of normal Joules.