3 Engineering Example 1

3.1 Stresses and strains on a section of material

Introduction

An important engineering problem is to determine the effect on materials of different types of loading. One way of measuring the effects is through the strain or fractional change in dimensions in the material which can be measured using a strain gauge.

Problem in words

In a homogeneous, isotropic and linearly elastic material, the strains (i.e. fractional displacements) on a section of the material, represented by ε x , ε y , ε z for the x -,  y -,  z -directions respectively, can be related to the stresses (i.e. force per unit area), σ x , σ y , σ z by the following system of equations.

ε x = 1 E ( σ x v σ y v σ z ) ε y = 1 E ( v σ x + σ y v σ z ) ε z = 1 E ( v σ x v σ y + σ z )

where E is the modulus of elasticity (also called Young’s modulus) and v is Poisson’s ratio which relates the lateral strain to the axial strain.

Find expressions for the stresses σ x , σ y , σ z , in terms of the strains ε x , ε y , and ε z .

Mathematical statement of problem

The given system of equations can be written as a matrix equation:

ε x ε y ε z = 1 E 1 v v v 1 v v v 1 σ x σ y σ z

We can write this equation as

ε = 1 E A σ

where ε = ε x ε y ε z , A = 1 v v v 1 v v v 1 and σ = σ x σ y σ z

This matrix equation must be solved to find the vector σ in terms of the vector ε and the inverse of the matrix A .

Mathematical analysis

ε = 1 E A σ

Multiplying both sides of the expression by E we get

E ε = A σ

Multiplying both sides by A 1 we find that:

A 1 E ε = A 1 A σ

But A 1 A = I so this becomes

σ = E A 1 ε

To find expressions for the stresses σ x , σ y , σ z , in terms of the strains ε x , ε y and ε z , we must find the inverse of the matrix A .

To find the inverse of 1 v v v 1 v v v 1 we first find the matrix of minors which is:

1 v v 1 v v v 1 v 1 v v v v v 1 1 v v 1 1 v v v v v 1 v 1 v v v 1 v v 1 = 1 v 2 v v 2 v 2 + v v v 2 1 v 2 v v 2 v 2 + v v v 2 1 v 2 .

We then apply the pattern of signs:

+ + + + +

to obtain the matrix of cofactors

1 v 2 v + v 2 v 2 + v v + v 2 1 v 2 v + v 2 v 2 + v v + v 2 1 v 2 .

To find the adjoint we take the transpose of the above, (which is the same as the original matrix since the matrix is symmetric)

1 v 2 v + v 2 v 2 + v v + v 2 1 v 2 v + v 2 v 2 + v v + v 2 1 v 2 .

The determinant of the original matrix is

1 × ( 1 v 2 ) v ( v + v 2 ) v ( v 2 + v ) = 1 3 v 2 2 v 3 . Finally we divide the adjoint by the determinant to find the inverse, giving

1 1 3 v 2 2 v 3 1 v 2 v + v 2 v + v 2 v + v 2 1 v 2 v + v 2 v + v 2 v + v 2 1 v 2 .

Now we found that σ = E A 1 ε so σ x σ y σ z = E 1 3 v 2 2 v 3 1 v 2 v + v 2 v + v 2 v + v 2 1 v 2 v + v 2 v + v 2 v + v 2 1 v 2 ε x ε y ε z

We can write this matrix equation as 3 equations relating the stresses σ x , σ y , σ z , in terms of the strains ε x , ε y and ε z , by multiplying out this matrix expression, giving:

σ x = E 1 3 v 2 2 v 3 ( 1 v 2 ) ε x + ( v + v 2 ) ε y + ( v + v 2 ) ε z σ y = E 1 3 v 2 2 v 3 ( v + v 2 ) ε x + ( 1 v 2 ) ε y + ( v + v 2 ) ε z σ z = E 1 3 v 2 2 v 3 ( v + v 2 ) ε x + ( v + v 2 ) ε y + ( 1 v 2 ) ε z

Interpretation

Matrix manipulation has been used to transform three simultaneous equations relating strain to stress into simultaneous equations relating stress to strain in terms of the elastic constants. These would be useful for deducing the applied stress if the strains are known. The original equations enable calculation of strains if the applied stresses are known.

Exercises
  1. Solve the following using Cramer’s rule:
    1. 2 x 3 y = 1 4 x + 4 y = 2
    2. 2 x 5 y = 2 4 x + 10 y = 1
    3. 6 x y = 0 2 x 4 y = 1
  2. Using Cramer’s rule obtain the solutions to the following sets of equations:
    1. 2 x 1 + x 2 x 3 = 0 x 1 + x 3 = 4 x 1 + x 2 + x 3 = 0
    2. x 1 x 2 + x 3 = 1 x 1 + x 3 = 1 x 1 + x 2 x 3 = 0
    1. x = 1 2 , y = 0
    2. Δ = 0 , no solution
    3. x = 1 22 , y = 3 11

    1. x 1 = 8 3 , x 2 = 4 , x 3 = 4 3
    2. x 1 = 1 2 , x 2 = 1 , x 3 = 3 2