From d371cc2d517f446393ca6170abdda65efd709a36 Mon Sep 17 00:00:00 2001 From: rgeorgi Date: Mon, 30 Aug 2021 15:31:44 -0700 Subject: [PATCH] 3-8, 3-31, 3-32, and throwing a ball --- 3-31.html | 144 +++++++++++++++++++++++++++++++++++++++++ 3-32.html | 157 +++++++++++++++++++++++++++++++++++++++++++++ 3-8.html | 139 +++++++++++++++++++++++++++++++++++++++ index.html | 40 ++++++++++++ throwingABall.html | 156 ++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 636 insertions(+) create mode 100644 3-31.html create mode 100644 3-32.html create mode 100644 3-8.html create mode 100644 throwingABall.html diff --git a/3-31.html b/3-31.html new file mode 100644 index 0000000..e5ff220 --- /dev/null +++ b/3-31.html @@ -0,0 +1,144 @@ + + + + + Exercise 3-31 + + + + + + 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/3-32.html b/3-32.html new file mode 100644 index 0000000..c332377 --- /dev/null +++ b/3-32.html @@ -0,0 +1,157 @@ + + + + + Exercise 3-32 + + + + + + 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/3-8.html b/3-8.html new file mode 100644 index 0000000..4cb799b --- /dev/null +++ b/3-8.html @@ -0,0 +1,139 @@ + + + + + Problem 3-8 + + + + + + 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 658d116..5c998bb 100644 --- a/index.html +++ b/index.html @@ -67,6 +67,14 @@ Chapter 3: Using F=ma + + + Throwing a Ball Example + + + Maximization of distance with relation to ground slope + + Problem 3-1 @@ -91,6 +99,14 @@ Infinite Atwood's machine + + + Problem 3-8 + + + Block on a moving inclined plane + + Problem 3-11 @@ -123,6 +139,30 @@ Yet another Atwood's machine + + + Problem 3-30 + + + ANOTHER Atwood's machine + + + + + Problem 3-31 + + + Haven't there been enough Atwood's machines yet? + + + + + Problem 3-32 + + + Nope, one more + +

This work is licensed under diff --git a/throwingABall.html b/throwingABall.html new file mode 100644 index 0000000..3a13993 --- /dev/null +++ b/throwingABall.html @@ -0,0 +1,156 @@ + + + + + Throwing a Ball + + + + + + Your browser does not support the HTML5 canvas tag. +

+ Beta + +
+ + + +

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

+ \ No newline at end of file