Dot product issue. system of equations

AI Thread Summary
The discussion revolves around solving an elastic collision problem involving two balls with different masses and initial velocities. Participants emphasize the use of conservation laws for momentum and kinetic energy to find the final velocities after the collision. There is confusion regarding the need for matrix operations, with suggestions that direct substitution of known values into the equations is sufficient. The conversation highlights the importance of correctly applying physics principles without overcomplicating the solution process. Ultimately, the focus is on simplifying the approach to solve for the unknown velocities effectively.
bcddd214
Messages
10
Reaction score
0

Homework Statement


As illustrated, a ball of mass m_1=0.25 kg and velocity V_(0_1=+5.00 m/s) collides head on with a ball of mass m_2=0.8 kg that is initially at rest. No external forces act on the balls. If the collision is elastic, what are the velocities of the balls after they collide?


Homework Equations


V_(0_1 )
p_i=p_f
〖KE〗_i=〖KE〗_f



The Attempt at a Solution


m_1 v_(1_i )+0=m_2 v_(2_f )+m_1 v_(1_f )
1/2 m_1 〖v_(1_i )〗^2=1/2 m_1 〖v_(1_f )〗^2+1/2 m_2 〖v_(2_f )〗^2
A ⃑*B ⃑=■(i ̂&j ̂&k ̂@A_x&A_y&A_z@B_x&B_y&B_z )=|■(A_y&A_z@B_y&B_x )| i ̂+
I get a total brain fart once I plug it into the matrix...? :(
 
Physics news on Phys.org
bcddd214 said:
A ⃑*B ⃑=■(i ̂&j ̂&k ̂@A_x&A_y&A_z@B_x&B_y&B_z )=|■(A_y&A_z@B_y&B_x )| i ̂+
I get a total brain fart once I plug it into the matrix...? :(

That last line doesn't seem to render well on my computer, but why do you need to plug anything into a matrix? You have:
m_1 v_(1_i )+0=m_2 v_(2_f )+m_1 v_(1_f )

and:

1/2 m_1 〖v_(1_i )〗^2=1/2 m_1 〖v_(1_f )〗^2+1/2 m_2 〖v_(2_f )〗^2

You know v_1_i, and you just need to solve for either v_1_f or v_2_f. Expressing one of them in terms of the other using the first equation, then plugging the result into the second, should give you the result.
 
I am sooo physics paranoid. I hit the table and freeze because I keep getting it wrong for some reason.

A*B=A_x, A_y, A_z= |A_y, A_z|i
_____B_x, B_y, B_z |B_y, B_x|

I get here, I seem to be on a roll, and then just freeze. :(
 
I still don't understand why you're using matricies. What's A and B? Why are you multiplying them together?

You already got 2 equations, and you have only 2 unknowns. Direct substitution should be all you need to get the answer. If you're trying to use Gaussian elimination, it doesn't work because this isn't a linear system of equations.
 
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