Torsional Vibration Analysis (Multi-DOF) Back
Vibration Analysis

Torsional Vibration Analysis — Multi-DOF Shaft System

Compute natural frequencies, mode shapes, and Campbell diagram for 2–4 disc torsional systems in real time. Identify critical speeds for engine, turbine, and gear train design.

System Configuration
Number of discs n
Polar moment of inertia J (kg·m²)
J₁5.0
J₂2.0
J₃3.0
Torsional stiffness k (N·m/rad)
k₁ (×10⁵)5.0
k₂ (×10⁵)3.0
Damping ratio ζ2.0 %
Eigenvalue problem
$[K - \omega^2 M]\{\theta\}= \{0\}$

Stiffness matrix diagonal:
$K_{ii}= k_{i-1}+ k_i$
Off-diagonal: $K_{i,i+1} = -k_i$
1st natural frequency f₁ (Hz)
2nd natural frequency f₂ (Hz)
ω₁ (rad/s)
Mode 1 node location
Mode Shapes (1st & 2nd)
Campbell Diagram (orders 1–6)
Natural Frequency Table
Modeω (rad/s)f (Hz)N_cr (rpm)

What is Torsional Vibration Analysis?

🧑‍🎓
What exactly is "torsional vibration"? I get regular vibration, but what makes it torsional?
🎓
Basically, it's the back-and-forth twisting of a rotating part. Imagine a car engine's crankshaft. It's not just spinning smoothly; it's constantly being "jerked" by the pistons, causing it to twist and untwist along its length. In this simulator, each disc you see represents a flywheel or gear, and the connecting lines are the elastic shafts that twist.
🧑‍🎓
Wait, really? So the whole system can vibrate in different patterns? How does that work?
🎓
Exactly! Those patterns are called "mode shapes." For a 3-disc system, the first mode might have all discs twisting in the same direction. The second mode could have the middle disc still and the ends twisting opposite ways. Try it: use the "Number of Discs" selector above to switch from 2 to 4 discs and watch the mode shapes change. Each disc's inertia and shaft stiffness, which you control with the sliders, determines these patterns.
🧑‍🎓
You mentioned "critical speeds" in the description. Is that when the vibration gets dangerous?
🎓
Yes, that's the key practical danger. A critical speed is when the engine's running speed matches a natural frequency of the shaft system. The vibration amplitude can become huge, leading to fatigue and failure. That's what the Campbell diagram in the simulator shows. Try increasing the "Engine Order" slider—you'll see lines crossing the natural frequency lines. Those intersections are the critical speeds you must avoid in design.

Physical Model & Key Equations

The core physics is described by an eigenvalue problem. For free vibration, we look for solutions where all discs oscillate at the same natural frequency ω. This leads to the classic equation balancing the system's stiffness (resistance to twist) and inertia (resistance to angular acceleration).

$$[K - \omega^2 M]\{\theta\}= \{0\}$$

Here, M is the mass (inertia) matrix (diagonal with values $J_1, J_2,...$), K is the stiffness matrix, ω is the natural frequency (rad/s), and {θ} is the mode shape vector (the relative twist angles of each disc). A non-zero solution only exists when the determinant $|K - \omega^2 M| = 0$, which is how we solve for ω.

The stiffness matrix K is assembled from the torsional stiffness $k_i$ of each shaft segment connecting the discs. For a disc $i$, its equation comes from the twist of the shafts on either side of it.

$$K_{ii}= k_{i-1}+ k_i, \quad K_{i,i+1}= -k_i$$

$k_i$ is the stiffness of shaft segment i ($k = \frac{GJ_p}{L}$, where $GJ_p$ is torsional rigidity). The diagonal term $K_{ii}$ is the sum of the stiffnesses connected to disc i. The off-diagonal term $K_{i,i+1}$ is the negative stiffness connecting disc i to its neighbor, coupling their motion. This structure is what you're changing when you adjust the "Shaft Stiffness" sliders in the simulator.

Real-World Applications

Marine Propulsion Systems: In large ship diesel engines connected to a long propeller shaft, torsional vibrations are a major design concern. Engineers use this exact multi-DOF analysis to place dampers and ensure no critical speed falls within the engine's operating range, preventing catastrophic shaft failure in the middle of the ocean.

Wind Turbine Drivetrains: The gearbox and generator in a wind turbine are subject to fluctuating torques from wind gusts. Analyzing the multi-disc system (blades, gearbox stages, generator) helps predict fatigue life and avoid resonance that could lead to expensive gearbox failures.

Automotive Crankshafts: In high-performance engines, the crankshaft, flywheel, and attached accessories (like a damper) form a torsional system. Identifying critical speeds ensures the engine can safely rev to high RPMs without inducing destructive vibrations that would break the crankshaft.

Aircraft Engine Turbine Shafts: The compressor and turbine discs in a jet engine are connected by a relatively slender shaft. Torsional analysis is crucial to ensure the system's natural frequencies are far from the excitation frequencies caused by blade passing, preventing high-cycle fatigue.

Common Misconceptions and Points to Note

First, the statement "A larger moment of inertia makes it harder to vibrate" is only half true and half false. While this holds for a simple single-degree-of-freedom system, the overall balance is critical in multi-inertia systems. For example, in a 4-inertia system, making only the end disks extremely heavy can cause a "localized vibration mode" where the lighter intermediate disks vibrate violently, potentially creating more problems. If you use the tool to increase only I1 and I4 and observe the mode shapes, you can see how I2 and I3 oscillate significantly.

Next, there's a pitfall: stiffness does not always mean "the stronger, the safer." Increasing the shaft diameter to raise torsional stiffness does increase the natural frequencies. However, when operating in high engine speed ranges, this can sometimes cause dangerous higher-order modes (e.g., the 4th mode) to descend into the operational speed range. Check the Campbell diagram to see how the lines for higher-order modes shift leftward when stiffness is increased.

Finally, consider interpreting results while ignoring damping. This simulator performs conservative (undamped) eigenvalue analysis, so it cannot determine the "severity" at resonance points. In reality, dampers are often present, and energy dissipates within the material. This means that even if a resonance point exists in the calculation, sufficient damping can suppress the amplitude, often preventing actual harm. Remember, this tool's role is to "identify potential problem areas"; final judgment requires transient response analysis that considers damping.

Related Engineering Fields

The calculation logic of this tool is exactly the same as vibration analysis (modal analysis) of entire structures. The shaking of buildings and bridges during earthquakes, or the flutter of aircraft wings, all involve setting up mass and stiffness matrices and solving an eigenvalue problem. In other words, understanding this torsional vibration is a crucial first step toward grasping more complex structural vibrations.

It is also deeply related to the "state-space model" in control engineering. The equation of motion used here, $$ M \ddot{\boldsymbol{\theta}}+ K \boldsymbol{\theta}= \boldsymbol{0}$$, can be rewritten in standard form as $\dot{\boldsymbol{x}} = A \boldsymbol{x}$ by defining the state variable as $\boldsymbol{x} = [\boldsymbol{\theta}, \dot{\boldsymbol{\theta}}]^T$. The eigenvalues of this matrix A correspond to the vibration frequencies. Thus, vibration analysis is akin to stability analysis in control systems. "Active vibration control," which actively suppresses vibration in rotating machinery, is a technology born from the fusion of these two fields.

As a further application, consider acoustical engineering (especially room acoustics and noise analysis). The vibration of air (sound waves) in an enclosed space also reduces to a similar matrix eigenvalue problem when the wave equation is discretized, allowing you to find the space's "natural modes (standing waves)" and "natural frequencies." Since torsional vibration in machinery is often a source of noise, these two fields are inextricably linked.

For Further Learning

A good next step is to consider "the shaft as a continuum." This tool uses a "lumped mass model," where inertia is concentrated in the disks and elasticity at points on the shaft. But a real shaft has mass and stiffness distributed continuously. Studying this reveals that there are an infinite number of natural frequencies and leads to the torsional wave equation $\frac{\partial^2 \theta}{\partial t^2} = c^2 \frac{\partial^2 \theta}{\partial x^2}$. Understanding that the lumped mass model is an approximation of this will significantly broaden your perspective.

Mathematically, it's recommended to delve a bit deeper into numerical methods for matrix eigenvalue problems. Behind the tool's instant answers are algorithms like the QR method or the Lanczos method. The symmetric matrix eigenvalue problem, in particular, is a critical topic appearing everywhere in physical engineering. Learning its properties (e.g., eigenvalues are real, eigenvectors are orthogonal) will give you a completely different level of confidence in the computational results.

To get closer to practical work, the next topics are "transient response analysis" and "frequency response analysis." The current eigenvalue analysis focuses on "free vibration," but real machinery vibrates due to "external forces" like engine ignition or road impacts. Transient response analysis reveals the time history, while the Frequency Response Function (FRF) clarifies the response magnitude relative to the forcing frequency. Learning these will enable you to perform true vibration troubleshooting by connecting phenomena to modes, asking questions like, "Which mode is causing this resonance peak?"