[motivation]
### Polar Coordinates and the Amplitude Equation
Substituting $z = re^{i\theta}$ into $\dot{z} = i\omega_0 z + \sum c_{jk}z^j\bar{z}^k$ and using $z^j\bar{z}^k = r^{j+k}e^{i(j-k)\theta}$, the amplitude equation becomes:
\begin{align*}
\dot{r} = \sum_{j+k \ge 2} r^{j+k}\,\operatorname{Re}\!\left(c_{jk}\,e^{i(j-k-1)\theta}\right).
\end{align*}
Each monomial contributes a term to $\dot{r}$ that oscillates in $\theta$ at frequency $j - k - 1$. To determine whether $r$ systematically grows or shrinks, we compute the net change in $r$ over one full rotation by integrating over $\theta$ from $0$ to $2\pi$:
\begin{align*}
\Delta r = \frac{1}{\omega_0}\int_0^{2\pi} \dot{r}\,d\theta + O(r^5).
\end{align*}
The change of integration variable from $t$ to $\theta$ uses $d\theta = \dot{\theta}\,dt \approx \omega_0\,dt$, with corrections of order $r^2$ that only affect higher-order terms.
### Resonant vs Non-Resonant Terms
Each [integral](/page/Integral) evaluates to:
\begin{align*}
\int_0^{2\pi} e^{in\theta}\,d\theta = \begin{cases} 2\pi & \text{if } n = 0, \\ 0 & \text{if } n \neq 0. \end{cases}
\end{align*}
A monomial $z^j\bar{z}^k$ produces $n = j - k - 1$ in the amplitude equation. When $n \neq 0$, the contribution oscillates and integrates to exactly zero — the term pushes $r$ up for part of the rotation and pulls it down equally for the rest, with no net effect. When $n = 0$ (i.e., $j = k + 1$), the contribution is constant in $\theta$ and produces a nonzero cumulative change. These are the **resonant terms**: the only monomials that systematically affect the amplitude.
### Why Cubic Is the Leading Order
At quadratic order ($j + k = 2$), the resonance condition $j = k + 1$ gives $j = 3/2$, which is not an integer — no quadratic monomial is resonant. At cubic order ($j + k = 3$), it gives $j = 2, k = 1$: the monomial $z^2\bar{z}$. This is the leading resonant term, and its coefficient determines:
\begin{align*}
\Delta r = \frac{2\pi}{\omega_0}\operatorname{Re}(c_{21})\,r_0^3 + O(r_0^5).
\end{align*}
### The Indirect Contribution of Quadratic Terms
Although quadratic terms have zero direct contribution to $\Delta r$, they distort the trajectory within each rotation. A near-identity coordinate change $z \mapsto z + h_{20}z^2 + h_{11}z\bar{z} + h_{02}\bar{z}^2$ eliminates them, but generates new cubic terms through interaction with the linear part. The $L_1$ formula accounts for both the direct resonant cubic term ($g_{21}$) and the indirect cubic contributions generated by eliminating the quadratics ($ig_{20}g_{11}$).
[/motivation]