Posted by J on Monday, May 7, 2012 at 11:37pm.
Work done by a force F along a vector P is F.P (dot product). So total work done is
F.P + F.A
where A=<1,-3,4>, P=<7-1, 2-(-3), 5-4>
and F=15<1,2,2>/sqrt(1^2+2^2+2^2)=<5,10,10>
The division by sqrt(...) is required to normalize the direction vector to a unit vector.
I don't understand it.. what is the final work done? Also, the arrows (< and >) are they actually supposed to be written as < and > or are they supposed to mean brackets ( ) or these brackets []
thank you
Most books write vectors as <x,y,z> to differentiate from a point (x,y,z).
You would separate the work done by P along the two lines (vectors) OP and PA.
The force is 15N along <1,2,2>. Since <1,2,2> is not a unit vector, we need to normalize it as
<1,2,2>/sqrt(1^2+2^2+2^2)=<1,2,2>/3
So the force is
F=15<1,2,2>/3 = 5<1,2,2>=<5,10,10>
Work done is F.D, where F and D are vectors, and . represents the dot product.
The first part of the work is
F.OP=<5,10,10>.<1-0,-3-0,4-0>
=<5,10,10>.<1,-3,4>
=5*1-10*3+10*4
=15
I'll leave it to you to calculate the second part, F.PA, where
A=<7-1, 2-(-3), 5-4>=<6,5,1>
could you help me calculate the second part also? thank you
F.PA=<5,10,10><6,5,1>
=5*6+10*5+10*1
=30+50+1
=81
Isnt it 30 + 50 + 10 because 10* 1 is 10 so final is = 90
Related Questions
Calculus - Find the total work done by a 15 N force in the direction of the ...
Math - Find the work done by a 15 N force in the direction of the vector (1,2,2...
calculus - Find a vector that has the same direction as the given vector but has...
calculus - Find a unit vector U such that the rate of change of f in the ...
Physics/Math - In the vector sum A + B = C , vector A has a magnitude of 13.1 m ...
physics - Vector vector A has a magnitude of 27 units and points in the positive...
Physics - A child pushes a toy box 4.0m along the floor with the force of 6.00 N...
physics - Vector vector A has a magnitude of 6.90 units and makes an angle of 46...
Physics - Let vector A = 4i^ + 4j^, vector B = -2i^ - 5j^, and vector F = vector...
Physics - Let vector A = 4i^ + 4j^, vector B = -2i^ - 5j^, and vector F = vector...
For Further Reading