Skip to content

Commit d0b0ae9

Browse files
committed
Add schematic image for cantilever beam tutorial
1 parent 0e8b320 commit d0b0ae9

3 files changed

Lines changed: 212 additions & 0 deletions

File tree

assets/cantilever-beam-1d.png

13.4 KB
Loading

assets/cantilever-beam-1d.svg

Lines changed: 203 additions & 0 deletions
Loading

tutorials/cantilever-beam-1d.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,15 @@ <h2 id="mathematicalformulation"><a name="Mathematical formulation"></a>Mathemat
168168
concentrated tip load \(P = -1000\) is applied. Since there is no distributed load along the span
169169
(\(q(x) = 0\)), the beam bends solely due to the point load applied at its free end.
170170
</p>
171+
172+
<div class="center-image">
173+
<img src="../assets/cantilever-beam-1d.png" alt="Cantilever beam schematic" width="300" />
174+
<p class="image-caption">
175+
Schematic of the cantilever beam: clamped support at x=0 (w=0, &theta;=0) and a downward tip point
176+
load P at x=L
177+
</p>
178+
</div>
179+
171180
<p>For this problem, the deflection admits the classical closed-form analytical solution:</p>
172181
<p>\(w(x) = \frac{P}{6EI}\left(3Lx^2 - x^3\right)\)</p>
173182
<p>with the corresponding rotation:</p>

0 commit comments

Comments
 (0)