Monday, September 24, 2018

newtonian mechanics - Is it possible to determine the outcome of any impact knowing only the ratio of masses?



In elastic collisions in 2-D if two balls A, B (mA=mB, R=1) have equal mass we can determine in advance the outcome of the collision.


If cue-ball A impacts object-ball B (at rest) at an angle of +60° (with the x-axis), we can say in advance that ball B will move at an angle of -30° with same axis, we do not need other equations or data.


How do you determine the angle of ball B if the ratio R:mA/mB1? How do you determine the angle of ball B in the above-cited case if, for example, R=1/3λ=46.1 ?


If you think that impossible, considering the current state of the art, please state that clearly, even in a simple comment. This will help future readers looking for an answer.


I am adding a picture to visualize the problem:


enter image description here



Answer




I'll set up the problem in the following way. Let's assume the line of centers is along the x-axis. Initial speed of m1 is u1 at an angle θ to the x-axis. Final speed of m1 is v1 at an angle α to the x-axis. The final speed of m2 is v2 and is along the line of centers (the x-axis), such that α is the angle between the final velocities of the two balls.


Two conservation of momentum equations m1u1cosθ=m1v1cosα+m2v2    (1)
m1u1sinθ=m1v1sinα           (2)


If R=m1/m2 then I can manipulate these to give v2=Ru1(cosθcosαsinθsinα)      (3)


Now using conservation of kinetic energy in an elastic collision m1u21=m1v21+m2v22        (4)


Substituting for v2 from (3) and using v1=u1sinθ/sinα from (2), after a bit of algebra, I get the following horrible expression


R=sin2αsin2θcos2θsin2α2sinθcosθsinαcosα+sin2θcos2α    (5)


If α=π/2, then indeed the solution is R=1 for any value of θ.


From formula (5) above. Substitute 1/(1+tan2) for cos2, substitute 11/(1+tan2) for sin2 and the corresponding square roots for cos and sin. This will give an equation exclusively in terms of tanθ and tanα. R=tan2α(1+tan2θ)tan2θ(1+tan2α)tan2α2tanθtanα+tan2θ Rearrange this into a quadratic in tan2α thus: (R1)tan2α2Rtanθtanα+(R+1)tan2θ=0 Thus tanα=tanθ(R±1R1)


Only one of these roots makes sense tanα=tanθ(R+1R1), and of course a negative value of tanα just means that α>90.



EDIT: As a test I plugged this into a graphical tool with θ=60 (red curve). The plot below shows R vs α (recall this is the angle between the final velocity vectors). Notice that the minimum value of α is 60 when R is very large. As R diminishes, α gets larger, reaching about 73 (i.e. 13 from the x-axis on your diagram) for R=3, then 90 for R=1, and about 106 (46 to the x-axis in your diagram) for R=1/3. There is a unique curve for each θ (the blue curve shows θ=30 for comparison). Note that the red and blue curves only cross at R=1. This value of R is the only one that uniquely determines the separation angle, for all other values of R it also depends on θ.


R vs α for two values of θ.


R vs alpha for two values of theta


No comments:

Post a Comment

classical mechanics - Moment of a force about a given axis (Torque) - Scalar or vectorial?

I am studying Statics and saw that: The moment of a force about a given axis (or Torque) is defined by the equation: $M_X = (\vec r \times \...