Dissipative quadratizations of polynomial ODE systems

This paper establishes the existence of, develops an algorithm for computing, and demonstrates the application of quadratizations that preserve the dissipativity (stability) properties of polynomial ODE systems, thereby enabling more reliable model analysis and control in fields such as systems theory and synthetic biology.

Yubo Cai, Gleb Pogudin

Published 2026-03-11
📖 5 min read🧠 Deep dive

Imagine you are trying to navigate a complex, winding mountain road in a heavy fog. The road represents a mathematical model of a real-world system (like a chemical reaction, a population of animals, or an electrical circuit). The equations describing this road are polynomials, which can get very twisty and turny (cubic, quartic, etc.), making them incredibly hard to simulate on a computer.

Sometimes, to make the journey easier, mathematicians try to "flatten" the road. They transform the complex, curvy equations into simpler, quadratic ones (equations where the highest power is just 2, like x2x^2). This process is called Quadratization.

Think of quadratization like taking a jagged, rocky path and paving it with smooth, straight segments. It makes the computer's job much easier, allowing for faster simulations and better predictions.

The Problem: The "Smooth" Road Might Be a Cliff

Here is the catch: In the past, when people paved this road, they only cared about making it smooth. They didn't check if the new road still went downhill toward a safe valley.

In math terms, many real-world systems are dissipative. This means they naturally lose energy and settle down into a stable state (like a ball rolling to the bottom of a bowl). If you transform the equations but accidentally turn the "bowl" into a "hill," your computer simulation will crash. The ball will roll off the edge, and the model will become unstable and useless, even though the math looks correct.

The authors of this paper asked a simple but crucial question: "Can we pave the road to make it smooth (quadratic) without turning our safe valley into a dangerous cliff?"

The Solution: The "Stabilizer" Tool

The authors say, "Yes, we can!" and they built a tool to do it. Here is how they did it, using a few analogies:

1. The "Inner-Quadratic" Blueprint
First, they found a specific way to build the new road. They call this an "inner-quadratic" transformation.

  • Analogy: Imagine you are building a new house. Instead of just throwing random bricks together, you use a specific architectural rule where every new room is built using materials from the existing rooms. This ensures the new structure is tightly connected to the old one.
  • In the paper: They create new variables (new rooms) that are mathematically linked to the old ones in a way that guarantees the new system is still "connected" to the original reality.

2. The "Stabilizer" (The Safety Net)
This is the paper's biggest innovation. Once they have the new quadratic road, they add a special "safety net" called a stabilizer.

  • Analogy: Imagine you are balancing a broom on your hand. If it starts to tip, you can add a tiny, invisible weight to the other side to keep it upright.
  • In the paper: They take the new equations and add a special term (the stabilizer) that is mathematically zero when the system is behaving normally. However, if the system starts to wobble (become unstable), this term kicks in and pushes it back toward the safe valley. It's like a self-correcting steering wheel that only turns when you are drifting off course.

3. The Algorithm (The GPS)
They wrote a computer program (an algorithm) that:

  1. Takes your messy, complex equations.
  2. Builds the "inner-quadratic" road.
  3. Calculates exactly how much "weight" (the stabilizer) to add to keep the system stable at specific points (like a ball resting at the bottom of a bowl).
  4. Outputs a new set of equations that are simple (quadratic) but safe (dissipative).

Why Does This Matter?

The paper shows this works in three real-world scenarios:

  • Reachability Analysis (The "Where can we go?" test): Imagine you are a safety engineer for a drone. You want to know: "If the wind blows this way, will the drone crash?" By using their method, engineers can simulate the drone's path much faster and with more confidence that the simulation won't glitch out.
  • Synthetic Biology (The "Switch" test): In biology, cells often act like switches (on/off). If you model a cell's behavior with unstable math, you might think a cell will stay "on" forever when it actually shuts down. Their method ensures the model respects the cell's natural "off" switch.
  • Coupled Oscillators (The "Swing" test): Imagine a group of swings connected by springs. If you model them poorly, the simulation might show them swinging infinitely high and breaking. Their method keeps the simulation grounded in reality.

The Bottom Line

This paper is like a new set of instructions for renovating a house. Before, builders would knock down a complex, old structure and build a simple, modern one, but they often forgot to check if the new foundation was strong enough.

Cai and Pogudin have provided a blueprint that ensures:

  1. The new house is simple and easy to live in (Quadratic).
  2. The new house is just as safe and stable as the old one (Dissipative).

They proved that such a renovation is always possible and gave us the tools to do it automatically. This means scientists and engineers can now simulate complex systems faster and with much greater trust that their results are real.