HomePhysics & MechanicsTorsion Pendulum — Angular Oscillator

🌀 Torsion Pendulum — Angular Oscillator

A disk suspended by a torsion wire twists back and forth like a rotational mass-spring-damper system. Tune moment of inertia, torsion constant and damping to see the angular period and decay envelope change in real time.

Physics & Mechanics2DModerate60 FPS
torsion-pendulum ↗ Open standalone

About Torsion Pendulum — Angular Oscillator

A torsion pendulum is the rotational twin of the familiar mass-on-a-spring system. Instead of a mass sliding on a line, a disk hangs from a thin wire and twists through an angle θ; instead of a spring pulling it back, the wire's shear elasticity supplies a restoring torque proportional to the twist. The governing equation, I·θ″ + c·θ′ + κ·θ = 0, is a direct swap of variables from the linear damped oscillator m·x″ + b·x′ + k·x = 0: mass becomes moment of inertia I, the linear spring constant becomes the torsion constant κ of the wire, and linear damping becomes an angular damping coefficient c that models internal friction and air resistance on the disk. For a uniform solid disk of mass M and radius R spinning about its own centre, I = ½MR², so a heavier or wider disk resists angular acceleration more and swings more slowly for the same wire.

Three qualitatively different behaviours emerge depending on how strong the damping is relative to the restoring torque and inertia, captured by the dimensionless damping ratio ζ = c / (2√(Iκ)). When ζ < 1 the system is underdamped: it oscillates at the damped angular frequency ωd = ω0√(1−ζ²), where ω0 = √(κ/I) is the natural angular frequency, and the amplitude decays inside an exponential envelope ±θ0·e^(−ζω0t). When ζ = 1 it is critically damped, returning to equilibrium in the shortest possible time with no overshoot. When ζ > 1 it is overdamped, creeping back to zero more slowly and still without oscillating. This simulator numerically integrates the exact same equation with a fourth-order Runge-Kutta scheme at a small fixed time step, so every regime — and the transition between them as you drag the damping slider — comes directly out of the physics rather than a canned animation. Real torsion pendulums appear in the Cavendish experiment that first measured Newton's gravitational constant, in mirror galvanometers, in torsion balances, and in the resonant elements of some MEMS sensors and mechanical clocks.

Frequently Asked Questions

What does this simulation actually show?

It shows a disk hanging from a torsion wire, seen from directly above, twisting back and forth as it is released from an initial angle. A radial pointer line on the disk makes the rotation visible, and a companion graph plots the twist angle against time alongside the exponential decay envelope predicted by theory, so you can see the animation and the mathematics agree.

Why does the disk oscillate back and forth instead of just stopping?

Twisting the wire stores elastic energy in it, just as stretching a spring does. When released, that stored energy converts to rotational kinetic energy and pushes the disk back past equilibrium, where the wire twists the other way and repeats the cycle. Only friction and air drag, represented by the damping term, gradually remove energy from the system and bring the oscillation to rest.

What is the torsion constant, physically?

The torsion constant κ is the restoring torque the wire exerts per unit angle of twist, in newton-metres per radian. It depends on the wire's shear modulus, its length, and its radius raised to the fourth power, so even small changes in wire thickness change κ dramatically. A stiffer or shorter wire has a larger κ and produces a faster, stronger restoring torque.

What do the sliders control?

Mass M and radius R set the disk's moment of inertia through I = ½MR². The torsion constant κ slider sets how strongly the wire resists twisting. The damping slider sets the angular damping coefficient c, which controls how quickly oscillations die out. The initial twist slider sets θ0, the angle the disk is released from at t = 0. The Release/Restart button resets the clock to zero with the disk held at θ0 and zero angular velocity.

What is moment of inertia and why do both mass and radius matter?

Moment of inertia measures how hard it is to change a body's rotation rate, just as mass measures how hard it is to change its straight-line velocity. For a solid disk, I = ½MR², so doubling the mass only doubles I, but doubling the radius quadruples it, because mass farther from the spin axis contributes far more resistance to angular acceleration than mass close to it. That is why a wide, thin disk behaves very differently from a small, dense one of the same mass.

What is the damping ratio and how does it decide the regime?

The damping ratio ζ = c / (2√(Iκ)) compares the actual damping to the specific amount that would make the system just barely fail to oscillate. If ζ is less than 1 there is not enough damping to prevent overshoot, so the disk oscillates with a slowly shrinking amplitude — underdamped. If ζ equals 1 the damping is exactly enough to return the disk to rest as fast as possible without any overshoot — critically damped. If ζ is greater than 1 there is more damping than necessary, and the disk crawls back to equilibrium even more slowly, still without oscillating — overdamped.

What is the difference between the natural period and the damped period?

The natural period T0 = 2π√(I/κ) is how long one oscillation would take if there were no damping at all. The damped period Td = 2π/ωd, where ωd = ω0√(1−ζ²), is the actual period observed once damping is present, and it is always slightly longer than T0 because the restoring torque has to work against friction as well as inertia. As damping increases toward critical, Td stretches toward infinity and then the concept of a period stops applying altogether, which is why the telemetry panel shows "N/A" once oscillation ceases.

Why does critically damped return to equilibrium fastest, with no overshoot?

Underdamped systems return quickly but overshoot and oscillate, losing time to each swing past zero. Overdamped systems never overshoot but move sluggishly because the large damping force also opposes the useful part of the motion. Critical damping sits exactly at the boundary: it supplies just enough resistance to prevent any overshoot while still allowing the fastest possible approach to equilibrium, which is why engineers deliberately design dampers — in door closers, suspension systems and instrument needles — to sit as close to critical as possible.

Where is a torsion pendulum used in the real world?

Henry Cavendish used a torsion balance to measure the gravitational constant and effectively "weigh the Earth" in 1798, and the same principle underlies modern torsion balances used in precision gravity experiments. Mirror galvanometers used torsion fibres to detect tiny electrical currents by rotation of a mirror, mechanical wristwatches and clocks have used torsion-based balance wheels and pendulums, and some modern MEMS gyroscopes and resonant sensors rely on the same underlying rotational spring-mass-damper physics modelled here.

Why does the simulation reset when I move a slider?

Changing the mass, radius, torsion constant, damping or initial angle changes the underlying differential equation itself — a new moment of inertia, a new natural frequency, or a new damping ratio. Rather than splice a changed equation into a mid-flight motion, the simulator restarts cleanly from θ0 with zero angular velocity so the trajectory you see always corresponds exactly to the parameters currently shown in the telemetry panel.

⚙ Under the hood

A disk suspended by a torsion wire twists back and forth like a rotational mass-spring-damper system. Tune moment of inertia, torsion constant and damping to see the angular period and decay envelope change in real time.

OscillationTorsionDampingAngular momentumCanvas 2D

2D · HTML5 Canvas 2D · 60 FPS target · runs fully client-side, no install

What did you find?

Add reproduction steps (optional)