Inertia forces
Every acceleration demands a force,
このコンテンツはまだ日本語訳がありません。
Velocity tells you how fast a part moves; acceleration tells you how hard its motion is changing, and that is what creates force. A piston at 6000 rpm reverses direction a hundred times a second, and the force to turn its motion around comes straight from the engine structure, which is why a poorly balanced engine shakes itself apart. Acceleration analysis is one more differentiation of the loop you already have, and then Newton’s second law turns those accelerations into the inertia forces that size bearings and the shaking forces that engineers spend so much effort balancing. In this lesson you build acceleration polygons and convert them into dynamic forces. #AccelerationAnalysis #InertiaForces #EngineBalancing
By the end of this lesson, you will be able to:
An engine, compressor, or pump runs steadily, yet its piston never moves at a steady speed. It accelerates hardest at the top of the stroke, where it reverses, and the force to reverse it is large: at high speed the inertia force on a piston can exceed the gas pressure force. That force is reacted through the connecting rod, the crank, the bearings, and finally the engine mounts, where it appears as vibration. Designers must predict these accelerations to size the bearings, choose the connecting-rod ratio, and add the counterweights and balance shafts that keep the machine smooth.
Engineering Question: Given the input speed, what is the acceleration of every part, and what inertia forces do those accelerations create?
For the slider-crank the headline result is the piston acceleration and the shaking force it produces. For the four-bar it is the angular accelerations of the coupler and follower, which set the inertia torques. For the scissor lift it is the platform acceleration that the actuator must overcome.
Inertia forces
Every acceleration demands a force,
Vibration and balancing
Unbalanced inertia forces shake the machine. Predicting them is the first step to counterweights and balance shafts.
Smoothness and jerk
The rate of change of acceleration (jerk) governs how harsh a motion feels and how much a structure rings.
Actuator sizing
An actuator must supply both the static load and the inertia load. The acceleration sets the dynamic part.
Acceleration analysis differentiates the velocity loop exactly as velocity analysis differentiated the position loop. Each link’s acceleration splits into two parts:
Normal and Tangential Components
A point on a link rotating at angular velocity
The normal (centripetal) part exists whenever the link rotates, even at constant speed. The tangential part exists only when the link speeds up or slows down. Their vector sum is the link’s acceleration.
The Relative-Acceleration Equation
For two points on the same rigid link,
where
The acceleration polygon is built exactly like the velocity polygon, but each relative-acceleration vector now has two parts laid down in sequence: first the normal part (known from the velocity analysis, since
Inertia Force and d'Alembert's Principle
Newton’s second law says
The inertia force acts opposite to the acceleration, through the centre of mass. Once the accelerations are known, the dynamic bearing loads follow from a static force balance with these inertia forces included (the force analysis carries this through to the joint reactions).
This is the central worked example. We build the acceleration polygon on top of the velocity polygon, then confirm with the closed-form acceleration and the simulator.
Simulator and hands-on lab
Hands-on lab: Continue in the Crank-Slider Experiments lab (siwit.co/CSM). The acceleration chart there plots the profile derived below.
Construct it on the velocity polygon from the velocity analysis, at the same instant
Crank-pin acceleration. With the crank at constant speed, the crank pin
Normal part of the rod. The connecting rod’s relative-acceleration normal part is
Tangential part and closure. From the end of the normal part, draw the tangential direction (perpendicular to the rod). The piston acceleration
Measure.
Differentiate the piston velocity (constant
The first term is the primary acceleration (once per revolution); the second is the secondary (twice per revolution) from the connecting rod.
Tabulate
| Crank | |
|---|---|
| 0° (TDC) | -1.333 (peak) |
| 30° | -1.033 |
| 60° | -0.333 |
| 90° | +0.333 |
| 120° | +0.667 |
| 180° (BDC) | +0.667 |
Read the peaks. The largest acceleration is at top-dead-centre,
Open the simulator (siwit.co/CSM), set
Confirm the peak-to-peak split: the TDC peak is about twice the BDC peak (
Lengthen the rod. Increasing
For the four-bar we differentiate the velocity loop once more and build the acceleration polygon to find the coupler and follower angular accelerations.
Simulator and hands-on lab
Hands-on lab: Continue in the Four-Bar Linkage Experiments lab (siwit.co/FBL). Experiment 7 covers the angular accelerations and inertia forces.
Crank pin. At constant crank speed,
Coupler normal. Add
Follower normal. From the pole, the follower contributes
Tangentials close it. The two tangential directions (perpendicular to coupler and to follower) intersect at
Differentiate the velocity loop (with
Solve at
The follower is decelerating (
Open the simulator (siwit.co/FBL), set the standard four-bar link lengths, and read the angular-acceleration values at
Confirm
The scissor lift shows that a constant actuator rate does not give a constant platform motion: a centripetal-type term appears from the geometry.
Simulator and hands-on lab
Hands-on lab: Continue in the Scissor Lift Experiments lab (siwit.co/SLM). The acceleration and power charts plot the relation below.
From the platform velocity
Read the two terms. The first,
Actuator consequence. The actuator must supply the platform weight plus the inertia force
Open the simulator (siwit.co/SLM) and run it at a fixed actuator speed. ✅
Confirm that the platform acceleration is non-zero even where the angular rate is steady, and that the power trace rises where acceleration and velocity are both large. ✅
Acceleration becomes force through
Simulator and hands-on lab
Hands-on lab: Continue in the Crank-Slider Experiments lab (siwit.co/CSM). Experiment 6 (force analysis and motor sizing) builds on the inertia forces below.
Apply
Split into harmonics:
Balancing. The primary force can be largely cancelled by a counterweight on the crank. The secondary force runs at twice engine speed and cannot be cancelled by a simple counterweight; it is why inline-four engines use balance shafts spinning at twice crank speed. The secondary is smaller by the factor
Open the simulator (siwit.co/CSM) and read the force and crank-torque charts. ✅
Confirm that the force trace peaks at top-dead-centre (where acceleration peaks) and that its shape is the primary cosine plus a smaller twice-frequency ripple. ✅
Differentiate, don't restart
The acceleration loop is the differentiated velocity loop. Reuse the positions and velocities; only the tangential accelerations are new unknowns.
Size for the peak
Inertia loads peak where acceleration peaks (top-dead-centre for the slider-crank). Size pins, rods, and bearings for that worst case.
Mind the second harmonic
The secondary term scales with
Constant rate is not constant motion
Centripetal and normal terms create acceleration even at steady input speed. Never assume a smoothly driven machine is inertia-free.
| Mechanism | What you solve for | Key relation | Simulator |
|---|---|---|---|
| Slider-crank | piston acceleration | siwit.co/CSM | |
| Four-bar | acceleration loop (linear) | siwit.co/FBL | |
| Scissor lift | platform acceleration | siwit.co/SLM | |
| Slider-crank | shaking force | primary | siwit.co/CSM |
Every acceleration here was drawn as a polygon, confirmed by hand calculation, and reproduced with a few lines of Python (NumPy). The simulators confirm the same profiles. No specialised dynamics software is needed; the method is one derivative beyond velocity.
Next, Cam-Follower Systems and Motion Programming inverts the problem: instead of analysing a given linkage, you specify the motion you want (its displacement, velocity, acceleration, and jerk) and design the cam surface that produces it.
Comments