Lesson 199: Systems of Linear Differential Equations

Coupled Change

If two things change together (like two masses connected by a spring), we have a System of DEs:

\[x' = ax + by\]

\[y' = cx + dy\]

We solve these using Matrices and Eigenvalues. The eigenvalues tell us the natural "Modes" of the system.

Worked Examples

Example 1: The Matrix Form

We write the system as \(\vec{x}' = A\vec{x}\). If we find an eigenvector \(\vec{v}\) with eigenvalue \(\lambda\), then \(\vec{x}(t) = e^{\lambda t} \vec{v}\) is a solution. This turns a complex system of change into a problem of finding the "axes" of the system.

The Bridge to Quantum Mechanics

Systems of DEs are the language of Quantum Entanglement. When two particles interact, their wavefunctions become "coupled"—you can't solve for one without the other. To find the energy states of an entangled system, we use the exact same matrix math you learn here. The Eigenvalues of the coupling matrix are the only energies the entangled system is allowed to have. This is how we calculate the behavior of Qubits in a quantum computer.