Processing math: 100%
Stand With Ukraine

Tuesday, September 8, 2020

Physics problem: A mass on an oscillating inclined plane

This problem comes from the problem book by Savchenko et al. which I mentioned in the blog before. It is the last problem on harmonic oscillations in the edition I have (3.30*). Since I am posting it here, it means that the solution took me quite long time and I have still some points that are not completely clear to me (hoping someone will comment and clarify it for me :-)).

Problem statement

Consider an inclined plane at an angle α with respect to the horizon. The plane is oscillating harmonically at high frequency along the axis (x) parallel to its surface and making the same angle α with the horizon (as shown in Fig. 1). The maximum speed of the oscillating plane is v0. An object is then placed on the inclined plane. The friction coefficient between the plane and the object is μ. Assuming that μtanα determine how would the object move and its mean velocity after a long period of time.

Fig. 1: Oscillating inclined plane with the mass on it, forces are shown at the moment when the object is sliding up the plane with the inertia force directed upwards.

Link to the latex source of the figure

Solution

We will consider the object in the reference frame tight to the oscillating plane. In this reference frame there would be the inertial force (varying harmonically) acting on the object and the object will oscillate up and down the inclined plane. Since the frequency of the oscillations of the plane is high, then we can consider that there are only two states of the object: it is moving upwards and downwards with respect to the plane. So the object will be oscillating on the plane up and down.

Let's take T to be the period of the oscillating motion of the object. Which is equal to the period of oscillations of the plane.

Let's denote:

  • t1 - time it takes the object to travel up with respect to the plane
  • t2=Tt1 - time it takes the object to travel down with respect to the plane

Let's consider projections of forces acting upon the object on the x-axis parallel to the inclined plane:

Fx=±μmgcosαmgsinαmωv0cos(ωt+ϕ0)

The last term of the equation above is the force of inertia, assuming that the velocity of the inclined plane varies according to the formula v(t)=v0sin(ωt+ϕ0). Since the object is sliding, there is the friction force Ff=±μN=±μmgcosα acting on the object in the direction opposite to its velocity.

Eventually, after a long time the change of momentum during each period T would be 0 (stationarity condition):

Δp=T0dp=T0Fxdt=0

Substituting the Fx into the expression above:

mgTsinαμmgt1cosα+μmgt2cosα=0Tsinαμt1cosα+μ(Tt1)cosα=0t1=T2(1tanαμ)

By definition the mean velocity is:

¯v1T[t10v1(t)dt+Tt1v2(t)dt]

Let's determine the functions v1(t) and v2(t).

Let's note that the velocity should be 0 at the turning points, therefore:

v1(0)=v1(t1)=v2(t1)=v2(T)=0

Applying the second Newton's law the velocity time derivatives can be expressed as:

dtv1(t)=μgcosαωv0cos(ωt+ϕ0),t[0,t1]dtv2(t)=μgcosαωv0cos(ωt+ϕ0),t[t1,T]

Here we neglected the projection of the gravity force (Fgx=mgsinα) as it is much smaller than the force of friction, according to the problem statement.

Integrating the equations for acceleration and using the 0-velocity conditions at turning points, we get:

v1(t)=μgtcosαv0sin(ωt+π),t[0,t1]v2(t)=μg(tt1)cosαv0(sin(ωt+π)sin(ωt1+π)),t[t1,T]

ϕ0=π follows from the equations v1(0)=0 and v1(t1)=0.

Finally, by substituting the expressions for v1(t) and v2(t) we get:

¯vT=t10μgtcosαdt+Tt1μg(tt1)cosαdtt10v0sin(ωt+π)dtTt1v0sin(ωt+π)dt+Tt1v0sin(ωt1+π)dt

By simplifying and integrating, we get:

¯vT=(Tt1)v0sin(ωt1)

then substituting t1 and using the equation ωT=2π:

¯vT=(T2+tanαμ)v0sin(πtanαμπ)=v0(T2+tanαμ)sin(tanαμπ)v0T2tanαμπ

Then the final expression for the mean velocity is:

¯v=v0tanα2μπ

Reflections

  • Let's double check that v1(t1)=0, i.e.,

    μgt1cosαv0sin(ωt1+π)=0

    Substituting t1:

    μgT2(1tanαμ)cosα+v0sin(ωT2(1tanαμ))=0

    Simplifying: μgT2(1tanαμ)cosα+v0sin(πtanαμ)=0

    Using the approximation tanαμ1:

    μgT2cosα+v0πtanαμ=0

    Well, it seems that in order to have v1(t1)=0, it is necessary that the period of oscillation be:

    T=v02πtanαμ2gcosα

    This makes me uncomfortable with the solution and the problem statement. Maybe there is something more to the motion described in the problem than I understand...

  • It is very easy to verify as well that v2(T)=0, assuming that t1T/2.

    v2(T)=μg(Tt1)cosαv0(sin(ωT+π)sin(ωt1+π))=μg(Tt1)cosα+v0sin(ωt1+π)

    Then using the condition v1(t1)=0, we get v2(T)=μg(Tt1)cosαμgt1cosα0

  • ¯v<0, so the object will slide down from the plane.