🇮🇳 GATE Mathematics · flashcards
GATE Mathematics Ordinary Differential Equations Flashcards
50 question-and-answer cards covering Ordinary Differential Equations as it is examined in GATE Mathematics. 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.
24 sample cards from the Ordinary Differential Equations deck
Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.
State the eigenvalue criterion for (Lyapunov) stability of the origin of $\dot{\mathbf{x}}=A\mathbf{x}$.
The origin is stable (in the sense of Lyapunov) iff all eigenvalues satisfy $\operatorname{Re}(\lambda)\leq 0$ AND every eigenvalue with $\operatorname{Re}(\lambda)=0$ is semisimple (its algebraic and geometric multiplicities are equal, i.e. no defective Jordan blocks).
State the eigenvalue criterion for instability of the origin of $\dot{\mathbf{x}}=A\mathbf{x}$.
The origin is unstable if at least one eigenvalue has positive real part $\operatorname{Re}(\lambda)>0$, or if a purely imaginary/zero eigenvalue is defective (algebraic multiplicity exceeds geometric multiplicity).
For the 2D system $\dot{\mathbf{x}}=A\mathbf{x}$, classify the equilibrium when $A$ has two real eigenvalues of the same sign.
A node. Both negative $\Rightarrow$ stable node (sink); both positive $\Rightarrow$ unstable node (source). Trajectories approach/leave the origin tangent to the slow (smaller magnitude) eigendirection.
For the 2D system $\dot{\mathbf{x}}=A\mathbf{x}$, classify the equilibrium when $A$ has two real eigenvalues of opposite signs.
A saddle point, which is always unstable. Trajectories approach along the stable eigendirection (negative eigenvalue) and depart along the unstable eigendirection (positive eigenvalue).
For the 2D system $\dot{\mathbf{x}}=A\mathbf{x}$, classify the equilibrium when $A$ has complex eigenvalues $\alpha\pm i\beta$ with $\alpha\neq0$.
A spiral (focus). $\alpha<0\Rightarrow$ stable spiral (trajectories spiral inward); $\alpha>0\Rightarrow$ unstable spiral (spiral outward). $\beta$ governs the rotation rate.
For the 2D system $\dot{\mathbf{x}}=A\mathbf{x}$, classify the equilibrium when $A$ has purely imaginary eigenvalues $\pm i\beta$.
A center: trajectories are closed ellipses around the origin. It is stable (Lyapunov) but not asymptotically stable.
Using trace $T=\operatorname{tr}A$ and determinant $D=\det A$ of a $2\times2$ matrix, give the conditions for the origin to be asymptotically stable.
Asymptotically stable iff $T=\lambda_1+\lambda_2<0$ and $D=\lambda_1\lambda_2>0$ (both eigenvalues have negative real part).
Using $T=\operatorname{tr}A$, $D=\det A$, and discriminant $\Delta=T^2-4D$, how do you distinguish nodes from spirals in 2D?
If $D>0$: $\Delta=T^2-4D>0$ gives a node (real eigenvalues), $\Delta<0$ gives a spiral (complex eigenvalues), and $\Delta=0$ gives a degenerate/improper node. If $D<0$, it is a saddle regardless of $T$.
What does $\det A<0$ tell you immediately about the equilibrium of a planar linear system?
It is a saddle point (eigenvalues are real with opposite signs), and therefore unstable.
Define a stable node versus an unstable node in terms of eigenvalues for a planar system.
Stable (improper/proper) node: both eigenvalues real and negative, $\lambda_2\leq\lambda_1<0$. Unstable node: both real and positive, $0<\lambda_1\leq\lambda_2$. Trajectories converge to / diverge from origin without spiraling.
State the general nonlinear autonomous system whose equilibrium stability is studied by linearization.
$$\dot{\mathbf{x}}=\mathbf{f}(\mathbf{x}),\qquad \mathbf{f}(\mathbf{x}^*)=\mathbf{0},$$ where $\mathbf{x}^*$ is an equilibrium (stationary) point.
What is the Jacobian (linearization) matrix used to analyze stability of an equilibrium $\mathbf{x}^*$ of $\dot{\mathbf{x}}=\mathbf{f}(\mathbf{x})$?
$$J=D\mathbf{f}(\mathbf{x}^*)=\left[\frac{\partial f_i}{\partial x_j}\right]_{\mathbf{x}=\mathbf{x}^*}.$$ The linearized system is $\dot{\mathbf{u}}=J\mathbf{u}$ with $\mathbf{u}=\mathbf{x}-\mathbf{x}^*$.
State the Linearized Stability (Hartman-Grobman based) theorem for a hyperbolic equilibrium.
If all eigenvalues of $J=D\mathbf{f}(\mathbf{x}^*)$ have nonzero real part (the equilibrium is hyperbolic), then the nonlinear system's stability matches the linear one: all $\operatorname{Re}\lambda<0\Rightarrow$ asymptotically stable; some $\operatorname{Re}\lambda>0\Rightarrow$ unstable. Near $\mathbf{x}^*$ the nonlinear and linear phase portraits are topologically conjugate.
When does linearization FAIL to determine the stability of an equilibrium?
When the equilibrium is non-hyperbolic, i.e. the Jacobian has at least one eigenvalue with zero real part ($\operatorname{Re}\lambda=0$, e.g. a center case). Then higher-order/nonlinear terms decide stability, and a Lyapunov function is needed.
Define a Lyapunov-stable equilibrium $\mathbf{x}^*$ of $\dot{\mathbf{x}}=\mathbf{f}(\mathbf{x})$.
$\mathbf{x}^*$ is stable if for every $\varepsilon>0$ there exists $\delta>0$ such that $\|\mathbf{x}(0)-\mathbf{x}^*\|<\delta$ implies $\|\mathbf{x}(t)-\mathbf{x}^*\|<\varepsilon$ for all $t\geq0$. It is asymptotically stable if additionally $\mathbf{x}(t)\to\mathbf{x}^*$ as $t\to\infty$.
Define a Lyapunov function $V(\mathbf{x})$ for an equilibrium at the origin of $\dot{\mathbf{x}}=\mathbf{f}(\mathbf{x})$.
A continuously differentiable function $V$ on a neighborhood of $\mathbf{0}$ with $V(\mathbf{0})=0$ and $V(\mathbf{x})>0$ for $\mathbf{x}\neq\mathbf{0}$ (positive definite), whose orbital derivative $\dot{V}$ satisfies a sign condition along trajectories.
How is the orbital derivative $\dot{V}$ of a Lyapunov function computed along solutions of $\dot{\mathbf{x}}=\mathbf{f}(\mathbf{x})$?
$$\dot{V}(\mathbf{x})=\nabla V(\mathbf{x})\cdot \mathbf{f}(\mathbf{x})=\sum_{i=1}^{n}\frac{\partial V}{\partial x_i}\,f_i(\mathbf{x}).$$ No need to solve the ODE; it is evaluated using the vector field directly.
State Lyapunov's theorem on (simple) stability via a Lyapunov function.
If there is a positive definite $V$ with $\dot{V}(\mathbf{x})\leq 0$ (negative semidefinite) in a neighborhood of the origin, then the origin is stable (in the sense of Lyapunov).
State Lyapunov's theorem on asymptotic stability.
If there is a positive definite $V$ with $\dot{V}(\mathbf{x})<0$ for all $\mathbf{x}\neq\mathbf{0}$ in a neighborhood (negative definite), then the origin is asymptotically stable.
State Chetaev's / Lyapunov's instability theorem.
If there is a $C^1$ function $V$ with $V(\mathbf{0})=0$ that takes positive values arbitrarily close to the origin and has $\dot{V}>0$ (positive definite) there, then the origin is unstable.
What additional condition (LaSalle's invariance principle) lets $\dot{V}\leq0$ still imply asymptotic stability?
If $\dot{V}\leq0$ and the only complete trajectory contained in the set $\{\dot{V}=0\}$ is the equilibrium itself, then the origin is asymptotically stable.
For a linear system $\dot{\mathbf{x}}=A\mathbf{x}$, what quadratic form is commonly used as a Lyapunov function, and what equation must $P$ satisfy?
Use $V(\mathbf{x})=\mathbf{x}^T P\mathbf{x}$ with $P$ symmetric positive definite. Then $\dot{V}=\mathbf{x}^T(A^TP+PA)\mathbf{x}$. Stability follows if $P$ solves the Lyapunov equation $$A^TP+PA=-Q$$ for some positive definite $Q$, which has a positive definite solution $P$ iff $A$ is a stability (Hurwitz) matrix.
Compare the strengths of the eigenvalue (linearization) method versus the Lyapunov function method for stability.
Eigenvalue/linearization: easy and definitive for hyperbolic equilibria, but fails when $\operatorname{Re}\lambda=0$ and is only local. Lyapunov functions: can handle non-hyperbolic cases and give global/large basin estimates, but there is no general recipe for constructing $V$, so it requires ingenuity.
For the undamped pendulum / center-type system, why is $V=$ total energy a useful Lyapunov function, and what does it show?
Energy $V$ is positive definite near the stable equilibrium and conserved, giving $\dot{V}=0$. By Lyapunov's stability theorem this proves the equilibrium is stable (a center), even though linearization gives purely imaginary eigenvalues and is inconclusive on its own.
What this deck covers
The Ordinary Differential Equations deck follows the GATE Mathematics Ordinary Differential Equations syllabus — 11 chapters and 6 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 4.5 cards per chapter.
Answers are written to be recallable, not just readable — averaging about 214 characters, which is long enough to carry the reasoning and short enough to say out loud.
A deck like this earns its keep on the second and third pass. Read the syllabus first so you know the shape of the subject, then use the cards to find the specific facts that have not stuck.
Ordinary Differential Equations flashcards FAQ
How many Ordinary Differential Equations flashcards are in this GATE Mathematics deck?
50 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.
Are these GATE Mathematics flashcards free?
Yes. The preview here is free to read with no signup, and the full 50-card deck is free inside the Examius app.
What do the Ordinary Differential Equations cards cover?
They follow the GATE Mathematics Ordinary Differential Equations syllabus — 11 chapters and 6 topics — so the questions track what is actually examinable.
How should I use these flashcards?
Read the syllabus first so you know the shape of the subject, then drill the deck. Examius schedules each card with spaced repetition, so cards you keep missing come back sooner and ones you know drift further apart.