# Matplotlib compatibility patch for Pyodide
import matplotlib
if not hasattr(matplotlib.RcParams, "_get"):
matplotlib.RcParams._get = dict.get
Lesson Friday October 4th#
During todayβs lesson youβll work on an exercise on the topic of the Displacement for bending. Please ask your questions regarding the homework as well!
Exercise Displacement for bending#
Given the following structure.
Find the displacement of \(\text{C}\) and \(\text{D}\)
Draw the displaced structure
Given the following structure.
Find the displacement of \(\text{C}\) and \(\text{D}\)
Draw the displaced structure
Solution assignment 1
\(w_\text{C} \approx 0.0278 \text{ m}\) β
\(w_\text{D} = 0.018 \text{ m}\) β
Solution assignment 2
Solution assignment 3
\(w_{v,\text{C}} = 0.012 \text{ m}\) β
\(w_{h,\text{C}} = 0.016 \text{ m}\) β
\(w_{v,\text{D}} \approx 0.0033 \text{ m}\) β
\(w_{h,\text{D}} \approx 0.019 \text{ m}\) β
Solution assignment 4