In the analysis of dynamical systems, the stability of an equilibrium point $x^*$ of $\dot{x} = f(x)$ is typically determined by linearisation: compute the Jacobian $Df(x^*)$, find its eigenvalues, and apply the Hartman–Grobman theorem. If all eigenvalues have nonzero real part — the **hyperbolic** case — the nonlinear flow near $x^*$ is topologically conjugate to the linear flow, and stability is read off from the eigenvalues. But this approach fails completely when $Df(x^*)$ has eigenvalues on the imaginary axis: the linear system is neutrally stable in the corresponding directions, and the nonlinear terms — no matter how small — determine whether trajectories spiral in, spiral out, or do something more complicated.
The **Center Manifold Theorem** resolves this difficulty by identifying a low-dimensional invariant surface — the center manifold — that captures all the non-trivial dynamics. The stable directions decay exponentially and are "slaved" to the center directions, so the long-term behaviour of the full $n$-dimensional system is governed by a reduced system on a manifold whose dimension equals the number of critical eigenvalues. This dimension reduction is the essential tool behind bifurcation theory: the [Hopf Bifurcation](/page/Hopf%20Bifurcation) theorem, the [Neimark–Sacker bifurcation](/page/Neimark-Sacker%20Bifurcation), and the classification of codimension-one bifurcations all rely on center manifold reduction to pass from a high-dimensional system to a one- or two-dimensional normal form.
[motivation]
## Motivation
### Linearisation Fails at Non-Hyperbolic Equilibria
Consider the system $\dot{x} = f(x)$ with $f(0) = 0$ and Jacobian $A = Df(0)$. If every eigenvalue of $A$ satisfies $\operatorname{Re} \lambda \neq 0$ (the hyperbolic case), the Hartman–Grobman theorem guarantees a homeomorphism between the nonlinear flow and the linear flow $\dot{x} = Ax$ near the origin. Stability is determined entirely by the eigenvalues: if all have $\operatorname{Re} \lambda < 0$, the origin is asymptotically stable; if any has $\operatorname{Re} \lambda > 0$, it is unstable.
But at a bifurcation point — where a parameter is tuned so that one or more eigenvalues cross the imaginary axis — the linearisation $\dot{x} = Ax$ is indeterminate in the critical directions. The linear system predicts neutral oscillation or constant solutions, while the actual nonlinear system may be stable, unstable, or exhibit [limit](/page/Limit) cycles. The nonlinear terms are the deciding factor, but they act in a high-dimensional space where direct analysis is intractable.
### The Dimension Reduction Idea
The key insight is that the high-dimensional dynamics near a non-hyperbolic equilibrium split into two qualitatively different parts. The **stable** (and unstable) modes, corresponding to eigenvalues with $\operatorname{Re} \lambda \neq 0$, evolve exponentially and are quickly determined by the initial conditions — they "decay onto" or "grow away from" a lower-dimensional surface. The **center** modes, corresponding to eigenvalues with $\operatorname{Re} \lambda = 0$, evolve on a slow timescale governed by the nonlinearity. The center manifold is the invariant surface on which the slow dynamics live, and the fast variables are [functions](/page/Function) of the slow variables on this surface.
This is analogous to the adiabatic approximation in physics: fast modes equilibrate instantly and can be eliminated, leaving a reduced system for the slow modes. The mathematical formulation makes this precise: the center manifold is a graph $y = h(x)$ over the center eigenspace, and the reduced dynamics are an ODE for $x$ alone.
### Why Not Just Project?
A naive approach would be to simply project the system onto the center eigenspace $E^c$ by setting $y = 0$. This gives the system $\dot{x} = Ax + f(x, 0)$, which ignores the coupling between center and stable variables. The error is significant: the nonlinear terms feed the center dynamics into the stable directions, which in turn feed back into the center dynamics at higher order. The center manifold $y = h(x)$ captures this coupling exactly — the reduced system $\dot{x} = Ax + f(x, h(x))$ includes the backreaction of the stable modes through the function $h$, which is generally nonzero and must be computed.
[/motivation]
## Setup and Standard Form
We work with an autonomous system $\dot{x} = f(x)$ on $\mathbb{R}^n$ with an equilibrium at the origin: $f(0) = 0$. After a linear change of coordinates that puts the Jacobian $A = Df(0)$ in block-diagonal form, the system separates into center and stable (and, if present, unstable) components. For simplicity of exposition, we present the case with no unstable directions — the modifications for the general case are straightforward and noted in the remarks below.
[definition:Center Stable Decomposition]
Let $A = Df(0) \in \mathbb{R}^{n \times n}$ be the Jacobian at the origin. The **center subspace** $E^c$ is the generalised eigenspace of $A$ corresponding to eigenvalues with $\operatorname{Re} \lambda = 0$, and the **stable subspace** $E^s$ is the generalised eigenspace corresponding to eigenvalues with $\operatorname{Re} \lambda < 0$. If all eigenvalues satisfy $\operatorname{Re} \lambda \le 0$, then $\mathbb{R}^n = E^c \oplus E^s$ with $\dim E^c = c$ and $\dim E^s = s$, and the system takes the **standard form**:
\begin{align*}
\dot{x} &= Ax + f(x, y), \\
\dot{y} &= By + g(x, y),
\end{align*}
where $x \in \mathbb{R}^c$, $y \in \mathbb{R}^s$, $A \in \mathbb{R}^{c \times c}$ has all eigenvalues on the imaginary axis, $B \in \mathbb{R}^{s \times s}$ has all eigenvalues with $\operatorname{Re} \lambda < 0$, and $f, g$ are $C^k$ ($k \ge 2$) with $f(0,0) = g(0,0) = 0$ and $Df(0,0) = Dg(0,0) = 0$.
[/definition]
The conditions $f(0,0) = g(0,0) = 0$ and $Df(0,0) = Dg(0,0) = 0$ mean that the nonlinear terms vanish at the origin together with their first [derivatives](/page/Derivative) — the system is already linearised to first order. The interesting dynamics come from the quadratic and higher-order terms.
[definition:Local Center Manifold]
A **local center manifold** for the system in standard form is a $C^k$ manifold $W^c_{\mathrm{loc}}(0)$ defined in a neighbourhood $U$ of the origin, representable as the graph of a function
\begin{align*}
h: U \cap \mathbb{R}^c &\to \mathbb{R}^s \\
x &\mapsto h(x)
\end{align*}
satisfying $h(0) = 0$ and $Dh(0) = 0$, such that $W^c_{\mathrm{loc}}(0) = \{(x, h(x)) : x \in U \cap \mathbb{R}^c\}$ is locally invariant: any solution starting on $W^c_{\mathrm{loc}}(0)$ remains on it as long as it stays in $U$.
[/definition]
The tangency condition $Dh(0) = 0$ means $W^c_{\mathrm{loc}}(0)$ is tangent to the center eigenspace $E^c = \{(x, 0) : x \in \mathbb{R}^c\}$ at the origin. Near the origin, the center manifold is a small perturbation of $E^c$ — but this perturbation is essential, as it encodes the nonlinear coupling between center and stable modes.
[remark:Unstable Directions]
When the Jacobian also has eigenvalues with $\operatorname{Re} \lambda > 0$, the state space decomposes as $\mathbb{R}^n = E^c \oplus E^s \oplus E^u$. The center manifold is then a graph over $E^c$ into $E^s \oplus E^u$: $W^c_{\mathrm{loc}}(0) = \{(x, h_s(x), h_u(x))\}$. The theory goes through with minor modifications; one works in the stable and unstable components simultaneously. In bifurcation theory, unstable directions are often absent (the equilibrium is stable on one side of the bifurcation), so the center-stable case is the most common.
[/remark]
## Existence
The fundamental question is whether a center manifold actually exists. The answer is yes, and the construction is via a fixed-point argument in a space of graphs — the contraction is provided by the exponential decay of the stable modes, which "attracts" any perturbation back to the invariant surface.
[quotetheorem:617]
The existence theorem has several important features. First, the center manifold is generally **not unique**: the exponential decay of the stable modes means that different center manifolds can differ by terms that are flat at the origin (vanish faster than any polynomial), corresponding to different choices of cutoff in the construction. However, the Taylor expansion of $h$ at the origin *is* unique to every finite order — so all center manifolds agree at the level of formal [power series](/page/Power%20Series), and the reduced dynamics are the same regardless of which center manifold is chosen.
Second, the regularity is $C^k$ but **not** $C^\infty$ in general, even if the original system is $C^\infty$. This is a genuine phenomenon: there exist $C^\infty$ systems whose center manifolds are $C^k$ for every finite $k$ but not $C^\infty$. In practice this is not a serious limitation, since stability analysis only requires finitely many Taylor coefficients.
## The Reduction Principle
The center manifold is useful because it captures all the stability information. The stable variables decay exponentially regardless of what happens on the center manifold, so the long-time behaviour of the full system is determined by the reduced $c$-dimensional ODE on the center manifold. This is the content of the reduction principle.
[quotetheorem:618]
The reduction principle converts a potentially high-dimensional stability problem into a low-dimensional one. At a generic codimension-one bifurcation, the center subspace is one-dimensional ($c = 1$), so the reduced system is a scalar ODE $\dot{u} = p(u)$ where $p$ is a polynomial determined by the Taylor coefficients of $f$ and $h$. The stability of $u = 0$ for a scalar ODE is elementary — one reads off the sign of the first nonvanishing coefficient — so the entire analysis reduces to computing the center manifold to sufficient order.
## Computing Center Manifolds: The Invariance Equation
The center manifold function $h$ is not given explicitly — it must be computed from the system. The tool is the **invariance equation**, which expresses the condition that the graph $y = h(x)$ is invariant under the flow.
If $(x(t), y(t))$ is a solution with $y(t) = h(x(t))$, then $\dot{y} = Dh(x) \dot{x}$. Substituting the equations of motion:
\begin{align*}
Bh(x) + g(x, h(x)) = Dh(x)\bigl[Ax + f(x, h(x))\bigr].
\end{align*}
This is a quasilinear PDE for $h: \mathbb{R}^c \to \mathbb{R}^s$. In general it cannot be solved exactly, but it can be solved to any desired order by a power series ansatz, and the [Center Manifold Approximation theorem](/theorems/619) guarantees that the approximate solution is close to the true one.
The practical algorithm is: assume $h(x) = \sum_{|\alpha| = 2}^N h_\alpha x^\alpha + O(|x|^{N+1})$, substitute into the invariance equation, and match coefficients order by order. At each order, the equation for the coefficients $h_\alpha$ is linear and involves only previously computed lower-order terms. The matrix $B$ (which is invertible, having no zero eigenvalues) appears on the left side, making the system uniquely solvable at each step.
[quotetheorem:619]
The approximation theorem is what makes the power series method rigorous: if we compute $h$ to order $N$ and the invariance defect is $O(|x|^{N+1})$, then the true center manifold agrees with our approximation to order $N$. The reduced dynamics $\dot{u} = Au + f(u, h(u))$ are therefore correct to order $N$ as well, which is all that is needed for stability analysis (since stability is determined by the first nonvanishing term).
[example:Polynomial Center Manifold Computation]
Consider the planar system
\begin{align*}
\dot{x} &= x^2 y - x^5, \\
\dot{y} &= -y + x^2.
\end{align*}
The linearisation at the origin has eigenvalues $\lambda_c = 0$ (center) and $\lambda_s = -1$ (stable). The center subspace is the $x$-axis ($y = 0$) and the stable subspace is the $y$-axis ($x = 0$). In standard form: $A = 0$, $B = -1$, $f(x, y) = x^2 y - x^5$, $g(x, y) = x^2$.
**Step 1: Ansatz.** Write $h(x) = a_2 x^2 + a_3 x^3 + O(x^4)$ with $h(0) = h'(0) = 0$.
**Step 2: Invariance equation.** $Bh(x) + g(x, h(x)) = Dh(x)[Ax + f(x, h(x))]$ becomes:
\begin{align*}
-(a_2 x^2 + a_3 x^3 + \cdots) + x^2 = (2a_2 x + 3a_3 x^2 + \cdots)(x^2(a_2 x^2 + \cdots) - x^5).
\end{align*}
**Step 3: Match coefficients.** At order $x^2$: the left side gives $(-a_2 + 1)x^2$ and the right side is $O(x^4)$ (the leading term of the right side is $2a_2 x \cdot a_2 x^4 = 2a_2^2 x^5$). So $-a_2 + 1 = 0$, giving $a_2 = 1$.
At order $x^3$: the left side gives $-a_3 x^3$ and the right side is still $O(x^4)$. So $a_3 = 0$.
Therefore $h(x) = x^2 + O(x^4)$.
**Step 4: Reduced dynamics.** Substitute $y = h(x) = x^2 + O(x^4)$ into $\dot{x} = x^2 y - x^5$:
\begin{align*}
\dot{x} = x^2(x^2 + O(x^4)) - x^5 = x^4 - x^5 + O(x^6) = x^4(1 - x + O(x^2)).
\end{align*}
For small $x > 0$: $\dot{x} \approx x^4 > 0$. For small $x < 0$: $\dot{x} \approx x^4 > 0$. In both cases $\dot{x} > 0$, so solutions move rightward. The origin is **unstable**: trajectories starting at any $x > 0$ (no matter how small) move away from the origin.
[/example]
[example:Parameter-Dependent Stability]
Consider the system with a parameter $\alpha \in \mathbb{R}$:
\begin{align*}
\dot{x} &= xy, \\
\dot{y} &= -y + \alpha x^2.
\end{align*}
The linearisation has eigenvalues $0$ and $-1$, independent of $\alpha$. The center manifold $y = h(x)$ satisfies the invariance equation:
\begin{align*}
-h(x) + \alpha x^2 = h'(x) \cdot x h(x).
\end{align*}
**Step 1: Ansatz and matching.** Write $h(x) = c_2 x^2 + c_3 x^3 + O(x^4)$. The left side at order $x^2$ is $(-c_2 + \alpha)x^2$; the right side at order $x^2$ is $0$ (since $h'(x) \cdot xh(x) = (2c_2 x + \cdots)(c_2 x^3 + \cdots) = O(x^4)$). So $c_2 = \alpha$.
At order $x^3$: $-c_3 = 0$, so $c_3 = 0$. Thus $h(x) = \alpha x^2 + O(x^4)$.
**Step 2: Reduced dynamics.** $\dot{x} = x \cdot h(x) = x \cdot \alpha x^2 + O(x^5) = \alpha x^3 + O(x^5)$.
**Step 3: Stability analysis.** The leading term is $\alpha x^3$:
- If $\alpha < 0$: $\dot{x} = \alpha x^3 < 0$ for $x > 0$ and $\dot{x} > 0$ for $x < 0$, so solutions converge to the origin. The origin is **asymptotically stable**.
- If $\alpha > 0$: $\dot{x} = \alpha x^3 > 0$ for $x > 0$ and $\dot{x} < 0$ for $x < 0$, so solutions diverge. The origin is **unstable**.
- If $\alpha = 0$: $\dot{x} = O(x^5)$, and higher-order terms are needed. For this particular system with $\alpha = 0$, $\dot{x} = 0$ exactly (since $f(x, y) = xy$ and $h(x) = 0$ when $\alpha = 0$), so the origin is **stable** (but not asymptotically).
The parameter $\alpha$ controls the stability transition through its effect on the center manifold. The linearisation cannot detect this transition — both eigenvalues ($0$ and $-1$) are independent of $\alpha$.
[/example]
[example:Non-Uniqueness Of The Center Manifold]
Consider the scalar system (which is already in "center-stable" form with $c = 1$ and $s = 0$, but illustrates the non-uniqueness phenomenon):
\begin{align*}
\dot{x} = -x^3.
\end{align*}
The origin is a non-hyperbolic equilibrium ($A = 0$). Every solution satisfies $x(t) = x_0 / \sqrt{1 + 2x_0^2 t}$, which decays to zero algebraically (not exponentially) as $t \to \infty$. Now consider the augmented system
\begin{align*}
\dot{x} &= -x^3, \\
\dot{y} &= -y.
\end{align*}
The center subspace is the $x$-axis and the stable subspace is the $y$-axis. The center manifold must be a graph $y = h(x)$ with $h(0) = h'(0) = 0$. The invariance equation is $-h(x) = h'(x)(-x^3)$, i.e., $h(x) = x^3 h'(x)$. The solution $h \equiv 0$ is one center manifold. But the function $h(x) = e^{-1/(2x^2)}$ for $x \neq 0$ and $h(0) = 0$ is also a solution (one can verify: $h'(x) = x^{-3} e^{-1/(2x^2)}$, so $x^3 h'(x) = e^{-1/(2x^2)} = h(x)$). Since $e^{-1/(2x^2)}$ is flat at the origin (all derivatives vanish), $h \equiv 0$ and $h(x) = e^{-1/(2x^2)}$ have the same Taylor expansion (identically zero) but differ as functions. More generally, $h(x) = C e^{-1/(2x^2)}$ for any $C \in \mathbb{R}$ is a center manifold. This is a continuum of distinct center manifolds, all tangent to $E^c$ at the origin.
[/example]
### Why Non-Uniqueness Does Not Matter
The non-uniqueness of the center manifold might seem alarming — different manifolds give different reduced systems $\dot{u} = f(u, h(u))$, so how can the stability analysis be unambiguous? The answer is the [Center Manifold Approximation theorem](/theorems/619): all center manifolds share the same Taylor expansion at the origin, and stability is determined by the first nonvanishing Taylor coefficient of the reduced dynamics. Since this coefficient is the same for every center manifold, the stability conclusion is independent of the choice of manifold. The non-uniqueness affects only the globally flat part of $h$, which contributes $O(e^{-c/|x|^2})$ corrections that vanish faster than any polynomial and are invisible to the stability analysis.
## Problems
[problem]
Consider the system in $\mathbb{R}^3$:
\begin{align*}
\dot{x} &= y, \\
\dot{y} &= -x + xz, \\
\dot{z} &= -z + \alpha x^2,
\end{align*}
where $\alpha \in \mathbb{R}$ is a parameter. The origin is an equilibrium.
(a) Find the eigenvalues of the linearisation and identify the center and stable subspaces.
(b) Compute the center manifold $z = h(x, y)$ to second order.
(c) Write down the reduced system on the center manifold and analyse the stability of the origin.
[/problem]
[solution]
**Step 1: Linearisation.** The Jacobian at the origin is
\begin{align*}
Df(0) = \begin{pmatrix} 0 & 1 & 0 \\ -1 & 0 & 0 \\ 0 & 0 & -1 \end{pmatrix}.
\end{align*}
The eigenvalues are $\lambda_{1,2} = \pm i$ (center, on the imaginary axis) and $\lambda_3 = -1$ (stable). The center subspace $E^c$ is the $(x, y)$-plane and the stable subspace $E^s$ is the $z$-axis. The system is already in standard form with $A = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}$, $B = -1$.
**Step 2: Center manifold.** Write $z = h(x, y) = a_{20} x^2 + a_{11} xy + a_{02} y^2 + O(|(x,y)|^3)$. The invariance equation is
\begin{align*}
-h(x,y) + \alpha x^2 = \frac{\partial h}{\partial x} \cdot y + \frac{\partial h}{\partial y} \cdot (-x + xh(x,y)).
\end{align*}
At second order, the right side is $\frac{\partial h}{\partial x} y + \frac{\partial h}{\partial y}(-x) + O(|(x,y)|^3)$ (since $xh = O(|(x,y)|^3)$). Computing: $\frac{\partial h}{\partial x} = 2a_{20}x + a_{11}y + O(|(x,y)|^2)$ and $\frac{\partial h}{\partial y} = a_{11}x + 2a_{02}y + O(|(x,y)|^2)$. So:
\begin{align*}
\text{RHS} &= (2a_{20}x + a_{11}y)y + (a_{11}x + 2a_{02}y)(-x) + O(|(x,y)|^3) \\
&= 2a_{20}xy + a_{11}y^2 - a_{11}x^2 - 2a_{02}xy + O(|(x,y)|^3).
\end{align*}
Matching coefficients with LHS $= (\alpha - a_{20})x^2 - a_{11}xy - a_{02}y^2$:
- $x^2$: $\alpha - a_{20} = -a_{11}$, so $a_{20} = \alpha + a_{11}$.
- $xy$: $-a_{11} = 2a_{20} - 2a_{02}$.
- $y^2$: $-a_{02} = a_{11}$.
From the third equation: $a_{02} = -a_{11}$. Substituting into the second: $-a_{11} = 2(\alpha + a_{11}) - 2(-a_{11}) = 2\alpha + 4a_{11}$, giving $a_{11} = -2\alpha/5$. Then $a_{02} = 2\alpha/5$ and $a_{20} = \alpha - 2\alpha/5 = 3\alpha/5$.
So $h(x, y) = \frac{\alpha}{5}(3x^2 - 2xy + 2y^2) + O(|(x,y)|^3)$.
**Step 3: Reduced dynamics.** The reduced system on the center manifold is
\begin{align*}
\dot{x} &= y, \\
\dot{y} &= -x + x h(x, y) = -x + \frac{\alpha}{5}x(3x^2 - 2xy + 2y^2) + O(|(x,y)|^4).
\end{align*}
To analyse stability, convert to polar coordinates $x = r\cos\theta$, $y = r\sin\theta$. The radial evolution is $\dot{r} = (x\dot{x} + y\dot{y})/r$. The linear part contributes $\dot{r}|_{\text{linear}} = (xy - xy)/r = 0$ (as expected for a center). The cubic part gives
\begin{align*}
\dot{r}|_{\text{cubic}} = \frac{y \cdot \frac{\alpha}{5}x(3x^2 - 2xy + 2y^2)}{r} = \frac{\alpha}{5} r^3 \sin\theta \cos\theta(3\cos^2\theta - 2\sin\theta\cos\theta + 2\sin^2\theta).
\end{align*}
Averaging over one period of the fast rotation ($\theta$ advances at rate $\approx 1$): $\langle \dot{r} \rangle = \frac{\alpha}{5} r^3 \langle \sin\theta\cos\theta(3\cos^2\theta - 2\sin\theta\cos\theta + 2\sin^2\theta) \rangle$. Using $\langle \sin\theta\cos\theta \rangle = 0$, $\langle \sin^2\theta\cos^2\theta \rangle = 1/8$, and $\langle \sin\theta\cos\theta(\cos^2\theta - \sin^2\theta) \rangle = 0$: the only surviving term is $\langle -2\sin^2\theta\cos^2\theta \rangle = -1/4$. Therefore $\langle \dot{r} \rangle = \frac{\alpha}{5} \cdot (-\frac{1}{4}) r^3 + \cdots = -\frac{\alpha}{20} r^3$.
If $\alpha > 0$: $\langle \dot{r} \rangle < 0$, so the origin is **asymptotically stable**. If $\alpha < 0$: $\langle \dot{r} \rangle > 0$, so the origin is **unstable**.
[/solution]
[problem]
Use the [Center Manifold Approximation theorem](/theorems/619) to verify that the approximation $\phi(x) = x^2$ for the center manifold of the system $\dot{x} = x^2 y - x^5$, $\dot{y} = -y + x^2$ has invariance defect $O(x^5)$, and conclude that the true center manifold satisfies $h(x) = x^2 + O(x^5)$.
[/problem]
[solution]
**Step 1: Compute the invariance defect.** The invariance operator is $\mathcal{M}(\phi)(x) = D\phi(x)[Ax + f(x, \phi(x))] - B\phi(x) - g(x, \phi(x))$. With $A = 0$, $B = -1$, $f(x, y) = x^2 y - x^5$, $g(x, y) = x^2$, and $\phi(x) = x^2$:
\begin{align*}
D\phi(x) &= 2x, \\
f(x, \phi(x)) &= x^2 \cdot x^2 - x^5 = x^4 - x^5, \\
D\phi(x)[Ax + f(x, \phi(x))] &= 2x(x^4 - x^5) = 2x^5 - 2x^6, \\
B\phi(x) &= -x^2, \\
g(x, \phi(x)) &= x^2.
\end{align*}
Therefore:
\begin{align*}
\mathcal{M}(\phi)(x) = (2x^5 - 2x^6) - (-x^2) - x^2 = 2x^5 - 2x^6 = O(x^5).
\end{align*}
**Step 2: Apply the approximation theorem.** Since $\mathcal{M}(\phi)(x) = O(x^5)$, the [Center Manifold Approximation theorem](/theorems/619) gives $h(x) - \phi(x) = O(x^5)$, i.e., $h(x) = x^2 + O(x^5)$. The true center manifold agrees with $\phi(x) = x^2$ up to and including fourth-order terms.
**Step 3: Consequence for stability.** The reduced dynamics are $\dot{x} = f(x, h(x)) = x^2 h(x) - x^5 = x^2(x^2 + O(x^5)) - x^5 = x^4 + O(x^7) - x^5 = x^4 - x^5 + O(x^7)$. Since $x^4 > 0$ for small $x \neq 0$, the origin is unstable — and this conclusion is valid because the $O(x^5)$ error in $h$ only affects $\dot{x}$ at order $O(x^7)$, which does not change the sign of the leading term $x^4$.
[/solution]
## References
- Carr, J., *Applications of Centre Manifold Theory* (1981).
- Guckenheimer, J. and Holmes, P., *Nonlinear Oscillations, Dynamical Systems, and Bifurcations of Vector Fields* (1983).
- Kuznetsov, Y.A., *Elements of Applied Bifurcation Theory*, 3rd ed. (2004).
- Perko, L., *Differential Equations and Dynamical Systems*, 3rd ed. (2001).
- Vanderbauwhede, A., "Centre Manifolds, Normal Forms and Elementary Bifurcations," in *Dynamics Reported*, Vol. 2 (1989).