From da0dc369afb97b68d0800935b0147733df0a00f1 Mon Sep 17 00:00:00 2001 From: rgeorgi Date: Tue, 31 Aug 2021 20:49:21 -0700 Subject: [PATCH] Chapter 4 examples --- dampedAndDrivenSpring.html | 273 +++++++++++++++++++++++++++++++++++++ index.html | 21 +++ twoMassesThreeSprings.html | 157 +++++++++++++++++++++ 3 files changed, 451 insertions(+) create mode 100644 dampedAndDrivenSpring.html create mode 100644 twoMassesThreeSprings.html diff --git a/dampedAndDrivenSpring.html b/dampedAndDrivenSpring.html new file mode 100644 index 0000000..f6f2d29 --- /dev/null +++ b/dampedAndDrivenSpring.html @@ -0,0 +1,273 @@ + + + + + Damped and driven spring + + + + + +
+ + + + +
+ + + + +

+ This work is licensed under + CC BY-NC-ND 4.0

+ \ No newline at end of file diff --git a/index.html b/index.html index 5c998bb..78e609c 100644 --- a/index.html +++ b/index.html @@ -163,6 +163,27 @@ Nope, one more + + + Chapter 4: Oscillations + + + + + Damped and driven spring + + + Damped and driven spring resonance example + + + + + Two masses, three springs + + + Other example problem from chapter 4 + +

This work is licensed under diff --git a/twoMassesThreeSprings.html b/twoMassesThreeSprings.html new file mode 100644 index 0000000..9ce1c91 --- /dev/null +++ b/twoMassesThreeSprings.html @@ -0,0 +1,157 @@ + + + + + Two masses, three springss + + + + + + Your browser does not support the HTML5 canvas tag. +

+ + + +

+ This work is licensed under + CC BY-NC-ND 4.0

+ \ No newline at end of file