Simulation Solution


Solution:

m = mass
= coefficient of friction
a = acceleration
g = gravity
fy = y force
W = work
fx = x force
d = distance


Formula:

fx = fn cos( )
         note:
                  if = 90
                  then the X force(fx) would equal to 0.0
fy = fn sin( )
         note:
                  if = 90
                  then the Y force(fy) would equal to 0.0
frforce = m g - fy;
         note:
                  if frforce < 0.0 then the frforce = 0
a = (fx - frforce) / m
Note: distance increases for 1(M) to 3(M).

W = (force) d