Finding the Final Velocity of a Box Sliding Across a Rough Surface

  • Thread starter Thread starter taveuni
  • Start date Start date
AI Thread Summary
The discussion revolves around calculating the final velocity of a box sliding across a rough surface with an initial speed of 3.8 m/s and a coefficient of friction of 0.7. The user initially calculates a final velocity of 4.6 m/s, which seems incorrect as it exceeds the initial speed. The work-energy theorem is applied, but the force of friction must be considered negative since it opposes the motion. Adjusting the equation to account for this negative work leads to a more reasonable final velocity of around 2 m/s. The importance of recognizing the direction of forces in work calculations is emphasized for accurate results.
taveuni
Messages
16
Reaction score
0
I am wondering if someone could guide me on this. I am getting a vf of 4.6m/s, which can't be right, considering vi is only 3.8m/s.

A box slides across a frictionless floor with an initial speed v = 3.8
m/s. It encounters a rough region where the coefficient of friction is
µk = 0.7. If the strip is 0.52 m long, with what speed does the box
leave the strip?

My thoughts:
F=µk*N=µk*g*m=6.867*m
vi=3.8 m/s

Using work-energy theorem:
F*d = .5*m*vf^2 - .5*m*vi^2
6.867*d*m = m*(.5*vf^2 - .5*vi^2)
m's cancel
6.867*.52 + .5*vi^2 =.5*vf^2
3.4335 + .5*(3.8)^2 =.5*vf^2
(3.4335 + 7.22)*2=vf^2
sqrt (21.307) = vf
4.62 = vf

Ridiculous. What am I doing wrong?
 
Physics news on Phys.org
taveuni said:
My thoughts:
F=µk*N=µk*g*m=6.867*m
vi=3.8 m/s

Using work-energy theorem:
F*d = .5*m*vf^2 - .5*m*vi^2

Because the force of friction is doing work against the motion, it should actually be:

-F*d= .5mvf^2 - .5*m*vi^2

When calculating work, it's force*distance*cos(theta), where theta is the angle between the force and the movement. In this case, theta is 180 degrees, so cos(theta) = -1
 
Thank you so much.
 
taveuni said:
Using work-energy theorem:
F*d = .5*m*vf^2 - .5*m*vi^2
6.867*d*m = m*(.5*vf^2 - .5*vi^2)

Ridiculous. What am I doing wrong?

You must realize that, by definition, F.d is negative. The force is not in the direction of motion.

EDIT: Guess I was a bit late. ;)
 
I'm going to venture a guess and say that since you know that logically the object will slow down, vf will be less than vi, so in the work-energy equation you have, the right hand side would have to be negative to satisfy this condition. Hence the left hand side would have to be negative to make satisfy the equality. Also, since work = F*d*cos(theta) and theta here is 180 degrees since it is acting in the direction opposite of the motion. I'm not too sure on any of this, but when i put in a negative 3.43 i get a final velocity around 2.something m/s, which makes more sense

EDIT: Guess I was even later...
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top