Solving Momentum and Impulse for Mass Dropped from Height

  • Thread starter Thread starter Chen
  • Start date Start date
  • Tags Tags
    Momentum
AI Thread Summary
A mass dropped from a height impacts the floor with a velocity vector of 3i - 20j, and the coefficient of friction is 0.2. The discussion centers on calculating the horizontal distance the mass travels before stopping, considering the effects of kinetic friction and the vertical momentum change during impact. Participants debate the role of the normal force, which exceeds the weight during impact, affecting friction, and the need to account for both horizontal and vertical components of motion. Ultimately, it is concluded that the mass stops almost immediately in the horizontal direction due to the frictional force being greater than the horizontal momentum, leading to an effective stopping distance of zero. The complexity of the problem lies in the assumptions made about the time of impact and the nature of the forces involved.
Chen
Messages
976
Reaction score
1
A mass M is dropped from height on a floor, so that at the moment of impact its velocity is \vec{v} = 3\hat{x} - 20\hat{y}. The coefficient of friction between the mass and the floor is 0.2. What horizontal distance will the mass pass before stopping. (The mass doesn't lose contact with the floor thruoghout the impact, i.e it doesn't bounce.)

Here's what I tried to do:

\Delta P_x = m(u_x - v_x) = \int{f_kdt} = \int{-\mu N dt}
\Delta P_y = m(0 - v_y) = \int{N dt}

Dividing:

\frac{u_x - v_x}{-v_y} = -\mu

And I get that ux, the mass horizontal speed after the impact, is -1. Obviously that makes no sense...

I have a feeling that if I knew the total impact time I cuold solve the problem, but it's not given.

Thanks,
Chen
 
Physics news on Phys.org
I could be wrong on this (someone please correct me if I am), but this is what I would do:

I looked at only the horizontal component of the change in momentum, which should be 3*M (change in momentum = m*v). I know that the force of kinetic friction doesn't vary, and I know that with a non-varying force impulse just equals force*time. So I did 3M = (0.2)Mg*time and solved for time, to get time = 3M/(0.2Mg) = 15/g seconds.

I'm not sure if you need to take into account the verticle component of the velocity. It seems that if it doesn't bounce, there is only horizontal motion and that's all that matters, but I don't know.
 
Think that the velocity vector has a component which is perpendicular to the direction of motion.That means that there is a transfer of momentum (hence a force) which acts on the floor,increasing the pressure which gravity exerts on the floor.In this case,the normal force is greater,and hence the friction force.

Redo calculations taking into account the hints given.

Daniel.
 
Silimay said:
I know that the force of kinetic friction doesn't vary, and I know that with a non-varying force impulse just equals force*time. So I did 3M = (0.2)Mg*time and solved for time, to get time = 3M/(0.2Mg) = 15/g seconds.
Even if we assume the friction force doesn't vary, it most certainly doesn't equal \mu mg because N != mg during the impact. N is much much greater than mg at that time, because it needs to cancel the vertical momentum the ball has upon impact. Thanks though. :)

dextercioby said:
Think that the velocity vector has a component which is perpendicular to the direction of motion.That means that there is a transfer of momentum (hence a force) which acts on the floor,increasing the pressure which gravity exerts on the floor.In this case,the normal force is greater,and hence the friction force.

Redo calculations taking into account the hints given.
How? I already knew that the normal force is greater during the impact, but I have no way of knowing its magnitude. How exactly would you modify my calculations to include this information? Thanks.
 
Last edited:
Interesting problem! I think the best you can do is assume that the vertical component of the collision with the floor resolves in a negligible time, then just the horizontal energy is dissipated by sliding friction. (This is what Silimay assumed.)
 
Doc Al said:
Interesting problem! I think the best you can do is assume that the vertical component of the collision with the floor resolves in a negligible time, then just the horizontal energy is dissipated by sliding friction. (This is what Silimay assumed.)

Yes,Doc,i'd call it weird,not interesting.
i)If u assume that the transfer of momentum of the vertical component is produced instantaneously (we're in CM,so we're allowed to do such simplifying assumptions),then you wouldn't fit it in the problem,as it would be almost infinite and the time of this transfer would be another (a priori unknown) variable.BTW,why would the problem supply us with a nonuseful info.regarding the "y" component of the velocity vector.
ii)Another idea is to assume something rather absurd (what i suggested in my prior post,as rejected 'i)':that this transfer of momentum is produced continuously on the time the box/object moves along the table/floor.In that case,the time interval assumed by the momentum transfer would not be another parameter/unknown,but it would be the quantity the problem was asking about:the time would be linked with the initial speed along "x" and certainly with the acceleration.

WIERD id the key word.

Daniel.
 
Well, since it doesn't bounce, I'm assuming that we'll treat it essentially as an inelastic collision. Since you're not given any further information about the force experienced during the collision or the time interval dt during which the collision occurs, I think you'd have to make the reasonable assumption that it's vertical momentum changes to 0 effectively instantaneously (although not really). After that occurs and for the remainder of the mass's slide on the floor, the normal force exactly equals the weight or else it would have an acceleration component in the y-direction. So, without further information, I would agree with Doc Al and Silmay and say it's safe to only deal with the x-component of momentum change. I proceeded as follows using the impulse-momentum theorem:

<br /> {\Delta}\vec{p} = \vec{J} = \int_{t_i}^{t_f}{\vec{F(t)}dt}<br />

Now, the net force acting on the mass is the kinetic frictional force -{\mu}N\hat{i} = -{\mu}Mg\hat{i}. By the impulse-momentum theorem, the total impulse exerted is the change in momentum (which is, in the x-direction, -3M kg*m/s). So, letting t_i = 0 we have,

-3M\hat{i} = \int_0^t{-{\mu}Mg\hat{i} = -{\mu}Mgt\hat{i}}

where the units on both the left and right side have dimensions \frac{ML}{T}. Now, everything simplifies down to give the magnitude of the time t = \frac{3}{{\mu}g} \approx 1.5s. Note that this quantity doesn't depend on the mass, which makes sense because an increased mass causes both an increased linear momentum while at the same time an increased normal (and hence frictional) force to retard its motion.

Cheers.
---
Mike Fairchild
http://www.mikef.org/
"Euclid alone has looked on beauty bare."
--Edna St. Vincent Mallay
 
Last edited:
Doc Al said:
Interesting problem! I think the best you can do is assume that the vertical component of the collision with the floor resolves in a negligible time, then just the horizontal energy is dissipated by sliding friction. (This is what Silimay assumed.)
I'm pretty sure this isn't the way to go, because one of the hints for this problem is "Refer to the normal force that the floor exerts on the ball during the collision time". :smile:

mjfairch - Thanks for going through the trouble, but I'm afraid we can't do that.
 
Chen said:
I'm pretty sure this isn't the way to go, because one of the hints for this problem is "Refer to the normal force that the floor exerts on the ball during the collision time".
Ok. I think I agree with you. But I would first of all observe that this is really an energy problem.

You can determine the horizontal component of its speed the instant it hits the floor. That gives you its kinetic energy at that point. Then, for a brief period of time, the normal force (which determines the force of friction) is greater than mg. What really matters is the distance that force operates over.

What, then, is the distance over which this extra force operates? Obviously, it is \Delta s = v_x \Delta t where \Delta t is the time it takes for the floor to reduce the vertical motion to 0. So we are looking for:
(1)\mu_kF_{normal}v_x\Delta t_

Now here is the tricky part. We know, from conservation of momentum, that F_{normal}\Delta t = mv_y. So just use that value F_{normal}\Delta t and plug it into (1). That gives you the energy loss while the vertical momentum is being absorbed. The rest of the kinetic energy is consumed by the regular friction force times stopping distance (\Delta KE = \mu_k mgd).

AM
 
Last edited:
  • #10
Andrew: I like your energy approach, but I'd like to discuss a little further.
Andrew Mason said:
You can determine the horizontal component of its speed the instant it hits the floor. That gives you its kinetic energy at that point.

Then, for a brief period of time, the normal force (which determines the force of friction) is greater than mg. What really matters is the distance that force operates over.

What, then, is the distance over which this extra force operates? Obviously, it is \Delta s = v_x \Delta t where \Delta t is the time it takes for the floor to reduce the vertical motion to 0.
But during the time interval {\Delta}t that the vertical impulse is acting, the mass is sliding across the floor with a forward horizontal speed, and it is also simultaneously experiencing the kinetic fricional force opposing its motion. Thus its velocity is not constant as you imply in your previous equation, but is instead changing due to the acceleration from the friction. What we need is a representation of the normal force as a function of time (e.g. N(t)) that decays rapidly down to the "standard" normal force N=mg after the small time interval {\Delta}t during which the vertical impulse is still acting.

Andrew Mason said:
So we are looking for:
(1)\mu_kF_{normal}v_x\Delta t_

Now here is the tricky part. We know, from conservation of momentum, that F_{normal}\Delta t = mv_y. So just use that value F_{normal}\Delta t and plug it into (1). That gives you the energy loss while the vertical momentum is being absorbed. The rest of the kinetic energy is consumed by the regular friction force times stopping distance (\Delta KE = \mu_k mgd).

AM
Unless further information is given regarding the time interval {\Delta}t during which the vertical impulse acts, I don't think this problem can be solved explicitly without the assumption we made neglecting the vertical component of the impulse; rather it will have to be left in implicit form involving that {\Delta}t we keep mentioning.

Assuming we did know that time interval, then we can break the problem into two parts. (1) the energy loss while the vertical impulse is still acting (using our N(t) for the normal force obtained above), and (2) the remainder of its journey where the frictional force is computed with the "standard" normal magnitude of N=mg.

Cheers.
---
Mike Fairchild
http://www.mikef.org/
"Euclid alone has looked on beauty bare."
--Edna St. Vincent Mallay
 
  • #11
mjfairch said:
But during the time interval {\Delta}t that the vertical impulse is acting, the mass is sliding across the floor with a forward horizontal speed, and it is also simultaneously experiencing the kinetic fricional force opposing its motion. Thus its velocity is not constant as you imply in your previous equation, but is instead changing due to the acceleration from the friction.

Yes. I assumed \Delta v_x &lt;&lt; v_{x0} (ie. that the total time of stopping was much larger than \Delta t). We don't know \Delta t and we can't find out what it is. It depends upon the hardness of the block and floor. We can only determine F\Delta t (or more exactly \int_0^t F\delta t) where F is the vertical force in excess of Mg. So I should not have assumed anything about the time of impact.

Just looking at it again, I see that one can determine the loss of horizontal momentum due to the extra horizontal friction from the normal force of the vertical impact: M\Delta v_x = \mu_kF_{normal}\Delta t where F_{normal} is the normal force in excess of Mg. Since Mv_{y0} = F_{normal}\Delta t,
\Delta v_x = \mu_kv_{y0}

Since \mu_k = .2 and v_{x0}/v_{y0} &lt; .2 the loss of horizontal speed is completed during the impact.

The equation for d would be:

1/2(v_{x0} - \mu_kv_{y0})^2)/\mu_kg = d


So the answer in this case is effectively 0. The horizontal motion stops in roughly the same distance as the vertical motion, which is negligible. Looking back, this is similar to what Chen concluded with his d = -1 result.

AM
 
  • #12
Thank you very much for your in-depth explanations. :smile:

Andrew - it was also my conclusion that the distance is 0, because vx0/vy0 is smaller than the coefficient of friction and the mass comes to a halt in the X axis before it does so in the Y axis. I'll attempt to submit this answer today and let you know how it went.

By the way, what if the ratio vx0/vy0 was bigger than the coefficient? We would definitely need the dt of the impact, right? Another reason why this might be just a trick question...

Thanks again,
Chen
 
  • #13
Chen said:
By the way, what if the ratio vx0/vy0 was bigger than the coefficient? We would definitely need the dt of the impact, right?
Not necessarily. The formula in my last post should apply if the time it takes to stop is greater than dt.

The total stopping distance, d, will be non-zero (non-negligible) if v_{x0}&gt;&gt; \mu_kv_y. In fact, the formula should give the exact distance d, because it includes the uncertain distance traveled during impact which is determined by the average speed during that time:
s=(v_{x0} - \Delta v_{ximpact}/2)\Delta t or
s=(v_{x0} - (\mu_kv_y + \mu_kg\Delta t)/2)\Delta t

Note in the formula \Delta v_x was defined as the loss of speed due only to the extra horizontal friction from impact. It did not include the friction due to \mu_kMg. So technically, in order for the formula to give the exact distance, the inequality v_{x0} &gt; (\mu_kv_y + \mu_kg\Delta t)/2 has to apply.

AM
 
Last edited:
Back
Top