# Matplotlib compatibility patch for Pyodide
import matplotlib
if not hasattr(matplotlib.RcParams, "_get"):
matplotlib.RcParams._get = dict.get
Lesson November 18th#
During today’s lesson you’ll work on a complex exercise on the topic of normal stresses. Please ask your questions regarding the homework as well!
Exercise normal stresses#
Given is the following structure and cross-section:
Find the relevant cross-sectional properties.
Find the normal stresses at cross-section \(\text{A}\) and draw the normal stress distribution in this cross-section.
Find the normal stresses in the cross-section just below \(\text{B}\) and draw the normal stress distribution in this cross-section.
Solution assignment 1
\(A = 3000 \text{ mm}^2\)
\(I_\text{zz} = 2.32 \cdot 10^6 \text{ mm}^4\)
Solution assignment 2
Solution assignment 3
Given is the following structure and cross-section:
Find the relevant cross-sectional properties.
Find the normal stresses at cross-section \(\text{B}\) in beam \(\text{AB}\) in points \(\text{E}\), \(\text{F}\), \(\text{G}\), \(\text{H}\).
Solution assignment 1
\( A = 36000 \text{ mm}^2\)
\( W_\text{z} = 1.8 \cdot 10^6 \text{ mm}^3\)
\( W_\text{y} = 0.72 \cdot 10^6 \text{ mm}^3\)
Solution assignment 2
\(\sigma_\text{E} = 2.5 \text{ MPa}\)
\(\sigma_\text{G} = -7.5 \text{ MPa}\)
\(\sigma_\text{H} = -12.5 \text{ MPa}\)
\(\sigma_\text{I} = -2.5 \text{ MPa}\)