From f8614f0f3bc09b0f618fd76c61d4a933422fddf1 Mon Sep 17 00:00:00 2001 From: agyao2 Date: Tue, 30 Sep 2025 23:41:08 -0500 Subject: [PATCH 1/2] Slider cranks Adds blurb about slider cranks and makes callout cards taking users between statics and dyn --- .../Slider_Crank_animation.svg | 152 ++++++++++++++++++ .../Slider_Crank_animation.svg | 152 ++++++++++++++++++ src/pages/dyn/multi_body_systems.astro | 27 +++- src/pages/sta/reaction_forces.astro | 9 ++ 4 files changed, 339 insertions(+), 1 deletion(-) create mode 100644 public/dyn/multi_body_systems/Slider_Crank_animation.svg create mode 100644 public/sta/reaction_forces/Slider_Crank_animation.svg diff --git a/public/dyn/multi_body_systems/Slider_Crank_animation.svg b/public/dyn/multi_body_systems/Slider_Crank_animation.svg new file mode 100644 index 000000000..d2aba650a --- /dev/null +++ b/public/dyn/multi_body_systems/Slider_Crank_animation.svg @@ -0,0 +1,152 @@ + + + + + Slider-Crank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/sta/reaction_forces/Slider_Crank_animation.svg b/public/sta/reaction_forces/Slider_Crank_animation.svg new file mode 100644 index 000000000..d2aba650a --- /dev/null +++ b/public/sta/reaction_forces/Slider_Crank_animation.svg @@ -0,0 +1,152 @@ + + + + + Slider-Crank + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/pages/dyn/multi_body_systems.astro b/src/pages/dyn/multi_body_systems.astro index b69a4a31d..9e0ab642b 100644 --- a/src/pages/dyn/multi_body_systems.astro +++ b/src/pages/dyn/multi_body_systems.astro @@ -117,7 +117,32 @@ import DisplayTable from "../../components/DisplayTable.astro" - + + Image from Wikimedia. CC BY 2.0 +

+ A slider crank mechanism is a common mechanical system that converts rotational motion into linear motion. + It consists of a crank, a connecting rod, and a slider. + The crank rotates about a fixed axis, the connecting rod connects the crank to the slider, and the slider moves linearly along a guide or track. +

+

+ Here are some things to keep in mind when solving problems involving slider-crank mechanisms: +

+
    +
  • Velocity is tangential to the path of the slider.
  • +
  • Acceleration is tangential to the path of the slider.
  • +
  • There is a reaction force normal to the path of the slider.
  • +
+ + +

+ Need a review of types of connections? +

+

+ This content has also been in statics. +

+
+
+
diff --git a/src/pages/sta/reaction_forces.astro b/src/pages/sta/reaction_forces.astro index 38e120f44..bc04a3eaa 100644 --- a/src/pages/sta/reaction_forces.astro +++ b/src/pages/sta/reaction_forces.astro @@ -69,6 +69,15 @@ A roller support only constrains movement in the y-direction, and thus only has You can learn more about the Krannert Center for the Performing Arts here.

+ +

+ Slider cranks builds on this content in dynamics. +

+ Image from Wikimedia. CC BY 2.0 +

+ The slider component of a slider crank mechanism has a reaction force like the "Roller/pin in confined slot" connection shown to the left. +

+
From 6df28bc5b47bb29ed455b509d7443f12df76f7f6 Mon Sep 17 00:00:00 2001 From: agyao2 Date: Wed, 1 Oct 2025 20:46:40 -0500 Subject: [PATCH 2/2] Conditions clarifications Clarifies the conditions of a slider crank --- src/pages/dyn/multi_body_systems.astro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/dyn/multi_body_systems.astro b/src/pages/dyn/multi_body_systems.astro index 9e0ab642b..2e628bd0b 100644 --- a/src/pages/dyn/multi_body_systems.astro +++ b/src/pages/dyn/multi_body_systems.astro @@ -128,9 +128,9 @@ import DisplayTable from "../../components/DisplayTable.astro" Here are some things to keep in mind when solving problems involving slider-crank mechanisms:

    -
  • Velocity is tangential to the path of the slider.
  • -
  • Acceleration is tangential to the path of the slider.
  • -
  • There is a reaction force normal to the path of the slider.
  • +
  • The velocity of the slider is purely tangential to the path of the slider.
  • +
  • The acceleration of the slider is purely tangential to the path of the slider.
  • +
  • The slider has a reaction force normal to the path of the slider.
@@ -146,4 +146,4 @@ import DisplayTable from "../../components/DisplayTable.astro" - \ No newline at end of file +