Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
152 changes: 152 additions & 0 deletions public/dyn/multi_body_systems/Slider_Crank_animation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
152 changes: 152 additions & 0 deletions public/sta/reaction_forces/Slider_Crank_animation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 27 additions & 2 deletions src/pages/dyn/multi_body_systems.astro
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,33 @@ import DisplayTable from "../../components/DisplayTable.astro"

<SubSubSection title = "Gear kinetics" id = "gear_kinetics"/>

<SubSection title = "Slider cranks" id = "slider_cranks"/>
<SubSection title = "Slider cranks" id = "slider_cranks">
<Image src = "/dyn/multi_body_systems/Slider_Crank_animation.svg" width = "7">Image from <a target = "_blank" rel = "noopener noreferrer" href = "https://commons.wikimedia.org/wiki/File:Slider_Crank_animation.svg">Wikimedia.</a> CC BY 2.0</Image>
<p>
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.
</p>
<p>
Here are some things to keep in mind when solving problems involving slider-crank mechanisms:
</p>
<ul>
<li>The velocity of the slider is purely tangential to the path of the slider.</li>
<li>The acceleration of the slider is purely tangential to the path of the slider.</li>
<li>The slider has a reaction force normal to the path of the slider.</li>
</ul>
<CalloutContainer slot = "cards">
<CalloutCard title = "Review?">
<p>
Need a review of <strong>types of connections?</strong>
</p>
<p>
This content has also been in <a href = "/sta/reaction_forces#types_of_connections">statics.</a>
</p>
</CalloutCard>
</CalloutContainer>
</SubSection>

</Layout>

<script src="/dyn/multi_body_systems/canvases.js" is:inline></script>
<script src="/dyn/multi_body_systems/canvases.js" is:inline></script>
9 changes: 9 additions & 0 deletions src/pages/sta/reaction_forces.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a target = "_blank" rel = "noopener noreferrer" href = "https://krannertcenter.com/events/krannert-center-tours">here.</a>
</p>
</CalloutCard>
<CalloutCard title = "Heads up!">
<p>
<strong><a href = "/dyn/multi_body_systems#slider_cranks">Slider cranks</a></strong> builds on this content in dynamics.
</p>
<Image src = '/dyn/multi_body_systems/Slider_Crank_animation.svg' width = '7'>Image from <a target = "_blank" rel = "noopener noreferrer" href = "https://commons.wikimedia.org/wiki/File:Slider_Crank_animation.svg">Wikimedia.</a> CC BY 2.0</Image>
<p>
The slider component of a slider crank mechanism has a reaction force like the "Roller/pin in confined slot" connection shown to the left.
</p>
</CalloutCard>
</CalloutContainer>

</SubSection>
Expand Down