A particle is moving on a rough horizontal table, the surface of which is considered to be the X-Y plane. The particle is constrained to move on this table and along a smooth curve fixed on the table, in the shape of . The particle starts its motion from the origin and its initial speed is . The friction coefficient of the table is . The weight of the particle acts along the negative Z direction.
The goal of this problem is to compute the X coordinate of the bead when it finally comes to rest. Let this result be . Enter your answer as .
Note:
Acknowledgement: Thanks to Mark Hennings for helping me to refine this problem statement.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
To be clear, the particle is moving on a rough horizontal table (the XY-plane) in contact with a smooth vertical parabolic wall, so that it is constrained to move along the line y = 2 1 x 2 . We shall only consider horizontal forces on the particle. When the particle has position vector r = ( 2 1 x 2 x ) , it is subject to a normal reaction N = m λ ( 1 − x ) perpendicular to the wall and a friction force − 1 + x 2 μ m g ( x 1 ) parallel to the wall. Thus ( x 1 ) x ¨ + ( 1 0 ) x ˙ 2 = λ ( 1 − x ) − 1 + x 2 μ g ( x 1 ) Taking the inner product of this equation with ( x 1 ) , we deduce that ( 1 + x 2 ) x ¨ + x x ˙ 2 d x d [ 2 1 ( 1 + x 2 ) x ˙ 2 ] 2 1 ( 1 + x 2 ) x ˙ 2 = − μ g 1 + x 2 = − μ g 1 + x 2 = 2 − μ g ∫ 0 x 1 + x 2 d x = 2 − 2 1 μ g [ x 1 + x 2 + sinh − 1 x ] and so the particle will come to rest at the value x F where x F 1 + x F 2 + sinh − 1 x F = μ g 4 In this case μ g 4 = 0 . 8 , and we solve this equation numerically to obtain x F = 0 . 3 9 0 3 0 5 2 3 3 0 6 8 5 6 , and hence ⌊ 1 0 0 x F ⌋ = 3 9 .