Calculate the work done if a 25N force acting in a direction of vector (2,3,-1) moves an object from P(2,-3,1) to Q(5,0,2).
Anyone know how I'd go about solving this?
All I knows is I gotta use 'Work = Force (dot) Displacement' at some points :|
Calculate the work done if a 25N force acting in a direction of vector (2,3,-1) moves an object from P(2,-3,1) to Q(5,0,2).
Anyone know how I'd go about solving this?
All I knows is I gotta use 'Work = Force (dot) Displacement' at some points :|
Yes, and the only thing you need to do is find the Force and Displacements vectors. The displacement vector is easy: the vector from (2, -3, 1) to (5, 0, 2) iswhich we can also write as <3, 3, 1> (I prefer to use < > for vectors rather than ( ) because that is too easy to confuse with points.)
A little harder is the force vector. In order to use the "direction of vector <2, 3, -1>" we need to remove the length. We can do that by dividing by its length which is. So
is a unit vector in that direction and since the force has strength 25N, the force vector is
.
Find the dot product of <3, 3, 1> and
<3, 3, 1> and http://www.mathhelpforum.com/math-he...bab7494f-1.gif
= <3,3,1> dot <50/root14, 75/root14, -25/root14>
= 150/root14 + 225/root14 -25/root14
= 350/root14
So the value of 350/root14 would be the amount of work done in Joules?