Every configuration here — one link, two, or three — comes from the same underlying method: write the system's Lagrangian (kinetic minus potential energy) in terms of the link angles, apply the Euler–Lagrange equations, and solve the resulting matrix equation for the angular accelerations at each instant. That system gets numerically integrated forward in time with a 4th-order Runge-Kutta (RK4) method — accurate enough that total mechanical energy stays conserved to within about one part in ten million over ten full seconds of motion, even for the triple pendulum's fully chaotic swing.
Release a single pendulum from 90° and it swings back and forth forever (no damping modelled), passing through the bottom at a predictable speed every time — same period, every cycle. Release a double pendulum from the same 90°/90° starting position and, within a few seconds, the second link is flipping over the top unpredictably. Nudge the starting angle by a fraction of a degree and the two runs look identical at first, then diverge completely — the signature of a chaotic system: not random, but so sensitive to starting conditions that long-term prediction becomes practically impossible.
Genuinely chaotic in the technical sense: deterministic (the same starting state always produces the same motion) but with extreme sensitivity to initial conditions. Two runs starting a hair's width apart diverge exponentially — that's the formal definition, not just a figure of speech.
A single pendulum has only one degree of freedom — its motion is confined to a simple, repeating orbit in phase space. Chaos needs at least two coupled, nonlinear degrees of freedom to appear; one link alone can't generate it, no matter how far you swing it.
A cruder method (like simple Euler integration) leaks or gains energy every step — over a chaotic simulation that error compounds fast and the "physics" stops being physics. RK4 evaluates the motion at four points per step and blends them, keeping energy essentially constant over long runs, which is exactly what the energy-conservation check above confirms.
No — this models an idealised, undamped system (massless rods, point masses, no friction at the pivots, no air resistance). That's deliberate: it isolates the pure dynamics and lets the system run indefinitely without settling, which is what makes the chaotic behaviour visible and repeatable.