Work done by friction force on an object?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 6K views
bluetriangle
Messages
7
Reaction score
0
I'm using a review book to study for physics but I don't understand how this answer was obtained. I got a different answer. When I googled the exact same question, I found a website that got the same answer as me... so is the book wrong? The question is as follows:

1. Homework Statement


A 15 kg crate is moved along a horizontal floor by a warehouse worker who's pulling on it with a rope that makes a 30 degree angle with the horizontal. The tension in the rope is 200 N and the crate slides a distance of 10 m. If the coefficient of kinetic friction between the crate and floor is 0.4, how much work is done by the friction force?

The book uses 10 m/s² for gravity so for the sake of matching answers, I will too.

Homework Equations



W = Frcosθ

μ = Ff/Fn

The Attempt at a Solution



I drew a free body diagram. The only forces acting in the x-direction (direction of the displacement of the crate and therefore what is important to look at when solving for work) are Ftensionx (or Ftx) and Ff.

I know that Ftx = cos30 * 200 = 173.2 N
I know that Ff = μFn = μmg = 0.4*15*10 = 60 (I know Fn = Fg because the crate does not move in the y-direction)
I know that θ = 180 because Ff and the direction of displacement are antiparallel

W = Frcosθ = Ffrcosθ = 60*10*cos180 = -600 J

However, the book says -200 J
Am I doing this wrong?
Thank you for your help
 
on Phys.org
There's a problem with your friction force. The force applied by the rope has two components, a horizontal one (which you got) and a vertical one. In which direction does this vertical component act on the crate? What does this do to the normal force which determines the friction force?
 
gneill said:
There's a problem with your friction force. The force applied by the rope has two components, a horizontal one (which you got) and a vertical one. In which direction does this vertical component act on the crate? What does this do to the normal force which determines the friction force?

I don't understand exactly... The vertical force of the rope is pulling it upwards, combined with Ftx to pull it at an angle. But it doesn't do any work on the crate, correct? Because the crate is not moving vertically, only horizontally. That's why I only paid attention to the forces acting in the x-direction.

I thought Fn = Fg no matter what (if there is no movement in the y-direction) so I'm not connecting how Fty affects Ff.
 
bluetriangle said:
I thought Fn = Fg no matter what (if there is no movement in the y-direction) so I'm not connecting how Fty affects Ff.
No movement in the y direction tells you the forces balance in that direction, but Fn and Fg are only two of the three forces acting.
 
Oh! I see it now.

In the y-direction: Fn + Fty - Fg = 0
Fn = Fg - Fty = mg - mgsinθ
Fn = 50 (not 150)

So:
Ff = 50 * 0.4
Ff = 20 N

W = Frcosθ = 20*10*cos180 = -200 J

Yay thanks so much for your help! I really appreciate it :)