Tutorial 6: Strain
APL 104 - 2023 (Solid Mechanics)
1. Think of the following displacement field in the body:
u1 = 0.05x1 + 0.03x22 ,
u2 = 0.07x1 x2 + 0.08x21 ,
u3 = 0.
(a) Find the longitudinal strain of a line element along e1 direction at any point in
the body.
(b) Determine the shear strain between line elements along e1 and e2
(c) Find volumetric strain for this displacement field. Does it vary from point to
point?
(d) What is the shear strain between line elements along e1 and e3 at any point
(x1 , x2 )?
(e) Determine the average local rigid-body rotation tensor.
2. The displacement field for a body is given by
u = k(x2 + y)î + k(y + z)ĵ + k(x2 + 2z 2 )k̂
Find the volumetric strain, shear strains γxy and γyz , and the average local rotation
tensor of the body at point (2, 2, 3).
3. The displacement gradient matrix at a point in a body is given by
0
∂u ∂u
h i ∂x ∂y
H = ∂v
∂x
∂v
∂y
0
0 0 0
Write the condition for zero average local rotation.
4. For a circular rod subjected to a torque (shown in figure below), the displacement
components obtained at any point (x, y, z) are as follows:
o
z
x
1
ux = −τ yz + ay + bz + c,
uy = τ xz − ax + ez + f,
uz = −bx − ey + k
where a, b, c, e, f and k are constants and τ denotes twist.
(a) Select the constants a, b, c, e, f , k such that the end section z = 0 is fixed in the
following manner:
• Point o has no displacement.
• The element ∆z of the axis rotates neither in the plane xoz nor in the plane
yoz
• The element ∆y of the axis does not rotate in the plane xoy.
(b) Determine the strain components.
(c) Verify whether these strain components satisfy the compatibility conditions.
5. For the displacement field ux = k(x2 + 2z), uy = k(4x + 2y 2 + z), uz = 4kz 2 with
k = 0.001, determine the change in angle between two lines segments PQ and PR at
P (2, 2, 3) having direction cosines before deformation as follows:
PQ: nx1 = 0, ny1 = nz1 = √12
PR: nx2 = 1, ny2 = nz2 = 0
6. Verify whether the following strain field satisfies the equations of compatibility. Here
p is a constant.
ϵxx = py, ϵyy = px, ϵzz = 2p(x + y)
γxy = p(x + y), ϵyz = 2pz, ϵzx = 2pz
7. Given the following formulas for strain components:
ϵxx = 5 + x2 + y 2 + x4 + y 4 ,
ϵyy = 6 + 3x2 + 3y 2 + x4 + y 4 ,
γxy = 10 + 4xy(x2 + y 2 + 2),
ϵzz = γyz = γzx = 0.
(a) Determine whether the above strain field is possible. If it is possible, determine
the displacement components in terms of x and y. Assume that ux = uy = 0 and
ωxy = 0 at the origin.
(b) For the state of strain given in the previous problem, write down the spherical
and deviatoric parts and also determine the volumetric strain.
2
APL 104 Tutorial 6 solutions
Q1. Think of the following displacement field in the body:
u1 = 0.05x1 + 0.03x22 ,
u2 = 0.07x1 x2 + 0.08x21 ,
u3 = 0.
(a) Find the longitudinal strain of a line element along e1 direction at any point
in the body.
(b) Determine the shear strain between line elements along e1 and e2
(c) Find volumetric strain for this displacement field. Does it vary from point
to point?
(d) What is the shear strain between line elements along e1 and e3 at any point
(x1 , x2 )?
(e) Determine the average local rigid-body rotation.
Solution:
∂u1 ∂u1 ∂u1
∂x1 ∂x2 ∂x3
∂u ∂u2 ∂u2
2
[∇ u] =
∂x1 ∂x2 ∂x3
∂u3 ∂u3 ∂u3
∂x1 ∂x2 ∂x3
0.05 0.06x2 0
= 0.07x2 + 0.16x1 0.07x1 0
0 0 0
(a) Longitudinal strain along e1 direction
ϵnn = ϵ · n · n, n = e1
∂u1
ϵ11 = = 0.05 [ for all the points ]
∂x1
(b) Shear strain between line elements along e1 and e2 : γ12
γ12 = 2 ϵ · n · m, n = e1 , m = e2
∂u1 ∂u2
= +
∂x2 ∂x1
= 0.06x2 + 0.07x2 + 0.16x1
= 0.13x2 + 0.16x1
1
(c) Volumetric strain: ϵv
∂u1 ∂u2 ∂u3
ϵv = + +
∂x1 ∂x2 ∂x3
= 0.05 + 0.07x1 + 0
= 0.05 + 0.07x1
(changes from pt. to pt. if x1 changes)
(d) Shear strain between line elements along e1 and e3 : γ13
∂u1 ∂u3
γ13 = +
∂x3 ∂x1
=0+0
=0
(e) Average local rigid-body rotation tensor is given by the anti-symmetric tensor W
h i 1 h i
W = [∇ u] − ∇ uT
2
1 ∂u1
!
∂u2
0 − 0
2 ∂x2 ∂x1
=
0 0
anti-sym 0
1 1
!
∂u1 ∂u2
− = (0.06x2 − 0.07x2 − 0.16x1 )
2 ∂x2 ∂x1 2
= − 0.005x2 − 0.08x1
Q2. The displacement field for a body is given by
u = k(x2 + y)î + k(y + z)ĵ + k(x2 + 2z 2 )k̂
Find the volumetric strain, shear strains γxy and γyz , and the average local
rotation tensor of the body at point (2, 2, 3).
Hint:
Similar to the solution of Q1
2
Q3. The displacement gradient matrix at a point in a body is given by
0
∂u ∂u
h i ∂x ∂y
H = 0
∂v ∂v
∂x ∂y
0 0 0
Write the condition for zero average local rotation.
Solution:
For zero average local rotation, W = 0
We are given ∇ u = H from which W can be derived as follows:
1 1
! !
∂u1 ∂u2 ∂u1 ∂u3
0 − −
2 ∂x2 ∂x1 2 ∂x3 ∂x1 !
h i
W = 1
∂u2 ∂u3
0
−
2 ∂x3 ∂x2
anti-sym 0
All the components of the matrix are automatically zero except its (1,2) component and
hence, to have zero infinitesimal rotation,
1
!
∂u ∂v ∂u ∂v
− =0⇒ = .
2 ∂y ∂x ∂y ∂x
3
Q4. For a circular rod subjected to a torque (shown in figure below), the displacement
components obtained at any point (x, y, z) are as follows:
o
z
x
ux = −τ yz + ay + bz + c,
uy = τ xz − ax + ez + f,
uz = −bx − ey + k
where a, b, c, e, f and k are constants and τ denotes twist.
(a) Select the constants a, b, c, e, f , k such that the end section z = 0 is fixed
in the following manner:
• Point o has no displacement.
• The element ∆z of the axis rotates neither in the plane xoz nor in the
plane yoz
• The element ∆y of the axis does not rotate in the plane xoy.
(b) Determine the strain components.
(c) Verify whether these strain components satisfy the compatibility conditions.
Solution:
(a) • Point ‘o’ has no displacement ⇒ ux |(0,0,0) = uy |(0,0,0) = uz |(0,0,0) = 0
⇒ c = 0, f = 0, k = 0.
• All local rotations of line elements at the fixed end z = 0 are zero ⇒ W |(0,0,0) = 0
1 1
! !
∂u1 ∂u2 ∂u1 ∂u3
0 − −
2 ∂x2 ∂x1 2
∂x ∂x1 !
h i 3
W = 1
∂u2 ∂u3
0 −
2
∂x3 ∂x2
anti-sym 0
1 1
0 [−τ z + a − (τ z − a)] [−τ y + b − (−b)]
2 2
= 1
0 [τ + − (−e)]
x e
2
anti-sym 0
1
0 (−τ z + a) (−τ y + 2b)
2
= 1
0 (τ x + 2e)
2
anti-sym 0
4
0 a b
h i
∴ W |(0,0,0) = 0 0 e
0 0 0
Evaluating the above we get
a = 0, b = 0, e = 0.
(b) Strain components
1 1
! !
∂ux ∂ux ∂uy ∂ux ∂uz
+ +
! 2 2
∂x ∂y ∂x ∂z ∂x !
1 1
h i ∂ux ∂uy ∂uy ∂uy ∂uz
ϵ =
+ +
2
! 2
∂y ∂x ! ∂y ∂z ∂y
1 1
∂ux ∂uz ∂uy ∂uz ∂uz
+ +
2 ∂z ∂x 2 ∂z ∂y ∂z
1
0 0
2
(−τ y)
= 1
.
0 (τ x)
2
sym 0
Note that γ12 = 0: the line elements in the cross-section undergo just rigid rotation
during twist. Of course, different cross-sections rotate by different amounts, i.e., τ z
(see part (a)).
(c) Strain compatibility is naturally satisfied since we derived the strain components from
displacement functions. It is only when strain components are directly prescribed that
we need to check for strain compatibility.
Q5. For the displacement field ux = k(x2 + 2z), uy = k(4x + 2y 2 + z), uz = 4kz 2
with k = 0.001, determine the change in angle between two lines segments PQ
and PR at P (2, 2, 3) having direction cosines before deformation as follows:
PQ: nx1 = 0, ny1 = nz1 = √12
PR: nx2 = 1, ny2 = nz2 = 0
Hint: Very similar to Q1 and Q2, only the direction of line elements are different
γP Q,P R = ϵ nP R · nP Q and then evaluate at P(2,2,3)
5
Q6. Verify whether the following strain field satisfies the equations of compatibility.
Here p is a constant.
ϵxx = py, ϵyy = px, ϵzz = 2p(x + y)
γxy = p(x + y), ϵyz = 2pz, ϵzx = 2pz
Solution: The six strain compatibility conditions are
∂ 2 ϵxx ∂ 2 ϵyy ∂ 2 γxy
+ = ,
∂y 2 ∂x2 ∂x∂y
∂ 2 ϵyy ∂ 2 ϵzz ∂ 2 γyz
+ = ,
∂z 2 ∂y 2 ∂y∂z
∂ 2 ϵxx ∂ 2 ϵzz ∂ 2 γxz
+ = ,
∂z 2 ∂x2! ∂x∂z
∂ ∂γyz ∂γzx ∂γxy ∂ 2 ϵzz
+ − =2 ,
∂z ∂x ∂y ∂z ∂x∂y
!
∂ ∂γxy ∂γxz ∂γyz ∂ 2 ϵxx
+ − =2 ,
∂x ∂z ∂y ∂x ∂x∂z
!
∂ ∂γxy ∂γyz ∂γxz ∂ 2 ϵyy
+ − =2 .
∂y ∂z ∂x ∂y ∂x∂z
Notice that the strain compatibility equations involve second derivative of each of the strain
components. As all the prescribed strain component functions are linear in (x, y, z), their
second derivartives will automatically vanish. Hence, the six equations are trivially satisfied.
6
Q7. Given the following formulas for strain components:
ϵxx = 5 + x2 + y 2 + x 4 + y 4 ,
ϵyy = 6 + 3x2 + 3y 2 + x4 + y 4 ,
γxy = 10 + 4xy(x2 + y 2 + 2),
ϵzz = γyz = γzx = 0.
(a) Determine whether the above strain field is possible. If it is possible, de-
termine the displacement components in terms of x and y. Assume that
ux = uy = 0 and ωxy = 0 at the origin.
(b) For the state of strain given in previous problem, write down the spherical
and deviatoric parts and also determine the volumetric strain.
Solution: It can be observed that the above strain field represents a plane strain condition,
where
ϵxx = 5 + x2 + y 2 + x4 + y 4 , (1)
ϵyy = 6 + 3x2 + 3y 2 + x4 + y 4 , (2)
γxy = 10 + 4xy x2 + y 2 + 2 , (3)
ϵzz = γyz = γzx = 0 (all strains along z-direction is zero)
(a) As this is a plane-strain case, only one out of the six strain compatibility condition
need to be checked, other five are trivially satisfied. The condition to be checked is
∂ 2 ϵxx ∂ 2 ϵyy ∂ 2 γxy
+ = . (4)
∂y 2 ∂x2 ∂x∂y
Using Eq. (1) and Eq. (2),
∂ 2 ϵxx ∂ 2 ϵyy
+ = 2 + 12y 2
+ 6 + 12x 2
= 12x2 + 12y 2 + 8 (5)
∂y 2 ∂x2
and using Eq. (3),
∂ 2 γxy
= 12x2 + 12y 2 + 8 (6)
∂x∂y
As Eq. (5) and Eq. (6) are equal, the strain fields are physically realizable.
To determine the displacement components ux and uy , one can integrate the strains
ϵxx and ϵyy , respectively, and then determine the integration constants using shear
strain relation and the prescribed boundary conditions.
∂ux Z
x3 x5
ϵxx = ⇒ ux = ϵxx dx = 5x + + y2x + + xy 4 + f (y)
∂x 3 5
Similarly,
∂uy Z
y5
ϵyy = ⇒ uy = ϵyy dy = 6y + 3x2 y + y 3 + x4 y + + g(x)
∂y 5
7
Note, f (y) and g(x) are not functions of z because we are dealing with plane-strain
case: ux and uy in such a case are independent of z. Let’s now obtain γxy from ux and
uy :
∂ux ∂uy
γxy = +
∂y ∂x
= 2xy + 4xy 3 + f ′ (y) + 6xy + 4x3 y + g ′ (x) (7)
Upon comparing it with the given γxy from Eq. (3), we get
f ′ (y) + g ′ (x) = 10
⇒ f ′ (y) = 10 − g ′ (x) (8)
The LHS is a function of y whereas the RHS is a function of x which can be true only
when they are both constants, i.e.,
f ′ (y) = 10 − g ′ (x) = d
⇒ f (y) = c1 y + c2 , and g(x) = (10 − d)x + c3 .
In order to obtain the constants d, c1 , c2 , and c3 , let us use the prescribed boundary
conditions. Using the displacement BC at origin:
ux |origin = 0 ⇒ f (0) = 0 ⇒ c2 = 0,
uy |origin = 0 ⇒ g (0) = 0 ⇒ c3 = 0,
1 ∂ux
!
∂uy
wxy |origin = 0 ⇒ − |origin = 0
2 ∂y ∂x
⇒ f ′ (y) − g ′ (x) |origin = 0
⇒ f ′ (0) − g ′ (0) = 0
⇒ d − (10 − d) = 0
⇒ d = 5.
We thus have
f (y) = 5y, and g(x) = 5x
Therefore the displacement components are:
x3 x5
ux = 5x + + y2x + + xy 4 + 5y,
3 5
y5
uy = 6y + 3x2 y + y 3 + x4 y + + 5x.
5
(b) • Spherical (or hydrostatic) strain tensor = 31 J1 I where
J1 = ϵxx + ϵyy + ϵzz
= 5 + x2 + y 2 + x4 + y 4 + 6 + 3x2 + 3y 2 + x4 + y 4 + 0
= 11 + 4x2 + 4y 2 + 2x4 + 2y 4 .
8
• Deviatoric strain tensor = ϵ − 13 J1 I and its matrix representation is
γxy /2 0
d1
d2 0
sym 0
1
where d1 = 5 + x2 + y 2 + x4 + y 4 − 11 + 4x2 + 4y 2 + 2x4 + 2y 4 ,
3
1
d2 = 6 + 3x + 3y + x + y −
2 2 4 4
11 + 4x2 + 4y 2 + 2x4 + 2y 4 .
3
• Volumetric strain ϵv = ϵxx + ϵyy + ϵzz = J1 .