thepegmeister said:
As for the second part, this is what I got:
685+915=1600N
1600(15.2)(cos0)=24320J
685(15.2)(cos180)=-10412J
BUT here's what confuses me - since displacement is a vector quantity, shouldn't one of the above equations have a negative displacement since it's going in the opposite direction?
The full equation for work is [itex]W = \vec{F} \cdot \vec{d}[/itex]. In other words, the work is the dot product of the force vector with the displacement vector. There are TWO ways to evaluate the dot product. The first way is component-wise. If you resolve each vector into x, y, and z components, you get:
[tex]\vec{F} = F_x \hat{i} + F_y \hat{j} + F_z \hat{k}[/tex]
[tex]\vec{d} = d_x \hat{i} + d_y \hat{j} + d_z \hat{k}[/tex]
where i, j, and k are unit vectors in the x, y, and z directions respectively. The components d
x, d
y, and d
z are the displacements in the x, y, and z directions respectively, and they can each be either positive or negative. Same with the individual components of the force So, anyway, using components, the definition of the dot product is:
[tex]\vec{F} \cdot \vec{d} = F_x d_x + F_y d_y + F_z d_z[/tex]Now, it turns out, that this is a one-dimensional problem. Both vectors are in the "vertical" direction, which we'll call the y-direction. Therefore, the vectors reduce to:
[tex]\vec{F} = F \hat{j}[/tex]
[tex]\vec{d} = -d \hat{j}[/tex]
Where [itex]F = |\vec{F}|[/itex] and [itex]d = |\vec{d}|[/itex]. In other words, F and d are the
magnitudes of their respective vectors. In other words, we're saying that the y-component of the force was the entire force, and that it was in the positive y-direction: [itex]F_y = |\vec{F}|[/itex]. We're also saying that the y-component of the displacement was, in fact, the entire displacement, and it happened to be in the negative y-direction: [itex]d_y = -|\vec{d}|[/itex]. With that being done, the dot product becomes:
[tex]\vec{F} \cdot \vec{d} = F_y d_y = F(-d) = -Fd[/tex]
With this first method, we explicitly included the negative sign on the displacement vector to indicate that it was in the negative y-direction.
The
second way to evaluate the dot product (which is the way you are doing it) is to use the fact that the dot product is ALSO given by the expression:
[tex]\vec{F} \cdot \vec{d} = |\vec{F}||\vec{d}|\cos\theta = Fd\cos\theta[/tex]
where theta is the angle between the two vectors. I put in the middle part in the equation above to emphasize that, by definition, F and d here are the
magnitudes of the vectors. As a result, they are both positive, and explicit signs indicating direction are not put in. Using this method,
the fact that the vectors are in opposite directions is already taken care of by the cosine factor, since cos(180°) = -1.
That was really long-winded, and the actual answer to your question was just the statement in bold and italics above.