Air Resistance of bicyclist problem

Click For Summary

Homework Help Overview

The problem involves a bicyclist riding a total distance of 11.7 km, facing resistive forces from air during two segments of the trip. The first segment is 6.2 km east with a resistive force of 2.7 N west, followed by a 5.5 km west return trip with a resistive force of 2.2 N east. The goal is to find the work done by the resistive forces during the round trip.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the relationship between distance and displacement, questioning how to correctly apply the work formula W = F * distance in the context of resistive forces. There is confusion about whether to treat distances as positive or negative based on direction, and how to combine work values from different segments of the trip.

Discussion Status

Participants are actively exploring the calculations for work done by air resistance, with some suggesting that work can be negative and should be summed. There is recognition of the need to consider units and significant figures, and some participants are questioning the accuracy of their calculations and the implications of using kilometers versus meters.

Contextual Notes

There is an emphasis on the importance of unit conversion, as distances are initially given in kilometers while work is typically expressed in joules. Participants are also reminded to adhere to significant figure rules as specified by their homework guidelines.

lpcampbe
Messages
15
Reaction score
0
A bicyclist rides 6.2 km due east, while the resistive force from the air has a magnitude of 2.7 N and points due west. The rider then turns around and rides 5.5 km due west. The resistive force from the air on the return trip has a magnitude of 2.2 N and point due east. Find the work done by the resistive force during the round trip.

W = F*distance

I figured I was given some vectors to work with:
Vector A = 6.2 km E
Vector B = 2.7 N W

Vector C = 5.5 km W
Vector D = 2.2 N E

Vectors A and B directly affect each other, and Vectors C and D affect each other.

Since W = F * distance:
6.2 km * -2.7 N = -16.74 J (negative N because it's pointing due West)
5.5 km * 2.2 N = 12.1 J (positive N because it's pointing East, positive km because distances can't be negative)

-16.74 J + 12.1 J = -4.64 J (not the right answer)
What am I doing wrong?
 
Physics news on Phys.org
You're correct in saying that distances can't be negative.

However, it appears as though this problem is using displacement, not distance.

What does that mean? ;)

lpcampbe said:
A bicyclist rides 6.2 km due east, while the resistive force from the air has a magnitude of 2.7 N and points due west. The rider then turns around and rides 5.5 km due west. The resistive force from the air on the return trip has a magnitude of 2.2 N and point due east. Find the work done by the resistive force during the round trip.

W = F*distance

I figured I was given some vectors to work with:
Vector A = 6.2 km E
Vector B = 2.7 N W

Vector C = 5.5 km W
Vector D = 2.2 N E

Vectors A and B directly affect each other, and Vectors C and D affect each other.

Since W = F * distance:
6.2 km * -2.7 N = -16.74 J (negative N because it's pointing due West)
5.5 km * 2.2 N = 12.1 J (positive N because it's pointing East, positive km because distances can't be negative)

-16.74 J + 12.1 J = -4.64 J (not the right answer)
What am I doing wrong?
 
Okay, so the bicyclist only travels 0.7 km total. But where does the air resistance come into play then?
 
Perhaps you misunderstood me.

lpcampbe said:
Okay, so the bicyclist only travels 0.7 km total. But where does the air resistance come into play then?

You wrote

Since W = F * distance:
6.2 km * -2.7 N = -16.74 J (negative N because it's pointing due West)
5.5 km * 2.2 N = 12.1 J (positive N because it's pointing East, positive km because distances can't be negative)

But this distance can be negative. In both cases, the work done by the air resistance should be negative because if the force is in the opposite direction as the displacement, then the work will be negative
 
Oooooh. Now I get it. So -5.5 km * 2.2 N = -12.1 J. So I have -16.74 J and -12.1 J. Do I sum the vectors? I added the work done together and I don't think that's right. But they're not vectors, because they don't have direction. Work is a scalar, so how do I combine the two?
 
You should be able to combine the two. Even though they're not vectors and do not have direction, work CAN be negative and so you should just be able to combine the two different values you got for work.
 
work (a scalar) = the scalar product of distance and force (two vectors). Of course, the work for the second leg of the journey must be added to the work for the first leg of the journey.

The scalar product of two vectors is the product of their magnitudes and the cosine of the angle between them. If the angle is 180 degrees, the cosine is -1, and the product is a negative scalar.

Alternatively, the scalar product is the sum of the products of the separate components (three products in three dimesions). Distance in the x-direction times force in the x-direction, and so on. W = FxDx+FyDy + FzDz. Here, there is only one direction, but due east may be taken to be the positive x-direction, and due west the negative x-direction (or vice versa).
 
So, if I'm understanding you correctly, Mattowander, I should be able to say the work done by air resistance is -28.84 J. And I think Almanzo is saying pretty much the same thing. There's only one problem. -28.84 J isn't right. (online homework and it gave me a big fat red NO when I entered that value)
 
Now we must calculate.

Work on the first leg of the journey is 6.2 km * -2.7 N.
Work on the second leg is -5,5 km * 2.2 N.
-16.74 kJoule + -12.10 kJoule = -28.84 kJoule. (A Joule is a Nm.)

However, this is being too exact. The distances and forces were given in two decimals, so only the first two decimals of the answer are to be trusted. Round to -29 kJoule.
 
  • #10
Almanzo said:
Now we must calculate.

Work on the first leg of the journey is 6.2 km * -2.7 N.
Work on the second leg is -5,5 km * 2.2 N.
-16.74 kJoule + -12.10 kJoule = -28.84 kJoule. (A Joule is a Nm.)

However, this is being too exact. The distances and forces were given in two decimals, so only the first two decimals of the answer are to be trusted. Round to -29 kJoule.

kJoule? The units are J, not kJ. One of the things the website says is to enter at least 3 sig figs. "Unless otherwise noted, treat all numerical values given in CHIP problems as if they were exact. Use the physical and other constants as provided in the tables linked from CHIP or in your texts. Do not round the values at intermediate stages. Enter at least 3 significant figures in all numerical answers you put in CHIP answer boxes."
 
  • #11
But the distances you use are in kilometers, not meters. You need to convert. That's why his answers (and yours) are actually in kJ.
 
  • #12
ooooh. haha, it's always something like that that gets me. last time i forgot to change my calculator into degrees... thanks for the help. :)

note to self: always read the problem a couple times!
 
  • #13
No problem :) Glad I could help.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
8K
  • · Replies 8 ·
Replies
8
Views
8K
  • · Replies 17 ·
Replies
17
Views
7K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 22 ·
Replies
22
Views
5K
Replies
4
Views
2K