Statics deals with relating the forces at the robots joints when the robot is in static (mechanical) equilibrium - i.e. the acceleration of the robot and all its components are zero.
Say we are operating in 6 DoF space ()
describes the forces on the three axes describes the angular force component on the three axes describes the spatial force or Wrench
Now we would like an equation that relates our x1 vector of torques to F.
Mechanical power is (Force * Velocity)
We know our motors are the source of Power. Therefore
W = \tau^{T} \cdot \dot{q} = F^{T} \cdot V$$$$tau^{T} \cdot \dot{q} = F^{T} \cdot J(q) \cdot \dot{q} There we go!
This essentially say that to counteract an external wrench , the robot applies torques at its joints.