From 533a9b71bb7023d2ed9997f0b2bc2142f5c9485d Mon Sep 17 00:00:00 2001 From: rgeorgi Date: Sat, 2 Oct 2021 17:20:25 -0700 Subject: [PATCH] Fixing things and adding springPendulum --- 4-11.html | 9 +- 4-9.html | 2 +- 5-15.html => 5-15and5-16.html | 55 ++++++++++- 5-16.html | 174 ---------------------------------- index.html | 65 +++++++++++++ springPendulum.html | 152 +++++++++++++++++++++++++++++ 6 files changed, 272 insertions(+), 185 deletions(-) rename 5-15.html => 5-15and5-16.html (75%) delete mode 100644 5-16.html create mode 100644 springPendulum.html diff --git a/4-11.html b/4-11.html index 56f678c..5fdb033 100644 --- a/4-11.html +++ b/4-11.html @@ -61,14 +61,7 @@ - Your browser does not support the HTML5 canvas tag. - + 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 diff --git a/index.html b/index.html index 5b8e688..89b7fc1 100644 --- a/index.html +++ b/index.html @@ -184,6 +184,71 @@ Other example problem from chapter 4 + + + Problem 4-9 + + + Unequal masses + + + + + Problem 4-11 + + + Driven mass on a circle + + + + Problem 4-12 + + + Springs on a circle + + + + + Chapter 5: Conservation of energy and momentum + + + + + Problems 5-15 and 5-16 + + + Comparison of propelling a car elastically and inelastically + + + + + Problem 5-23 + + + Basketball and tennis ball + + + + + Problem 5-29 + + + Falling energy conserving chain (only mostly correct) + + + + + Chapter 6: The Lagrangian method + + + + + Spring pendulum + + + Spring pendulum example problem + + Chapter 8: Angular momentum part 1 diff --git a/springPendulum.html b/springPendulum.html new file mode 100644 index 0000000..c5fb69e --- /dev/null +++ b/springPendulum.html @@ -0,0 +1,152 @@ + + + + + Spring Pendulum Example + + + + + + 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