Displacement and Strain: Simple Examples of Displacement Fields
Rigid Body Displacement
A rigid body displacement is represented by a constant displacement vector at every point. The new (deformed) position  of every point is related to the old (reference) position
 of every point is related to the old (reference) position  as follows:
 as follows:
      ![Rendered by QuickLaTeX.com \[ x=X+c \]](https://engcourses-uofa.ca/wp-content/ql-cache/quicklatex.com-a1b46843ec4a0860453cf531e5e2a571_l3.png)
where  is a constant vector. The displacement field at every point is the difference between the deformed and reference positions and is constant:
 is a constant vector. The displacement field at every point is the difference between the deformed and reference positions and is constant:
      ![Rendered by QuickLaTeX.com \[ u=x-X=c \]](https://engcourses-uofa.ca/wp-content/ql-cache/quicklatex.com-d7df8f4c09817a2bfc6377aa6ab57608_l3.png)
Change the components of the vector  in the following tool to view its effect on the displacement of the cuboid.
 in the following tool to view its effect on the displacement of the cuboid.
Rigid Body Rotation
A rigid body rotation is represented by a rotation matrix  (see Orthogonal Tensors) such that the new (deformed) position
 (see Orthogonal Tensors) such that the new (deformed) position  of every point is equal to the rotation matrix
 of every point is equal to the rotation matrix  multiplied by the old (reference) position
 multiplied by the old (reference) position  as follows:
 as follows:
      ![Rendered by QuickLaTeX.com \[ x=QX \]](https://engcourses-uofa.ca/wp-content/ql-cache/quicklatex.com-229cce5c269688f5864c583f31130e1c_l3.png)
The displacement field at every point is the difference between the deformed and reference positions:
      ![Rendered by QuickLaTeX.com \[ u=x-X=QX-X=(Q-I)X \]](https://engcourses-uofa.ca/wp-content/ql-cache/quicklatex.com-5fe9e3d816d4cbe0426646236e80e037_l3.png)
Recall that any rotation matrix can be viewed as consecutive rotations around each of the basis vectors of the coordinate system. Clockwise rotations with angles  around the basis vectors
 around the basis vectors  ,
,  and
 and  are given by the following matrices
 are given by the following matrices  ,
,  and
 and  , respectively:
, respectively:
      ![Rendered by QuickLaTeX.com \[ Q_a=\left(\begin{array}{ccc} 1& 0& 0\\ 0& \cos(\theta_a) &\sin(\theta_a)\\ 0&- \sin(\theta_a)&\cos(\theta_a)\end{array}\right) \]](https://engcourses-uofa.ca/wp-content/ql-cache/quicklatex.com-42b1efe29e07bfa113b074379e37732c_l3.png)
      ![Rendered by QuickLaTeX.com \[ Q_b=\left(\begin{array}{ccc} \cos(\theta_b)& 0& -\sin(\theta_b)\\ 0& 1&0\\ \sin(\theta_b) & 0 &\cos(\theta_b)\end{array}\right)\]](https://engcourses-uofa.ca/wp-content/ql-cache/quicklatex.com-9f29f9d5938cebebcfab05aace84c356_l3.png)
      ![Rendered by QuickLaTeX.com \[Q_c=\left(\begin{array}{ccc} \cos(\theta_c)& \sin(\theta_c)&0\\ -\sin(\theta_c) &\cos(\theta_c)&0\\0&0&1\end{array}\right) \]](https://engcourses-uofa.ca/wp-content/ql-cache/quicklatex.com-46e7162cd99400759f854e7194ea7983_l3.png)
It is important to notice that the order of rotation changes the final position of the rotated object. The rotation matrix  describes a rotation of
 describes a rotation of  around
 around  followed by a rotation of
 followed by a rotation of  around
 around  and finally a rotation of
 and finally a rotation of  around
 around  . On the other hand, the rotation matrix
. On the other hand, the rotation matrix  describes a rotation of
 describes a rotation of  around
 around  followed by a rotation of
 followed by a rotation of  around
 around  and finally a rotation of
 and finally a rotation of  around
 around  . In general:
. In general:  . In the following example, the red box represents the original box after rotation around the basis vectors. Try it out: rotate the box 90 degrees around
. In the following example, the red box represents the original box after rotation around the basis vectors. Try it out: rotate the box 90 degrees around  and then slowly rotate it around
 and then slowly rotate it around  . This order is applied to the image on the left. The order of rotation applied to the one on the right is reversed! Compare the two orders of rotation. The overall matrix of transformation is displayed at the bottom of each image.
. This order is applied to the image on the left. The order of rotation applied to the one on the right is reversed! Compare the two orders of rotation. The overall matrix of transformation is displayed at the bottom of each image.
Rigid Body Motion
A rigid body motion is a combination of both a rigid body displacement and a rigid body rotation such that the deformed position  is function of the reference position
 is function of the reference position  as follows:
 as follows:
      ![Rendered by QuickLaTeX.com \[ x=QX+c \]](https://engcourses-uofa.ca/wp-content/ql-cache/quicklatex.com-96b9dcdd619150f82ae301416bffc7d2_l3.png)
where  is a rotation matrix and
 is a rotation matrix and  is a vector representing the rigid body displacement. The displacement field can be expressed as:
 is a vector representing the rigid body displacement. The displacement field can be expressed as:
      ![Rendered by QuickLaTeX.com \[ u=x-X=(Q-I)X+c \]](https://engcourses-uofa.ca/wp-content/ql-cache/quicklatex.com-7bc95600b4ce14b8c3515a63b25cd769_l3.png)
In component form, the relationship between the vectors  and
 and  can be written as follows:
 can be written as follows:
      ![Rendered by QuickLaTeX.com \[ \left(\begin{array}{c} x_1\\ x_2\\ x_3\end{array} \right)= \left(\begin{array}{ccc} Q_{11} & Q_{12} & Q_{13}\\ Q_{21} & Q_{22} & Q_{23}\\ Q_{31} & Q_{32} & Q_{33} \end{array} \right) \left(\begin{array}{c} X_1\\ X_2\\ X_3\end{array} \right) + \left(\begin{array}{c} c_1\\ c_2\\ c_3\end{array} \right) \]](https://engcourses-uofa.ca/wp-content/ql-cache/quicklatex.com-30885c73180ecf069dbd51a711e57ce5_l3.png)
Note that in some numerical analysis software and tools, the above relationship adopts the following form:
      ![Rendered by QuickLaTeX.com \[ \left(\begin{array}{c} x_1\\ x_2\\ x_3\\ 1\end{array} \right)= \left(\begin{array}{cccc} Q_{11} & Q_{12} & Q_{13}&c_1\\ Q_{21} & Q_{22} & Q_{23} &c_2\\ Q_{31} & Q_{32} & Q_{33}&c_3\\ 0 & 0 & 0 & 1\ \end{array} \right) \left(\begin{array}{c} X_1\\ X_2\\ X_3\\ 1\end{array} \right) \]](https://engcourses-uofa.ca/wp-content/ql-cache/quicklatex.com-7c1623823bb924c39766534612400d14_l3.png)
Change the angles of rotation and the components of the vector  in the following tool to see the effect on the final position of the cube.
 in the following tool to see the effect on the final position of the cube.
Uniform Extension and Contraction
A uniform extension or contraction can be characterized by three positive parameters  and
 and  that represent the ratios between the three vector components in the deformed configuration to the components in the reference configuration:
 that represent the ratios between the three vector components in the deformed configuration to the components in the reference configuration:
      ![Rendered by QuickLaTeX.com \[ \left(\begin{array}{c} x_1\\ x_2\\ x_3\end{array} \right)= \left(\begin{array}{ccc} k_1 & 0 & 0\\ 0 & k_2 & 0\\ 0 & 0 & k_3 \end{array} \right) \left(\begin{array}{c} X_1\\ X_2\\ X_3\end{array} \right)= \left(\begin{array}{c} k_1X_1\\ k_2X_2\\ k_3X_3\end{array} \right) \]](https://engcourses-uofa.ca/wp-content/ql-cache/quicklatex.com-499881c6d1b5725a8ebd997701a175c8_l3.png)
Note that the relationship can be written as a linear transformation  where
 where  has the form:
 has the form:
      ![Rendered by QuickLaTeX.com \[ M= \left(\begin{array}{ccc} k_1 & 0 & 0\\ 0 & k_2 & 0\\ 0 & 0 & k_3 \end{array} \right) \]](https://engcourses-uofa.ca/wp-content/ql-cache/quicklatex.com-5d5a68b81638c0f72669b0849b760686_l3.png)
In the following example, you can vary the values of  and
 and  to see the effect on the deformation of a cube. What values constitute compression and what values constitute tension? Also, what does it mean that the value of
 to see the effect on the deformation of a cube. What values constitute compression and what values constitute tension? Also, what does it mean that the value of  is equal to 1 or 0?
 is equal to 1 or 0?
Simple Shear
The simple shear motion is described by a shearing angle along a certain direction and perpendicular to another direction. The following relationship describes a simple shear motion in which the planes parallel to the basis vectors  and
 and  are sheared in the direction of
 are sheared in the direction of  :
:
      ![Rendered by QuickLaTeX.com \[ \left(\begin{array}{c} x_1\\ x_2\\ x_3\end{array} \right)= \left(\begin{array}{ccc} 1 & \tan{(\theta)} & 0\\ 0 & 1 & 0\\ 0 & 0 & 1 \end{array} \right) \left(\begin{array}{c} X_1\\ X_2\\ X_3\end{array} \right)= \left(\begin{array}{c} X_1+\tan{(\theta)}X_2\\ X_2\\ X_3\end{array} \right) \]](https://engcourses-uofa.ca/wp-content/ql-cache/quicklatex.com-22dbc03581b282456f293dffae1f291d_l3.png)
Note that the relationship can be written as a linear transformation  where
 where  has the form:
 has the form:
      ![Rendered by QuickLaTeX.com \[ M= \left(\begin{array}{ccc} 1 & \tan{(\theta)} & 0\\ 0 & 1 & 0\\ 0 & 0 & 1 \end{array} \right) \]](https://engcourses-uofa.ca/wp-content/ql-cache/quicklatex.com-c48529810c0c61cbd0bcc093eedf7369_l3.png)
In the following example, change the values of  and
 and  in the matrix
 in the matrix  :
:
      ![Rendered by QuickLaTeX.com \[ M= \left(\begin{array}{ccc} 1 & \tan{(\theta_{xy})} & \tan{(\theta_{xz})}\\ 0 & 1 & \tan{(\theta_{yz})}\\ 0 & 0 & 1 \end{array} \right) \]](https://engcourses-uofa.ca/wp-content/ql-cache/quicklatex.com-97cd2da18b2f54f5eb34dd9ecefbd2b7_l3.png)
and observe the effect on the deformation  . The term simple shear applies to the deformations when only one of the angles
. The term simple shear applies to the deformations when only one of the angles  and
 and  is non-zero.
 is non-zero.
Pure Shear
The following relationship describes a pure shear motion with an angle  in the plane of
 in the plane of  and
 and  :
:
      ![Rendered by QuickLaTeX.com \[ \left(\begin{array}{c} x_1\\ x_2\\ x_3\end{array} \right)= \left(\begin{array}{ccc} 1 & \tan{(\theta/2)} & 0\\ \tan{(\theta/2)} & 1 & 0\\ 0 & 0 & 1 \end{array} \right) \left(\begin{array}{c} X_1\\ X_2\\ X_3\end{array} \right)= \left(\begin{array}{c} X_1+\tan{(\theta/2)}X_2\\ \tan{(\theta/2)}X_1+X_2\\ X_3\end{array} \right) \]](https://engcourses-uofa.ca/wp-content/ql-cache/quicklatex.com-29244ef005a4d1296b7f9bf8f5ccc084_l3.png)
Note that the relationship can be written as a linear transformation  where
 where  has the form:
 has the form:
      ![Rendered by QuickLaTeX.com \[ M= \left(\begin{array}{ccc} 1 & \tan{(\theta/2)} & 0\\ \tan{(\theta/2)} & 1 & 0\\ 0 & 0 & 1 \end{array} \right) \]](https://engcourses-uofa.ca/wp-content/ql-cache/quicklatex.com-d5e33bcadeb25dd3249f1cae95953608_l3.png)
The difference between pure shear and simple shear can be viewed in the following two dimensional example. Change the value of  to see the deformation of a rectangle under pure shear (on the left) and under simple shear (on the right). The matrix
 to see the deformation of a rectangle under pure shear (on the left) and under simple shear (on the right). The matrix  in each case is given underneath the figure:
 in each case is given underneath the figure:
In the following example, change the values of  and
 and  in the matrix
 in the matrix  :
:
      ![Rendered by QuickLaTeX.com \[ M= \left(\begin{array}{ccc} 1 & \tan{(\theta_{xy/2})} & \tan{(\theta_{xz/2})}\\ \tan{(\theta_{xy/2})} & 1 & \tan{(\theta_{yz/2})}\\ \tan{(\theta_{xz/2})} & \tan{(\theta_{yz/2})} & 1 \end{array} \right) \]](https://engcourses-uofa.ca/wp-content/ql-cache/quicklatex.com-8033a541e3eb06805de2a44a0874cacb_l3.png)
and observe the effect on the deformation  . The term pure shear applies to the deformations when only one of the angles
. The term pure shear applies to the deformations when only one of the angles  and
 and  is non-zero.
 is non-zero.
