Ordinary Differential Equations
Master ODE theory and techniques for CSIR NET — from existence theorems through dynamical systems and Sturm-Liouville problems.
The foundational results guaranteeing that initial value problems have solutions and when those solutions are unique.
Consider the IVP: \(\dfrac{dy}{dx} = f(x,y),\quad y(x_0) = y_0\). The central question is: under what conditions does a solution exist, and is it unique?
The Picard iteration (method of successive approximations) constructs a sequence of functions converging to the solution:
\[y_0(x) = y_0, \qquad y_{n+1}(x) = y_0 + \int_{x_0}^{x} f(t, y_n(t))\,dt\]
Under the Picard-Lindelof hypotheses, \(\{y_n\}\) converges uniformly to the unique solution of the IVP.
Analytical techniques for solving first-order ordinary differential equations.
Integrating factors: If the equation is not exact, multiply by an integrating factor \(\mu\). Common cases:
- If \(\dfrac{1}{N}\left(\dfrac{\partial M}{\partial y} - \dfrac{\partial N}{\partial x}\right)\) depends only on \(x\), then \(\mu = e^{\int \frac{1}{N}(M_y - N_x)\,dx}\).
- If \(\dfrac{1}{M}\left(\dfrac{\partial N}{\partial x} - \dfrac{\partial M}{\partial y}\right)\) depends only on \(y\), then \(\mu = e^{\int \frac{1}{M}(N_x - M_y)\,dy}\).
Bernoulli equation: \(y' + P(x)y = Q(x)y^n\) with \(n \neq 0,1\). Substitution \(v = y^{1-n}\) reduces it to the linear equation \(v' + (1-n)P(x)v = (1-n)Q(x)\).
Constant coefficient equations, the method of undetermined coefficients, and variation of parameters.
For \(a_ny^{(n)} + \cdots + a_1y' + a_0y = 0\) with constant coefficients, the characteristic equation is \[a_n r^n + \cdots + a_1 r + a_0 = 0\]
- Real distinct root \(r\): contributes \(e^{rx}\)
- Repeated root \(r\) of multiplicity \(k\): contributes \(e^{rx}, xe^{rx}, \ldots, x^{k-1}e^{rx}\)
- Complex roots \(\alpha \pm i\beta\): contribute \(e^{\alpha x}\cos\beta x,\; e^{\alpha x}\sin\beta x\)
Matrix methods, the matrix exponential, stability analysis, and phase portraits for linear systems.
A linear system \(\mathbf{x}' = A\mathbf{x}\) with constant matrix \(A \in \mathbb{R}^{n\times n}\) has the general solution:
\[\mathbf{x}(t) = e^{At}\mathbf{x}(0), \qquad e^{At} = \sum_{k=0}^{\infty}\frac{(At)^k}{k!}\]
For \(\mathbf{x}' = A\mathbf{x}\), the stability of the origin depends on the eigenvalues \(\lambda_1, \lambda_2\) of \(A\):
- Stable node: \(\lambda_1, \lambda_2 < 0\) (real, distinct)
- Unstable node: \(\lambda_1, \lambda_2 > 0\) (real, distinct)
- Saddle point: \(\lambda_1 < 0 < \lambda_2\) (real, opposite signs)
- Stable spiral: \(\text{Re}(\lambda) < 0\) (complex conjugate pair)
- Unstable spiral: \(\text{Re}(\lambda) > 0\) (complex conjugate pair)
- Center: \(\text{Re}(\lambda) = 0\) (purely imaginary)
Self-adjoint boundary value problems, orthogonality, and eigenfunction expansions.
- The eigenvalues form a countably infinite set \(\lambda_1 < \lambda_2 < \cdots \to \infty\).
- Eigenfunctions corresponding to distinct eigenvalues are orthogonal with respect to the weight function \(w(x)\): \(\int_a^b y_m(x)y_n(x)w(x)\,dx = 0\) for \(m \neq n\).
- The eigenfunctions form a complete orthogonal system in \(L^2_w[a,b]\).
Equilibria of nonlinear systems, Lyapunov stability, and linearization.
- Picard-Lindelof requires Lipschitz continuity for uniqueness; Peano only guarantees existence.
- The Wronskian determines linear independence of solutions (Abel's formula tracks its evolution).
- For linear systems, the matrix exponential \(e^{At}\) encapsulates the complete solution.
- Sturm-Liouville eigenfunctions are orthogonal and complete — the foundation for eigenfunction expansions.
- Lyapunov's direct method avoids solving the system explicitly: find an appropriate energy-like function.
- Hartman-Grobman allows linearization near hyperbolic equilibria of nonlinear systems.