# Matplotlib compatibility patch for Pyodide
import matplotlib
if not hasattr(matplotlib.RcParams, "_get"):
matplotlib.RcParams._get = dict.get
Lesson Monday September 16th#
During today’s lesson you’ll work on a complex exercise on the topic of ‘Euler-Bernoulli’. Please ask your questions regarding the homework as well!
Exercise Euler-Bernoulli#
Given the following structure.
Use the Euler-Bernoulli equations to find the displacement halfway.
Given the following structure.
Use the Euler-Bernoulli equations to find the rotation at the left support
Given the following structure.
Use the Euler-Bernoulli equations to find the displacement of the top of the structure.
Solution assignment 1
\(0.03 \text{ m}\) ↓
Solution assignment 2
\(0.064 \text{ rad}\) ⟲
Solution assignment 3
\(0.005 \text{ m}\) ↑