Mass on an inclined plane with friction as a function of distance

AI Thread Summary
A small body sliding down an inclined plane experiences a frictional force that varies with distance, described by the equation g*sin(α) - β*s*g*cos(α) = a. The discussion revolves around solving this differential equation, with participants clarifying the approach to integrating and transforming the equation into a more manageable form. The concept of simple harmonic motion is introduced, highlighting that imaginary roots are normal in this context. A method involving multiplying by ds/dt is suggested to simplify the second-order differential equation into a separable form. The conversation emphasizes the importance of understanding integration techniques and the relationship between acceleration and velocity.
klg.amit
Messages
12
Reaction score
0

Homework Statement



A small body starts sliding down an inclined plane. The angle between the plane and the horizon is \alpha. The coefficient of friction depends on the distance s that the body travels according to \mu = \beta s.
Find the distance that the body travels until coming to a stop and its maximum speed.

2. The attempt at a solution

The force equation for the plane axis which I'm pretty sure I got correctly is
g\sin{\alpha} - \beta s g\cos{\alpha} = a

That is after simplifying and substituting what is required. This is a differential equation which I'm not sure how to solve. First, is there any problem with treating the acceleration as the second derivative of the distance (rather than of the position, which appears the same in this case). Second when I do try to find a homogenous solution I get an imaginary root which I'm not sure is ok. Am I even on the right track ? Or is there something I'm totally missing ?
 
Physics news on Phys.org
Welcome to PF!

Welcome to PF! :smile:

(have an alpha: α and a beta: β and a mu: µ :wink:)
klg.amit said:
A small body starts sliding down an inclined plane. The angle between the plane and the horizon is \alpha. The coefficient of friction depends on the distance s that the body travels according to \mu = \beta s.
Find the distance that the body travels until coming to a stop and its maximum speed.

The force equation for the plane axis which I'm pretty sure I got correctly is
g\sin{\alpha} - \beta s g\cos{\alpha} = a

Yes, essentially you have s'' = A - Bs,

and if you put r = s - A/B, r'' = s'', that's r'' = -Br, which is simple harmonic motion, r = C1cos(√B)t + C2sin(√B)t (except, of course, that it gets stuck when it reaches maximum "amplitude" :wink:)
… I get an imaginary root which I'm not sure is ok …

Yes, that's normal for simple harmonic motion … imaginary roots correspond to cos and sin, while real roots correspond to exp. :smile:
 
O.K. Thank you :)

This clears up things a bit :smile: I need to look into that and harmonic motion more carefully.. (it is something which I actually haven't studied yet)
 
I got a clue from somewhere which seems to hint that I can do it another way
The clue says to multiply both sides of the equation by \frac{ds}{dt} but I have no clue what this clue gives me :). That is, how to continue from there..
 
You have given the equation of acceleration.
g*sinα - β*s*g*cosα = a.------(1)
Now a = dv/dt = dv/ds*ds/dt = (v*dv)*(1/ds)
Put this value in eq(1) and simplify. You get
g*sinα*ds - β*g*cosα*s*ds = v*dv.
Find the integration on the both side and put v = 0 to find s.
 
klg.amit said:
I got a clue from somewhere which seems to hint that I can do it another way
The clue says to multiply both sides of the equation by \frac{ds}{dt} …

Yes, if s'' = f(s), you can multiply both sides by s', giving:

s's'' = f(s)s'

The LHS is the derivative of 1/2 (s')2 (incidentally, that's exactly where the 1/2 mv2 in KE comes from :wink:), and RHS is the derivative of ∫f(s)ds. :smile:
 
So the point of this method is to move from a second order (and non-separable?) DE to a separable DE ?
 
klg.amit said:
So the point of this method is to move from a second order (and non-separable?) DE to a separable DE ?

No :confused:, the point is that you start with a second-order equation which needs integrating twice, and first you integrate it once. :smile:
 
How do I integrate this part: β*g*cosα*s*ds
I need to find an expression which when differentiated with respect to s gives s
I thought it might be (β*g*cosα*s^2)/2 but then according to the chain rule when differentiating it should be multiplied by s' . I'm sorry but I'm really weak with DE ..
 
  • #10
klg.amit said:
How do I integrate this part: β*g*cosα*s*ds
I need to find an expression which when differentiated with respect to s gives s
I thought it might be (β*g*cosα*s^2)/2 but then according to the chain rule when differentiating it should be multiplied by s' . I'm sorry but I'm really weak with DE ..

Sorry, but you're not making sense :redface:

when you differentiate wrt s, there's no chain, is there? :wink:
 
  • #11
True. In that case I was just weak with making sense. Thank you :)
 
Back
Top