ResourcesEngineering CoreDynamics & Kinematics
EngineeringCollege

Dynamics & Kinematics

Dynamics is the branch of engineering mechanics concerned with the analysis of bodies in motion. It is divided into kinematics (study of motion geometry) and kinetics (relationship between forces and motion).

This guide covers particle and rigid body motion, Newton's laws, work-energy principles, and practical engineering applications for vehicle design, robotics, and machinery.

1Introduction

Understanding dynamics is paramount in virtually all engineering disciplines. In vehicle design, dynamics is crucial for analyzing suspension systems, braking performance, crashworthiness, and overall stability.

In robotics, dynamics underpins the design of manipulators, ensuring precise movement and force control. For machinery, it is essential for predicting vibratory behavior, optimizing power transmission, and ensuring structural integrity under operational loads.

Picture This

A car taking a sharp turn at high speed. The passengers feel pushed outward — that's the normal acceleration (centripetal force requirement) acting on them. Without sufficient friction, the car would slide off the curved path.

2Key Definitions

Key kinematic and kinetic quantities:

Position Vector (r)

Vector from origin to particle location. Units: meters (m)

Velocity (v)

Rate of change of position: v = dr/dt. Units: m/s

Acceleration (a)

Rate of change of velocity: a = dv/dt. Units: m/s²

Angular Velocity (ω)

Rate of change of angular position. Units: rad/s

Kinetic Energy (T)

Energy of motion: T = ½mv². Units: Joules (J)

Momentum (p)

Linear momentum: p = mv. Units: kg·m/s

3Particle Kinematics

Rectilinear Motion (Straight Line)

For motion along a straight line:

v = ds/dt    a = dv/dt

Constant Acceleration Equations

v = v₀ + a_c t

s = s₀ + v₀t + ½a_c t²

v² = v₀² + 2a_c(s - s₀)

Curvilinear Motion (Normal-Tangential)

For motion along a curved path:

Key Concept

Tangential acceleration a_t = dv/dt changes speed. Normal acceleration a_n = v²/ρ changes direction (always toward center of curvature).

4Kinetics: Forces and Motion

Newton's Second Law

∑ F = m a

Net external force equals mass times acceleration

Work-Energy Principle

The work done by all external forces equals the change in kinetic energy:

U₁₋₂ = T₂ - T₁

Work = Change in Kinetic Energy

Energy Methods

  • Use when forces vary with position
  • Use when only initial/final states matter
  • Good for conservative forces

Impulse-Momentum

  • Use when forces vary with time
  • Use for impact problems
  • Use when time is involved

5Rigid Body Kinematics

Types of Motion

Translation

All points have same velocity and acceleration. Can be rectilinear or curvilinear.

Fixed Axis Rotation

All points move in circles about fixed axis. v = rω, a_t = rα, a_n = rω².

General Plane Motion

Combination of translation and rotation. Most common 2D rigid body motion.

Relative Motion Equations

v_B = v_A + ω × r_B/A

a_B = a_A + α × r_B/A - ω² r_B/A

Rolling Without Slipping

For a rolling wheel: v_O = Rω, a_O = Rα. The point of contact has zero velocity relative to ground.

6Design Applications

Machine Design

Kinematic analysis of linkages determines velocity and acceleration profiles. Dynamic analysis sizes actuators and predicts joint forces.

Vehicle Dynamics

Suspension systems optimize ride comfort and handling. Braking analysis determines stopping distances. Stability analysis prevents rollover.

Robotics

Forward and inverse kinematics control end-effector position. Dynamics determines joint torques for desired motion.

7Worked Examples

Easy

Car Acceleration

A car starts from rest and accelerates uniformly at 2.0 m/s² for 10 seconds. Find final velocity and distance.

Step 1: v = v₀ + at = 0 + (2.0)(10) = 20 m/s

Step 2: s = v₀t + ½at² = 0 + ½(2.0)(10)² = 100 m

Key insight: Constant acceleration formulas only apply when acceleration is truly constant.

Medium

Block on Inclined Plane

A 10 kg block on a 30° incline with μ_k = 0.2. Horizontal force P = 50 N applied. Find acceleration.

Step 1: Resolve forces: W_x = 49.05 N down slope, P_x = 43.30 N up slope

Step 2: Normal force: N = 59.96 N

Step 3: Friction: f_k = μ_kN = 12.0 N

Step 4: a = -0.624 m/s² (up the incline)

Key insight: Always determine the direction of friction based on tendency of motion first.

Medium

Wheel Rolling Without Slipping

A wheel (R = 0.4 m) rolls without slipping. v_O = 2 m/s, a_O = 1 m/s². Find ω, α, and velocity of top point P.

Step 1: ω = v_O/R = 2/0.4 = 5 rad/s (clockwise)

Step 2: α = a_O/R = 1/0.4 = 2.5 rad/s²

Step 3: v_P = v_O + Rω = 2 + 0.4(5) = 4 m/s

Key insight: Points on a rolling wheel have velocity v_O + Rω relative to the center.

Hard

Hinged Bar Dynamics

A 10 kg, 2 m bar hinged at A. Horizontal force F = 50 N at B. Find angular acceleration and hinge reactions.

Step 1: I_A = ⅓mL² = 13.33 kg·m²

Step 2: Moment equation: FL - mg(L/2) = I_Aα

Step 3: α = 0.143 rad/s² (CCW)

Step 4: A_x = -50 N (left), A_y = 99.5 N (up)

Key insight: Use parallel axis theorem to find moment of inertia about hinge.

8Key Formulas

Particle Kinematics (Constant a)

v = v₀ + at   s = s₀ + v₀t + ½at²   v² = v₀² + 2a(s-s₀)

Normal-Tangential Coordinates

a_t = dv/dt   a_n = v²/ρ   |a| = √(a_t² + a_n²)

Newton's Second Law

∑F = ma   ∑F_t = ma_t   ∑F_n = mv²/ρ

Work-Energy

U₁₋₂ = T₂ - T₁   T = ½mv²   T₁ + V₁ = T₂ + V₂

Rigid Body Rotation

v = rω   a_t = rα   a_n = rω²   I = ⅓mL² (about end)

MMemory Aids

Mnemonic

"CAN" — Kinematics First, then Kinetics. You CAN't do kinetics without kinematics!

Mnemonic

"N-T for Curves, X-Y for Straight" — Use normal-tangential for curved paths, Cartesian for straight lines.

Mnemonic

"FBD — Forces Be Drawn" before you Force Be Done!

MCommon Mistakes

Wrong Equations

Using constant acceleration formulas when acceleration varies

The kinematic equations v = v₀ + at only work when acceleration is truly constant. Otherwise, integrate.

Forgetting Normal Acceleration

Assuming zero acceleration for constant speed

Even at constant speed around a curve, a_n = v²/ρ is non-zero (direction is changing!).

Sign Errors

Inconsistent coordinate directions

Define positive directions clearly and apply consistently to all forces, velocities, and accelerations.

Unit Confusion

Mixing SI units

Always convert to consistent units (meters, kg, seconds) before calculations.

Frequently Asked Questions

What is the difference between kinematics and kinetics?
Kinematics describes the geometry of motion (position, velocity, acceleration) without considering forces. Kinetics relates forces and moments to the resulting motion, integrating kinematics with Newton's Laws.
When should I use work-energy vs. impulse-momentum?
Use work-energy when forces vary with position, distance is involved, or time is not requested. Use impulse-momentum when forces vary with time, for impact problems, or when time is involved.
What is rolling without slipping?
Rolling without slipping occurs when the velocity of the point of contact with the ground is zero. The relationship v = Rω connects linear velocity v, radius R, and angular velocity ω.
How do normal-tangential coordinates simplify curvilinear motion?
The n-t coordinate system aligns with the path geometry: tangential acceleration changes speed, normal acceleration changes direction. This directly relates to the physics of curved motion.
What is the instantaneous center (IC) in rigid body motion?
The IC is a point about which a body appears to rotate instantaneously. It simplifies velocity calculations using v = rω, where r is distance from the IC.
How do you determine if a system is statically determinate?
A system is statically determinate when unknowns equal equilibrium equations (3 for 2D, 6 for 3D). More unknowns means indeterminate, requiring compatibility equations.

Practice Quiz

Test your understanding — select the correct answer for each question.

1.What is the primary difference between speed and velocity?

2.A car accelerates uniformly from rest to 20 m/s in 5 seconds. What is its acceleration?

3.At the highest point of its trajectory, what is the vertical component of a projectile's velocity (ignoring air resistance)?

4.An object is in equilibrium if it is either at rest or moving with a constant velocity. Which of Newton's Laws best describes this state?

5.A net force of 50 N acts on an object with a mass of 10 kg. What is the acceleration of the object?

6.When you push against a wall, the wall pushes back on you with an equal and opposite force. This is an example of which of Newton's Laws?

7.Which statement about friction is generally true?

8.A block is sliding down a rough inclined plane at a constant speed. Which forces are acting on the block?

9.A velocity-time graph shows a horizontal line above the x-axis. What does this indicate about the object's motion?

10.A person stands on a scale in an elevator. If the elevator accelerates downwards, how does the scale reading (apparent weight) compare to the person's actual weight?

Study Tips

  • Always draw FBDs: Never skip this step for kinetics problems.
  • Identify the motion type first: Rectilinear, curvilinear, or general plane motion.
  • Choose coordinates wisely: Cartesian for straight lines, n-t for curves, cylindrical for radial/angular.
  • Check units at every step: Inconsistent units are the most common source of error.
  • Relate kinematics to kinetics: You must know velocity/acceleration before solving for forces.

Related Topics