From 95c1ee799d59c5287c234701ae5f0c3476237107 Mon Sep 17 00:00:00 2001 From: "Melany D. Opolz" Date: Fri, 6 Sep 2024 17:07:10 -0500 Subject: [PATCH] Update particle_kinetics.astro Updated content and navigation tree --- src/pages/dyn/particle_kinetics.astro | 148 ++++++++++++++++++++++---- 1 file changed, 125 insertions(+), 23 deletions(-) diff --git a/src/pages/dyn/particle_kinetics.astro b/src/pages/dyn/particle_kinetics.astro index 88daf3159..a838c5f56 100644 --- a/src/pages/dyn/particle_kinetics.astro +++ b/src/pages/dyn/particle_kinetics.astro @@ -18,9 +18,31 @@ import Item from "../../components/Item.astro" import PrairieDrawCanvas from "../../components/PrairieDrawCanvas.astro" --- -
- +
+ +
+ + +
+ + @@ -77,7 +99,7 @@ import PrairieDrawCanvas from "../../components/PrairieDrawCanvas.astro" - + Newton's equations can be used in two main ways. Either we know the forces and we use this to compute the acceleration of a mass, or we know the acceleration and use this to @@ -117,7 +139,7 @@ import PrairieDrawCanvas from "../../components/PrairieDrawCanvas.astro" - + The steps involved in analyzing a mechanical system with Newton's equations are as follows. @@ -182,22 +204,62 @@ import PrairieDrawCanvas from "../../components/PrairieDrawCanvas.astro" - More information about Free body diagrams included in "Free boy diagrams" +

+ A free-body diagram (abbreviated as FBD, also called force diagram) is a diagram used to show the magnitude and direction of all applied forces, moments, and reaction and constraint forces acting on a body. They are important and necessary in solving complex problems in mechanics. +

+

+ What is and is not included in a free-body diagram is important. Every free-body diagram should have the following: +

+ +
    +
  • The body represented as a dot if it is a point mass, and the body itself if it is a rigid body.
  • +
  • The external forces/moments. The force vector should indicate: relative magnitude, point of application, and the direction.
  • +
  • A properly defined coordinate system
  • +
+ +

+ A free-body diagram should not include the following: +

+ +
    +
  • Bodies other than the body we are interested in.
  • +
  • Forces applied by the body
  • +
  • Internal forces depending on the chosen system. For example, a free-body diagram on a truss should not include the forces between individual truss members.
  • +
  • Kinematic quantities (velocity and acceleration).
  • +
+ + + +

+ Always assume the direction of forces/moments to be positive according to the appropriate coordinate system. The calculations from Newton/Euler equations will provide you with the correct direction of those forces/moments. Things that should not follow this are: +

+
    +
  • Gravity
  • +
  • Tension
  • +
  • Friction if the velocity is provided
  • +
+
+
+ + + +

+ If forces/moments are present, always begin with a free-body diagram. Do not write down equations before drawing the FBD as those are often simple kinematic equations, or Newton/Euler equations. +

+
+
+
- - Add information shown in Fig \ref fig:NumericalIntegration + + - - - This topic is in L13-Notes, slides 9-10. Include information in Fig \ref and this YouTube link https://www.youtube.com/shorts/qvW0sz4kBLQ. Application for "Particle kinetics". + - - - +

What happens when we step on the gas or brake in a car? The car pushes against the road to either accelerate (gas pedal) @@ -207,8 +269,7 @@ import PrairieDrawCanvas from "../../components/PrairieDrawCanvas.astro"

- To study this problem we need a - model. Let's start with the simplest model and then + To study this problem we need a model. Let's start with the simplest model and then gradually consider more complex models.

The classic American Video of a wheelie, where the front wheels lose contact. - VVideo of braking in which the rear wheels lose contact. - - \label sub:PartKin_turns - Complete in "Banked turns". Just the introduction and the information under "Track geometry" and "Point mass model". + + +

+ Turning in a circle requires a vehicle to have a centripetal acceleration inwards on the turn, and so there must be some centripetal force that produces this acceleration. For a vehicle driving on flat ground, this force must be produced by a sideways friction force on the tires. This introduces two problems: +

+ +
    +
  1. If the coefficient of friction is not high enough (say the road is wet or icy), then the friction force will be insufficient and the vehicle will slide off the road.
  2. +
  3. Even if the friction force is high enough, because it acts at the bottom of the tires, it produces a net moment about the center of mass, which can cause the vehicle to roll over.
  4. +
+ +

+ To avoid both of these problems, the road can be banked inwards, so that the outer edge of the road is higher than the inner edge. This is called superelevation and means that some of the centripetal force can be provided by the normal force with the road, reducing the friction force and minimizing the risk of slip or roll. +

+ +

+ The figure below shows a bus driving around a sharp corner at high speed on a heavily banked road. To understand the dynamics of this vehicle and the design tradeoffs for cornering on banked turns, we need a model. We will start below with a simple point mass model, which will be enough to understand friction and sliding, and then move on to a 2D rigid-body body to understand roll behavior. +

+ + Include first figure #avb-fc from
here. + + + + + Kinetics of point masses + Kinetics of rigid bodies + + + + + + Video of a Dodge Challenger on the Untertürkheim track curve. + Video of the bus shown in Figure #avb-fc. + Video taken from inside a car driving around the Untertürkheim track. + + + + +
- - Complete in "Projectiles with air resistance". +

Consider a spherical object, such as a baseball, moving @@ -392,7 +488,7 @@ import PrairieDrawCanvas from "../../components/PrairieDrawCanvas.astro" - +

A dimensionless parameter that is very useful in fluid @@ -495,6 +591,12 @@ import PrairieDrawCanvas from "../../components/PrairieDrawCanvas.astro" - + + + This topic is in L13-Notes, slides 9-10. Include information in Fig \ref and this YouTube link https://www.youtube.com/shorts/qvW0sz4kBLQ. Application for "Particle kinetics". + + + + \ No newline at end of file