Skip to main content

Engineering Mechanics: Statics and Dynamics

These notes organize engineering mechanics around the balance laws that connect forces, moments, motion, energy, and momentum. The sequence begins with vector modeling and free-body diagrams, moves through statics of particles and rigid bodies, then develops the dynamics of particles and planar rigid bodies. The emphasis is practical setup: isolate the body, draw the force model, choose coordinates, write the governing equations, and check the result against units and physical intuition.

The source PDF's table of contents separates the subject into mechanics basics, statics, and dynamics, including vectors, free-body diagrams, equilibrium, trusses and frames, internal forces, one-dimensional and spatial particle dynamics, rigid-body planar motion, constraints, and friction. This wiki path follows that structure while also adding the standard section-property and vibration tools commonly paired with an engineering mechanics course.

Use the pages in order for a first pass. Later, jump directly to the method family needed for a problem.

Chapter List

  1. Force Vectors, Resultants, and Components
  2. Particle Equilibrium
  3. Rigid-Body Equilibrium
  4. Trusses, Frames, and Machines
  5. Internal Forces in Beams
  6. Friction: Dry Contact, Belts, and Screws
  7. Centroids and Second Moments
  8. Particle Kinematics
  9. Particle Kinetics with Newton's Second Law
  10. Work-Energy Methods
  11. Impulse, Momentum, and Impact
  12. Planar Rigid-Body Motion
  13. Vibrations of Single-Degree-of-Freedom Systems

Problem-Solving Pattern

Most mechanics problems become manageable when the setup is disciplined:

  1. Choose the system or body to isolate.
  2. Draw a free-body diagram with only external forces and moments.
  3. Choose coordinates that fit the geometry or motion.
  4. Write the applicable balance law: force, moment, energy, impulse-momentum, or angular momentum.
  5. Add kinematic or geometric constraints.
  6. Solve with units attached.
  7. Check signs, limiting cases, and physical reasonableness.

Statics uses the zero-acceleration limits of the same balance laws:

F=0,M=0.\sum\mathbf{F}=\mathbf{0},\qquad \sum\mathbf{M}=\mathbf{0}.

Dynamics keeps the inertial terms:

F=ma,MG=IGα.\sum\mathbf{F}=m\mathbf{a},\qquad \sum M_G=I_G\alpha.

Energy and momentum methods give alternate views:

T1+V1+Unc=T2+V2,T_1+V_1+U_{\mathrm{nc}}=T_2+V_2, t1t2Fdt=mv2mv1.\int_{t_1}^{t_2}\sum\mathbf{F}\,dt=m\mathbf{v}_2-m\mathbf{v}_1.

The pages that follow repeat this pattern with different modeling assumptions, diagrams, examples, and runnable code.