Simple Force and Motion Problem - Explain the explanation please.

AI Thread Summary
The discussion revolves around a physics problem involving a conveyor belt system where box A is at the top and box B is at the bottom. The main question is about the time it takes for box A to hit box B if the conveyor belt under A breaks, with a focus on understanding why the time formula includes '2d' instead of 'd'. Participants clarify that the equation for time derives from the kinematic equation for motion under constant acceleration, specifically using the relationship between distance, acceleration, and time. There is also a debate about when to use different equations for motion, emphasizing the importance of understanding initial conditions and acceleration due to gravity and friction. Ultimately, the discussion highlights the complexities of analyzing motion on an incline with friction involved.
tenbee
Messages
15
Reaction score
0

Homework Statement



Half-Passage: In the packing industry, processing packages via conveyor belts is immensely practical and vital for operations. Maintaining packages in a neat and file line is no easy task, considering that many conveyor belts are non-linear and require the traversal of hills and valleys. As a general rule of thumb, boxes are kept no less than 5m apart so that collisions do not occur and skew the entire process. In the following diagram, box A is at the very top of the conveyor belt and box B is at the very bottom. The height of the conveyor belt system is h and the slops of the hill is r.

http://www.mcatquestionaday.com/pictures/080925.gif

Question 2: Assume that the conveyor belt of the incline is distinct and moves separately from the conveyor belt on which B rests. If the conveyor belt underneath A breaks, how long will it take for box A to hit box B assuming that box B remains stationary and the coefficient of kinetic friction of the conveyor belt is 0.4? Also assume that the mass of box A is m. For simplicity, assume that the distance down the ramp is d.

Homework Equations

The Attempt at a Solution



answer: {2d/[gsin(r) - 0.4gcos(r)]}1/2

Okay... I understand how to solve this equation, but I don't understand why it's '2d' instead of 'd'. A little help please : )

To find time...
a = v/t and v= d/t, so a = (d/t)/t
F = ma --> a = F/m
Ffr = µk*Fnorm

So for force --> (mgsinθ - mgcosθ)/m, then cancel the m --> a = (gsinθ - gcosθ)

(d/t)/t = (gsinθ - gcosθ) --> (d/t) = t(gsinθ - gcosθ) --> d = t*t(gsinθ - gcosθ --> d/(gsinθ - gcosθ) = t2 --> [d/(gsinθ - gcosθ)]1/2 = t

Where do they get 2d from?!?
 
Last edited:
Physics news on Phys.org
Try setting a = 1/2 t^2, taken from x(t) = 1/2t^2 + vt + t_0
 
khemist said:
Try setting a = 1/2 t^2, taken from x(t) = 1/2t^2 + vt + t_0

Ahhh, I see - yes that works. Thank you!

When should I use x = x0 + v0t + 1/2at2 versus a = (d/t)/t?
 
x(t) is a position function. It implies constant acceleration and one can use it to determine the time it takes to get from A to B .

I would only use a = d/t^2 when you know the distance interval and time interval. It is really a = (d_2-d_1)/(t_2 - t_1)^2, which gives you an average acceleration.

Someone else might be able to answer that question a little better, I am not 100% on when to use it.
 
Actually the problem is wrong. If A is moving, the conveyor has a velocity v, and when it stops, it makes a get an disacelleration or an acelleration (only if static friction coefficient makes A don't slide in the conveyor, but kinetic does). This way A has a initial velocity v that increases or decreases by time, so the initial velocity is needed. But as the answer says, there is no v, so, assuming that v is TOO short and can be forgotten, we have:

We know the position/time function in the MUV:

\Delta S = Vot - (1/2)at²
Vo=null
\Delta S = (1/2)at²
t=\sqrt{2 \Delta S/a}

But a is the acceleration of gravity in the axe of the conveyor minus the disacxceleration of friction

A = g.sin\alpha - A_{friction}

Fa = N.u = m.g.cos\alpha.u -> Fa = 0.4mgcos\alpha -> A_{ friction} = 0.4gcos\alpha
A = g.sin\alpha - 0.4gcos\alpha
t = \sqrt{ 2\Delta S/g.sin\alpha - 0.4gcos\alpha}

Replace to get answer
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...

Similar threads

Back
Top