Calculate work based on resistive force

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 8K views
agadag
Messages
59
Reaction score
0

Homework Statement



A bicyclist rides 5.7 km due east, while the resistive force from the air has a magnitude of 2.8 N and points due west. The rider then turns around and rides 4.6 km due west. The resistive force from the air on the return trip has a magnitude of 1.9 N and point due east.
(a) Find the work done by the resistive force during the round trip.


Homework Equations



W= F * D

The Attempt at a Solution


2.8N+1.9N (4600m + 5700m) = wrong answer!
please help!
 
Physics news on Phys.org
What you wrote as a solution is certainly not F * D. You basically tried to calculate F + F*D. You should have immediately realized this was wrong since you can't add 2 values of different units. Break the system into 2 parts, [tex]F_1[/tex] being the force on the rider and [tex]D_1[/tex] being the distance the rider travels subject to that force. Do the same for the trip back with [tex]F_2[/tex] and [tex]D_2[/tex]. Your work is now [tex]W = F*D[/tex] which can be broken up into [tex]W = F_1 * D_1 + F_2 * D_2[/tex].
 
Pengwuino,
you said adding the two forces are wrong because they are different units...but they are both Newtons, doesn't that mean its ok to add the forces together?
However I tried your method
2.8(5700) +1.9(4600) = 24700
This is still wrong :(
 
Yes, but what you did was say [tex]W = F_1 + F_2(D_1 + D_2)[/tex] which was adding a force to a unit of energy.

I should have mentioned this the first time, but also remember that since the air took energy away from the rider, the work the air did (which is what's being asked for) is negative.
 
Ahhh. thank you very much that works out. However, at the risk of sounding stupid, I am still confused. Since both amounts are resistive forces, how is it that F1 + F2 is adding a force to a unit of energy?
Energy = joules?
 
When you write out [tex]F_1 + F_2(D_1 + D_2)[/tex], mathematical order of operation dictates you first add up [tex]D_1 + D_2[/tex] and then multiply them against [tex]F_2[/tex] which gives you units of energy. THEN you add [tex]F_1[/tex] but this is not valid since you're adding a force to an energy (which yes, is in Joules).
 
ohhh...ok that makes sense.
Thanks again!