Tent Map Visualization

Explore chaos theory through piecewise linear dynamics: x_{n+1} = r · min(x_n, 1 - x_n)

r < 1: Converges to 0 | r = 1: Critical | 1 < r < 2: Complex | r = 2: Full Chaos

Current Status

Parameter r: 1.50
Current xₙ: 0.5000
Lyapunov λ: 0.405
[object Object] Chaos
Statistics: μ=0.50 σ=0.29

What is the Tent Map?

The tent map is a piecewise linear dynamical system that exhibits chaotic behavior. Despite its mathematical simplicity compared to the logistic map, it provides deep insights into chaos theory, ergodicity, and topological conjugacy. Named for its tent-shaped graph, this map serves as an excellent pedagogical tool for understanding deterministic chaos.

The Formula

x_{n+1} = r · min(x_n, 1 - x_n)

Key Properties

Dynamic Behavior by Parameter

Understanding the Bifurcation Diagram

The bifurcation diagram shows the long-term behavior of the tent map as parameter r varies from 0 to 2. Unlike the logistic map's smooth period-doubling cascade, the tent map exhibits sharper transitions. At r = 1, you'll see a dramatic shift from convergence to 0 toward more complex behaviors. The r = 2 case shows a truly chaotic state where x values are uniformly distributed across [0, 1].

Comparison with Logistic Map

Visualization Guide

Applications & Significance

Historical Context

While the logistic map (popularized by Robert May in 1976) is more famous, the tent map has been equally important in theoretical work. Its simplicity makes it ideal for proving rigorous results about chaotic systems. The tent map continues to appear in research ranging from pure mathematics (ergodic theory) to applied fields (chaos-based communication systems).