| Joel
Kammet |
Everybody (well, maybe not everybody :) ) likes to model damped harmonic motion with a damping term that's a function of velocity, so we start with something like
|
||||||||||||
| David
Loeffler |
Isn't it rather more likely that the solution would be defined piecewise, with separate formulae for each of the intervals [0,t1 ], [t1 ,t2 ], [t2 ,t3 ] etc, where the ti 's are the times at which the direction of motion changes? For example, suppose y'' = -y + K(y') where K(y') = -1 if y' > 0, 1 if y' < 0. Then (for argument's sake) let's start with t = 0, y = 5, y' = 0. On this stretch y'' = 1 - y, so y'' + y = -1. That is (given the initial conditions) y = 1 + 4 cos t. Now this will be fine until y' reaches zero, which is when t = pi . Then y(t) = -3. We have to check that the block is going to move at all: this is clear as the attractive force on it is 3 and the resisting force is 1. So it continues to move, and now we have y'' + y = -1, y = -1 + 2 cos t, and this continues until time t = pi . Now we have y = 1, and the block simply stops, as the frictional force is sufficient to prevent it returning. (You might like to see what happens if you choose different starting positions. Can you see why the block will always stop moving after a finite time?) David |
||||||||||||
| Joel
Kammet |
Yes, of course. A piecewise solution does make more sense. Actually, now that you mentioned it, it's clear that yet another function should be used to determine when the motion stops completely, since the coefficient of static friction is generally larger than m k . But, still, it would be convenient to be able to approximate it with some sort of continuous function, even though that wouldn't be precisely correct... Anyway, thanks David. |