A cart consists of a box of mass m mounted on 4 identical wheels. Total mass of all the four wheels is also m.When released from rest on a uniform slope of inclination =30 degrees the cart rolls down without slipping a distance of 15m in time 3 seconds. Now a load of mass m is put in the box of cart and the cart is again released on the slope.If the load does not slide in the box,calculate time taken by cart to roll down the same distance gravity = 1 0 m / s 2
Not original Rotational motion(pathfinder) Try my other problem too...
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.
Ok got it thanx
In the first case, the force balance equation gives
2 m g sin α − F f = 2 m w ,
where m , g , w , F f are mass of the box, acceleration due to gravity, acceleration of the box and force of friction respectively. The moment balance equation gives
F f × r = η m r 2 β ,
where r , β , η are the radius of each wheel angular acceleration of each wheel and the ratio of total moment of inertia of the wheels and m r 2 respectively. Since the rolling is pure, therefore
w = r β
Solving we get w = 2 + η 2 g sin α .
In the second case, the corresponding equations are
3 m g sin α − F f ′ = 3 m w ′
and
F f ′ × r = η m r 2 β ′ ,
with
w ′ = r β ′ .
Solving we get w ′ = 3 + η 3 g sin α .
If t and t ′ be the times of travel in the two cases, then, since the initial velocities in both the cases are zero, we have
t t ′ = w ′ w ,
or
t ′ = 3 × 3 ( 2 + η ) 2 ( 3 + η )
For the wheels to be in the shape of circular rims, η = 1 , and the time is given by
t ′ = 3 × 9 8 ≈ 1 . 8 8 5 6 sec.
For the wheels to be in the shape of circular disks, η = 2 1 , and the time is given by
t ′ = 3 × 1 5 1 4 ≈ 2 . 8 9 8 sec.
For impure rolling, the force balance equations in the two cases are
2 m g sin α − 2 μ k m g cos α = 2 m w ⇒ w = g ( sin α − μ k cos α )
3 m g sin α − 3 μ k m g cos α = 3 m w ′ ⇒ w ′ = g ( sin α − μ k cos α ) = w .
where μ k is the coefficient of sliding friction.
Hence both the times will be equal in the case of impure rolling. That is the time will be 3 sec. in the second case also.
Pure rolling isnt mentioned
Log in to reply
If the rolling be impure, then the answer will depend on the friction coefficient, which is not supplied. Hence we have to assume that the rolling is pure.
Yes we dont know the fric coeff that is why we cant do it by your method
Log in to reply
In the solution given by Steven Chase also, pure rolling is considered. That is the correct approach.
Are you sure? Under what condition can the angular velocity be equal to R x ˙ ?
Log in to reply
Ohh rightt.. I am sorry..i just saw energy conservation and didnt solve it furyher
Problem Loading...
Note Loading...
Set Loading...
Let M B be the mass of the box, and let M W be the combined mass of the wheels. Let x be the distance the cart has rolled down the ramp, and let R be the radius of the wheels. We are not told the exact shape of the wheels, so we introduce a parameter α such that the combined moment of inertia of the wheels is α M w R 2 . As the cart rolls down the ramp, both the box and the wheels translate, and the wheels rotate as well. Conversion of gravitational potential energy to kinetic energy results in the following equation:
2 1 ( M B + M W ) x ˙ 2 + 2 1 ( α M W R 2 ) ( R x ˙ ) 2 = ( M B + M W ) g x sin θ
Simplifying gives:
x ˙ 2 = 2 1 ( M B + M W ) + 2 1 ( α M W ) ( M B + M W ) g x sin θ
It is likely that the wheels are either disks ( α = 2 1 ) or circular rims ( α = 1 ) . Using the above expression for the speed of the cart as a function of the cart position, numerically integrate the position of the cart using both α values and choose the value of α which corresponds to x = 1 5 at t = 3 . For this simulation, set M B = M W = 1 . As it turns out, the wheels are circular rims ( α = 1 ) .
Now that we know α , we can double the value of M B and run the simulation again and see at what time x = 1 5 . The final t value turns out to be 2 . 8 2 8 . Simulation code is attached. Note that this problem could be done fully analytically (by hand), but it was more convenient for me to use numerical integration.