Dynamical System — Definition, Formula & Examples
A dynamical system is a mathematical model that describes how the state of a system evolves over time according to a fixed rule. The rule can operate in discrete time steps (like a recurrence relation) or in continuous time (like a differential equation).
A dynamical system is a tuple where is a time set (typically or ), is a state space, and is an evolution operator satisfying and for all and .
Key Formula
Where:
- = State of the system at time step n
- = Evolution rule (map or vector field)
- = Continuous time parameter
How It Works
You start with an initial state and apply the evolution rule repeatedly (discrete case) or continuously. In a discrete dynamical system, the rule is an iterated map . In a continuous dynamical system, the rule is typically a system of ODEs , and the solution flow gives the state at any future time. The central questions are: does the system settle to a fixed point, oscillate periodically, or behave chaotically?
Worked Example
Problem: Consider the discrete dynamical system defined by with initial state . Find , , and , and determine whether the system approaches a fixed point.
Step 1: Compute by substituting into the map.
Step 2: Compute using .
Step 3: Compute using .
Step 4: Find the fixed points by solving . This gives or . The iterates are converging toward .
Answer: , , . The system converges to the stable fixed point .
Why It Matters
Dynamical systems are foundational in courses on differential equations, chaos theory, and mathematical modeling. They model real phenomena ranging from population dynamics in ecology to orbital mechanics in aerospace engineering. Understanding fixed points, stability, and bifurcations is essential for analyzing any system that evolves over time.
Common Mistakes
Mistake: Confusing a fixed point with a stable fixed point. Students find where and assume the system always converges there.
Correction: A fixed point can be unstable (repelling). Check stability by computing : the fixed point is stable only if in the discrete case.
