From 0e30ae36d264ccc456c8744edb17c9d4e74c2005 Mon Sep 17 00:00:00 2001 From: rgeorgi Date: Sun, 24 Oct 2021 15:11:09 -0700 Subject: [PATCH] Added 6-3, 6-5, 7-4, 8-1, and gravity --- 6-3.html | 144 ++++++++++++++++++++++++++++++++++ 6-5.html | 144 ++++++++++++++++++++++++++++++++++ 7-4.html | 153 ++++++++++++++++++++++++++++++++++++ 8-1.html | 177 ++++++++++++++++++++++++++++++++++++++++++ gravity.html | 214 +++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 45 +++++++++++ 6 files changed, 877 insertions(+) create mode 100644 6-3.html create mode 100644 6-5.html create mode 100644 7-4.html create mode 100644 8-1.html create mode 100644 gravity.html diff --git a/6-3.html b/6-3.html new file mode 100644 index 0000000..b7b52dd --- /dev/null +++ b/6-3.html @@ -0,0 +1,144 @@ + + + + + Problem 6-3 + + + + + + Your browser does not support the HTML5 canvas tag. +
+ Omega + +
+ + + +

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

+ \ No newline at end of file diff --git a/6-5.html b/6-5.html new file mode 100644 index 0000000..80af987 --- /dev/null +++ b/6-5.html @@ -0,0 +1,144 @@ + + + + + Problem 6-5 + + + + + + Your browser does not support the HTML5 canvas tag. +
+ Omega + +
+ + + +

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

+ \ No newline at end of file diff --git a/7-4.html b/7-4.html new file mode 100644 index 0000000..0737895 --- /dev/null +++ b/7-4.html @@ -0,0 +1,153 @@ + + + + + Problem 7-4 + + + + +
+ + +
+ + 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/8-1.html b/8-1.html new file mode 100644 index 0000000..2fcd20a --- /dev/null +++ b/8-1.html @@ -0,0 +1,177 @@ + + + + + Problem 8-1 + + + + + + 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/gravity.html b/gravity.html new file mode 100644 index 0000000..f60d476 --- /dev/null +++ b/gravity.html @@ -0,0 +1,214 @@ + + + + + Chapter 7 - Gravity and Kepler's Laws + + + + + + 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 89b7fc1..3dc93d2 100644 --- a/index.html +++ b/index.html @@ -249,11 +249,56 @@ Spring pendulum example problem + + + Problem 6-3 + + + Pendulum with an oscillating support + + + + + Problem 6-5 + + + Inverted pendulum - for high enough values of ω the pendulum stays upright + + + + + Chapter 7: Central forces + + + + + Orbit simulation + + + Simulation of mass in a gravitational field. Drag the small mass to change its position, drag outside the small mass to change its velocity, and drag the large mass to change the strength of the gravitational field. + + + + + Problem 7-4 + + + Mass in a rk potential. Forms a closed path if √(k + 2) is rational + + Chapter 8: Angular momentum part 1 + + + Problem 8-1 + + + Atwood machine with massive pulley compared to atwood machine with massless pulley + + Problem 8-20