document.write( "Question 1042765: Find the work done by the force F in moving an object from P to Q.\r
\n" );
document.write( "\n" );
document.write( "F=-4i + 20j P(0,10) Q(5,25) \n" );
document.write( "
Algebra.Com's Answer #657798 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Force Vector \n" ); document.write( "F = -4i + 20j \n" ); document.write( "F = < -4, 20 >\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Displacement Vector \n" ); document.write( "D = < Qx - Px, Qy - Py > \n" ); document.write( "D = < 25-10, 5-0 > \n" ); document.write( "D = < 15, 5 >\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Work Done \n" ); document.write( "W = F dot D \n" ); document.write( "W = < -4,20 > dot < 15,5 > \n" ); document.write( "W = -4*15 + 20*5 \n" ); document.write( "W = -60 + 100 \n" ); document.write( "W = 40\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: if the force is in newtons and the displacement is in meters, then the work done is in joules. \n" ); document.write( " \n" ); document.write( " |