Lesson November 18th

# 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:

../../_images/structure2.svg
  1. Find the relevant cross-sectional properties.

  2. Find the normal stresses at cross-section \(\text{A}\) and draw the normal stress distribution in this cross-section.

  3. Find the normal stresses in the cross-section just below \(\text{B}\) and draw the normal stress distribution in this cross-section.

Given is the following structure and cross-section:

../../_images/structure21.svg
  1. Find the relevant cross-sectional properties.

  2. Find the normal stresses at cross-section \(\text{B}\) in beam \(\text{AB}\) in points \(\text{E}\), \(\text{F}\), \(\text{G}\), \(\text{H}\).