Classification of Differential Equations
DEs are classified by type (ODE/PDE), order, degree, and linearity.
IODE vs PDE
An ODE (Ordinary DE) involves derivatives with respect to one independent variable.
A PDE (Partial DE) involves partial derivatives with respect to two or more independent variables.
Your 2nd semester covers ODEs exclusively.
PDEs appear in heat flow, wave propagation, and quantum mechanics. ODEs appear whenever you track one variable over time — growth, decay, oscillation, circuits.
IIOrder and Degree
Order = the order of the highest derivative present.
Degree = the power of the highest-order derivative, after clearing all radicals and fractions from the derivatives.
Always clear fractions and radicals from the derivative terms before reading off the degree. Example: has degree 2, not 1, because squaring gives .
| Equation | Order | Degree | Why |
|---|---|---|---|
| 1 | 1 | Highest derivative is , raised to power 1 | |
| 2 | 1 | Highest derivative is , power 1 | |
| 2 | 3 | Highest derivative raised to power 3 | |
| 1 | 2 | After squaring: |
IIILinear vs Non-Linear
A DE is linear when:
- The unknown function y and all its derivatives appear to the first power only
- There are no products between y and any of its derivatives
- The coefficients may be any function of x
Violate any condition → non-linear.
Linearity is crucial because linear DEs have much more powerful solution techniques. The superposition principle holds: if and are solutions, so is .