Counter-intuitive 2D collision

Click For Summary

Discussion Overview

The discussion revolves around the dynamics of a ball colliding with a movable slope in a two-dimensional space, focusing on the implications of the restitution coefficient in partially inelastic collisions. Participants explore the complexities of energy transfer during the collisions and the effects of the slope's movement in the horizontal plane.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant describes the scenario of a ball dropped onto a slope that can move horizontally, questioning how to calculate the final velocities and the meaning of the restitution coefficient in this context.
  • Another participant suggests making an assumption about the collision nature, proposing that the ball's velocity component parallel to the incline remains unchanged after the collision, and discusses how to use the coefficient of restitution appropriately.
  • A different participant explains the definition of the coefficient of restitution in terms of relative velocities before and after the collision, emphasizing the need to account for the slope's final velocity in calculations.
  • Several posts request corrections to an equation, indicating a collaborative effort to clarify the mathematical representation of the restitution coefficient.
  • One participant argues that if the slope were not restricted to horizontal movement, the restitution coefficient would differ due to the vertical impulse from the ground, raising questions about the dependency of the coefficient on various factors.
  • Another participant compares the coefficient of restitution to the coefficient of friction, suggesting that it serves as an engineering approximation rather than a fundamental physical principle.
  • Additional comments highlight that the coefficient of restitution is influenced by the materials involved in the collision, similar to friction coefficients, and suggest using simulation tools to better understand the dynamics involved.

Areas of Agreement / Disagreement

Participants express differing views on the implications of the restitution coefficient and its dependency on various factors, indicating that there is no consensus on how to approach the problem or the nature of the coefficient itself.

Contextual Notes

There are unresolved assumptions regarding the nature of the collisions and the specific conditions under which the restitution coefficient is applied, as well as the implications of simultaneous versus sequential collisions.

jaumzaum
Messages
433
Reaction score
33
Consider a slope with mass, that can move in the horizontal plane without friction. A ball is dropped and hits the slope with restitution coefficient e. How to calculate the final velocities?

How can I solve something like this? Note that it's not a simple 2D collision, it has a restriction that the slope can only move in the horizontal plane. There are actually 2 collisions happening, the collision of the ball with the slope (partially inelastic) and the collision of the slope with the Earth (that is completely inelastic). What is the meaning of the restitution coefficient in this problem? Will it be the restitution coefficient for the first collision or for the overall collision? I know the answer could be "well, it could be for both, you need to specify", but practically, do I really need to specify this? Isn't anything implied?

I have another problem when I try to think about the energy dissipated in the problem. The first collision will drain energy from the ball and convert in another type of non-translacional kinetic energy. If the second collision happened after the first (the ball hits the slope and then the slope hits the ground), the second collision would drain energy only from the slope. That way we could say there would be 2 different restitution coefficients. But both things are occurring at the same time, so I don't know if this "second collision" will drain energy only from the slope anymore, it could drain energy from the ball, and the final velocity of the ball when both collisions happens simultaneously could actually be different from those calculated if the collisions happened one another.
 
Physics news on Phys.org
You need to make an assumption about the nature of the collision, about the velocity of the ball immediately after bouncing off. The assumption I would make is that the component of the ball's velocity parallel to the incline is the same before and after the collision. WIth this assumption you can find the impulse delivered to the inclined plane and hence its horizontal velocity. I would use the coefficient of restitution as it is meant to be used. Find expressions of the relative speeds before and after the collision and take the ratio. The collision of the incline with the Earth just negates the vertical component of the impulse while the horizontal component gets the incline sliding.

Disclaimer: I have not solved this problem, but this is how I would proceed, at least initially, to solve it.
 
You have a coefficient of restitution for each impact. At each impact you can construct a basis consisting of unit vectors normal and tangential to the interface ##\{\hat{n}, \hat{t}\}##, for a 2D space. If the velocities of the colliding parts of the two bodies before the collision are ##\vec{u}_A## and ##\vec{u}_B##, and those after the collision are ##\vec{v}_A## and ##\vec{v}_B##, then the coefficient of restitution is defined with$$(\vec{v}_B - \vec{v}_A) \cdot \hat{n} = -e(\vec{u}_B - \vec{u}_A) \cdot \hat{n}$$i.e. proportional to the ratio of the normal components of the relative velocities before and after the collision. If the wedge is always in contact with the Earth, I don't think you need to worry about that interface. For the collision between the wedge and the ball, you will need to account for the final velocity of the wedge in your restitution calculation!
 
Last edited by a moderator:
etotheipi said:
##\dots## then the coefficient of restitution is defined with$$(\vec{v}_B - \vec{v}_A) \cdot \hat{n} = -e(\vec{v}_B - \vec{v}_A) \cdot \hat{n}$$
Please edit the equation and put ##\vec u_A## and ##\vec u_B## where they belong. :oldsmile:
 
  • Wow
Likes   Reactions: etotheipi
kuruman said:
Please edit the equation and put ##\vec u_A## and ##\vec u_B## where they belong. :oldsmile:

Thanks for the assist 🙌... I think that's a sign I should pack up shop for today :wink:
 
Thanks guys! So I think both of you would agree with me that if the ground was not there (if there was no restriction that the slope can only move in the horizontal plane) the restitution coefficient would be different. That is because the ground exerts an impuls in the vertical direction, and the vertical direction is not perpendicular to the collision. So if the same ball was dropped from the same height to the same slope, the restitution coefficient would be different in these two different scenarios. That way, if we assume the restitution coefficient is calculated in the old-fashioned way as mentioned, we are indirectly implying that the Earth plays a hole in the coefficient. This was what I don't understand properly. What does the restitution coefficient depend on? I know they could depend on the velocities, and now I found it depends on the restrictions. It seems a bit useless to me to calculate something that varies all the time and does not depend only on the surface material (like friction coefficient, in almost all the time). So why do we use it?
 
jaumzaum said:
So why do we use it?
Like the coefficient of friction, it is not a physical principle, but an engineering approximation.
 
  • Like
Likes   Reactions: etotheipi
To add to what @jbriggs444 noted, the coefficient of restitution depends on the colliding materials much like the coefficient of friction depends on the surfaces in contact with each other. Take a look at this short video. Same table, different balls.
 
  • Like
Likes   Reactions: etotheipi
jbriggs444 said:
Like the coefficient of friction, it is not a physical principle, but an engineering approximation.
Or like coefficient of rolling resistance, which accounts for various phenomena lumped together for practical reasons.
 
  • #10
For this kind of problems, it's good to learn to use some simple Java or C# 2D physics engine realistic enough to simulate what happens and compare it to calculations. The documentations of those will tell if it's sophisticated enough to include the coefficient of restitution, friction and so on.
 

Similar threads

  • · Replies 35 ·
2
Replies
35
Views
4K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K