ACCESS THE COMPLETE LIBRARY OF COURSES & TUTORIALS ➡️
6. Strain & displacement in 2D
Modelling Elastic Behaviour
📂 Please log in or enroll to access resources

Summary

In this lecture, we will cover the following:

  • How normal strain can be expressed in terms of displacement for a 1D bar
  • How to derive the displacement–strain relationship using an infinitesimal element
  • How shear strain in a 2D element relates to displacement gradients
  • How to summarise the full set of stress–strain and strain–displacement relationships for linear elastic materials
  • Why these material models are important for the finite element method

In this lecture, we establish the fundamental relationship between strain and displacement. We begin with a bar in uniaxial tension and isolate an infinitesimally small element to examine how it both elongates and translates under load. By differentiating the displacement with respect to position, we show that normal strain in the x-direction is equal to the displacement gradient,

ϵxx=ux\epsilon_{xx} = \frac{\partial u}{\partial x}

This provides the crucial link between geometric deformation (displacement) and strain, which measures local deformation.

We then extend this reasoning to a 2D element undergoing shear deformation. By examining the small angular distortions that arise from displacement components in both x and y directions, we show that shear strain is given by the sum of displacement gradients,

γxy=uxy+uyx\gamma_{xy} = \frac{\partial u_x}{\partial y} + \frac{\partial u_y}{\partial x}

Finally, we consolidate the relationships from this and the previous lecture into a compact summary: normal and shear strains expressed in terms of displacement gradients, and corresponding stress–strain relationships expressed using Young’s modulus, shear modulus, and Poisson’s ratio. Together, these equations form the linear elastic material model that underpins finite element analysis, highlighting the importance of accurate constitutive modelling.

Next up:

In the next lecture, we extend these 2D relationships into three dimensions and introduce matrix notation, setting the stage for the material stiffness matrix used in finite element formulations.

Tags

strain–displacement relationshipdisplacement gradientshear strainlinear elasticityconstitutive equations

Please log in or enroll to continue

If you've already enrolled, please log in to continue.

The Direct Stiffness Method for Truss Analysis with Python

Build your own finite element truss analysis software using Python and tackle large scale structures.

After completing this course...

  • You’ll understand how to use the Direct Stiffness Method to build complete structural models that can be solved using Python.
  • You’ll have your own analysis programme to identify displacements, reactions and internal member forces for any truss.
  • You’ll understand how common models of elastic behaviour such as plane stress and plane strain apply to real-world structures.
Next Lesson
7. 3 dimensions and matrix notation