Common Pitfalls
:::caution Common Pitfall When using undetermined coefficients, always check whether your guess Overlaps with the homogeneous solution. For Guessing fails Because satisfies the homogeneous equation. You must use instead. :::
:::caution Common Pitfall The Laplace transform of is Not . The Initial conditions are built into the transform. Forgetting them leads to incorrect solutions. :::
:::caution Common Pitfall Separation of variables can miss solutions. When dividing by to Separate, check whether gives any valid solutions. For example, solving by Separating gives But misses the solution . :::
:::caution Common Pitfall The Fourier series of a function converges to the function only at points Of continuity. At jump discontinuities, it converges to the midpoint of the jump. The Gibbs Phenomenon causes overshoots near jumps that do not vanish as more terms are added. :::
:::caution Common Pitfall When solving PDEs by separation of variables, the boundary conditions Determine the eigenvalues. Using the wrong boundary conditions (e.g., Neumann instead of Dirichlet) Leads to a completely different set of eigenfunctions and eigenvalues. :::
:::caution Common Pitfall Not every first-order ODE can be solved analytically. Equations like have no closed-form solution in terms of elementary functions. Numerical methods (Euler, Runge-Kutta) may be necessary. :::
:::caution Common Pitfall The linearization of a nonlinear system near a critical point is only Valid for hyperbolic critical points (no eigenvalues on the imaginary axis). If eigenvalues lie on The imaginary axis, the nonlinear system can behave very differently from its linearization. :::
:::caution Common Pitfall When computing the inverse Laplace transform, always check that the Partial fraction decomposition is correct before inverting term-by-term. A common error is Forgetting to include all powers of irreducible quadratic factors. :::
:::caution Common Pitfall For the Euler-Cauchy equation Remember that with complex gives solutions involving and Not and . :::
:::caution Common Pitfall The Wronskian being zero at a single point does not Necessarily mean the solutions are linearly dependent. For linear ODEs with continuous coefficients, everywhere or everywhere. Check Abel’s identity. :::
9.9 Worked Example: Lyapunov Function
Problem. Show that is asymptotically stable for the system , .
Solution
Solution. Critical point: and gives .
Choose the Lyapunov function . and for .
This is not negative definite. Let us try :
.
Since for The origin is asymptotically Stable by Lyapunov’s theorem.
9.10 Worked Example: Van der Pol Oscillator
Problem. Show that the Van der Pol equation with Has a unique limit cycle.
Solution
_Solution.* Write as a system: , .
The only critical point is . The Jacobian at the origin is .
, , .
For : complex eigenvalues with positive real part (unstable spiral). For : two positive real eigenvalues (unstable node).
The origin is always unstable. To show existence of a limit cycle, we use a Liénard’s theorem Or construct a trapping region. Define
and write the system as , .
The function has zeros at . For The damping is negative for (energy input) and positive for (energy Dissipation). This creates a unique stable limit cycle that passes through .
A detailed …/1-number-and-algebra/3_proof-and-logic requires constructing an annular region and applying the Poincaré-Bendixson Theorem (the inner boundary encloses the unstable origin; the outer boundary is chosen so that Trajectories point inward).