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=T−t1 - 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=0Substituting the Fx into the expression above:
−mgTsinα−μmgt1cosα+μmgt2cosα=0−Tsinα−μt1cosα+μ(T−t1)cosα=0⇒t1=T2(1−tanαμ)By definition the mean velocity is:
¯v≡1T[∫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)=0Applying 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(t−t1)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:
¯v⋅T=∫t10−μgtcosαdt+∫Tt1μg(t−t1)cosαdt−∫t10v0sin(ωt+π)dt−∫Tt1v0sin(ωt+π)dt+∫Tt1v0sin(ωt1+π)dtBy simplifying and integrating, we get:
¯v⋅T=−(T−t1)v0sin(ωt1)then substituting t1 and using the equation ω⋅T=2π:
¯v⋅T=−(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(1−tanαμ)cosα+v0sin(ωT2(1−tanαμ))=0
Simplifying: −μgT2(1−tanαμ)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 t1≈T/2.
v2(T)=μg(T−t1)cosα−v0(sin(ωT+π)−sin(ωt1+π))=μg(T−t1)cosα+v0sin(ωt1+π)
Then using the condition v1(t1)=0, we get v2(T)=μg(T−t1)cosα−μgt1cosα≈0
- ¯v<0, so the object will slide down from the plane.