Defining the Problem
Not all DEs are solved the same way. We classify them by three main criteria:
- Order: The highest derivative present. (1st order has \(y'\), 2nd order has \(y''\)).
- Linearity: Whether the function and its derivatives appear only to the first power and are not multiplied together.
- Type: Ordinary (ODE) involves one variable; Partial (PDE) involves many variables.
Worked Examples
Example 1: Classifying Equations
- \(y' + 5y = 0\): 1st order, linear, ODE.
- \(y'' + (y')^2 = x\): 2nd order, non-linear, ODE.
- \(\frac{\partial \psi}{\partial t} = \frac{\partial^2 \psi}{\partial x^2}\): 2nd order (in x), linear, PDE.
The Bridge to Quantum Mechanics
The time-independent Schrödinger Equation is a 2nd-order, linear, Ordinary Differential Equation. The fact that it is 2nd-order means we need two boundary conditions to solve it. The fact that it is linear is what allows for Superposition—the ability of a quantum particle to be in two states at once. If the equation were non-linear, the entire structure of Quantum Mechanics would collapse, and waves would not interfere with each other.