Confusion about momentum question

  • Thread starter Thread starter dark-ryder341
  • Start date Start date
  • Tags Tags
    Confusion Momentum
AI Thread Summary
Understanding when to use sine and cosine for momentum vectors hinges on the orientation of the vectors relative to the chosen coordinate axes. In the example provided, the first player's velocity is aligned with the x-axis, while the second player's velocity is at an angle, necessitating the decomposition into components using cosine for the x-direction and sine for the y-direction. The cosine function represents the adjacent side of the triangle formed by the angle, while sine represents the opposite side. This method is consistent across different problems, as the choice of axes influences how the components are calculated. Properly identifying the axes and applying trigonometric functions is essential for solving momentum problems involving angles.
dark-ryder341
Messages
6
Reaction score
0

Homework Statement



Hmm, well, this isn't an actual homework question. It's more of a general one, but it does apply to homework. What I want to know is, for momentum, how do you know when to use sine and cosine for vectors? Likeeee, let me show you an example of what I mean:

ynqrt.jpg


This is a depiction of the following: two hockey players approach each other at an angle with different speeds. mass(m1)=90kg, velocity(v1)=10 m/s; (m2)=100kg, (v2)=15 m/s. They collide and stick together. The question asks to find the final velocity of the two.

Homework Equations



pi = m1v1i + m2v2i
pf = m1v1f + m2v2f >>> (m1+m2)vf


The Attempt at a Solution



Now, here's the beginning of how it's solved, according to my teacher.

pi = (90+10)i + 100(15cos(theta)i(hat) + 15sin(theta)j(hat)) = (900+1300)i(hat) + 750j(hat)

I'm going to stop here, as this is what I don't understand. How did he figure out that he should use 15cos(theta) and 15sin(theta) rather than just 15 m/s? And how did he know that i(hat) was using cosine, rather than sine? If you understand what I mean...I'm just not sure where the cos and sin, came from, in other words, and how he knew what order it went in. There is another question in my book where it's switched - i(hat) is sine and j(hat) is cosine.

Thanks for any help!
 
Physics news on Phys.org
First of all select x and y axis. In the given problem v1 is along x-axis with i as the unit vector. j is the unit vector along y-axis.
pi = m1v1*i + m2v2*cosθ*i + m2v2*sinθ*J
If A and B are the two vectors with an angle θ between them, then the component of B along A is B*cosθ and component perpendicular to A is B*sinθ. Same principle is used in the above problem.
 
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...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top