Calculating Work Done Using Force Vector & Distance

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

Homework Statement



A constant force F=4i+2j+2k moves an object along a straight line from the point (1, -5, 1) to the point (1, -1, 0).

Find the work done if the force is measured in Newtons and the position is measured in meters.

Homework Equations



W=Fd

The Attempt at a Solution



I used the distance formula to find the distance between the two points which is sqrt(17)

But what is the correct way to multiply the Force vector by this distance?
 
Physics news on Phys.org
1. Add up the x y and z components of work or 2. use the dot product of F and D, where D is the displacement.
 
somebodyelse5 said:

Homework Equations



W=Fd

You should get in the habit of using the more general definition of work from [itex]\textbf{r}_1[/itex] to [itex]\textbf{r}_2[/itex]:

[tex]W=\int_{\textbf{r}_1}^{\textbf{r}_2} \textbf{F}\cdot d\textbf{r}[/tex]

In your case, [itex]\textbf{F}[/itex] is uniform so you can pull it out of the integral

[tex]W=\textbf{F}\cdot\int_{\textbf{r}_1}^{\textbf{r}_2}d\textbf{r}=\textbf{F}\cdot(\textbf{r}_2-\textbf{r}_1)[/tex]