# Matplotlib compatibility patch for Pyodide
import matplotlib
if not hasattr(matplotlib.RcParams, "_get"):
matplotlib.RcParams._get = dict.get
… for bending#
The constitutive relation for extension is based on the force on a infinitesimal small part of the cross-section and Hooke’s law, leading to:
\[M = EI \kappa\]
This is treated in chapter 4.3.2 of the book Engineering Mechanics Volume 2 (Hartsuijker and Welleman, 2007).
Instructions from lecture#
This topic is presented in a lecture available from 1:38:00 here for TU Delft students.