1

from engineering mechanics, by beer and johnston

For any system of n forces, we can simplify this system to a Force-Couple system. The simplification is intuitive- we don't need lot of forces just a Couple and Force. FIGURE 1

we can further simplify this force-couple system (which was already a simplification) in two ways.

  1. when $M$ is perpendicular to $R$. This is intuitive because we just need single force (no moment) (big savings!!) Figure 2.

  2. In general case (converting it into a wrench). Figure 3

QUESTION: How is the second case -a simplification?

ark
  • 15

1 Answers1

2

A force and couple vectors need 3+3=6 components to fully describe them.

A wrench needs 3 components for the force, 3 components for the location (one of which is ignored, as force slide along their line) and 1 component for the scalar magnitude of the parallel torque along the line. The total is 7 components, 6 of which are actually used and are entirely equivalent to the first case.

But I think the book makes the statement by disregarding the notion that the location of the force line of action is needed, and thus left for 3+1 components which is indeed less than 6.

But the simplification of a wrench has to do with the fact that coordinate transformations are eliminated from the equations of motion, or the kinematics, as it is assumed that all wrenches and twists are expressed in the same coordinate system already.

So the static equilibrium of a body is expressed with wrenches as

$$ \sum_i \hat{f}_i = \hat{0} $$

where each wrench is $\hat{f}_i = \pmatrix{ \vec{F}_i \\ \vec{r}_i \times \vec{F}_i + \vec{\tau}_i } $

This is entirely analogous to the more perceived as complex vector form

$$ \begin{aligned} \sum_i \vec{F}_i &= \vec{0} \\ \sum_i \left( \vec{r}_i \times \vec{F}_i + \vec{\tau}_i \right) & = \vec{0} \end{aligned} $$

So even though there isn't an actual simplification, the notation is more compact, and when I write $\sum f_i$ I immediately understand it means summing all forces and moments about the origin without having write it out explicitly every time.

John Alexiou
  • 40,139