Differential Equations: Basic Concepts (Order and Degree)
Quick answer A differential equation connects a function to its derivatives; its order and degree describe the highest derivative present and the power to which it is raised.
An equation that involves an independent variable, a dependent variable, and one or more derivatives of the dependent variable with respect to the independent variable is called a differential equation (DE). When there is only one independent variable, it is called an ordinary differential equation (ODE) — this is the only type studied in this chapter.
Examples of differential equations: dy/dx = cos x, d²y/dx² + y = 0, and (dy/dx)³ + 2y = x. In each case, the equation involves derivatives such as dy/dx, d²y/dx², etc., alongside x and/or y.
The order of a differential equation is the order of the highest derivative appearing in it. The degree is the power (positive integer exponent) of the highest order derivative, provided the differential equation is expressible as a polynomial in all the derivatives that occur in it — that is, it must be free of radicals and fractional powers of derivatives, and free of derivatives inside transcendental functions such as sin, cos, log, or e. If the equation cannot be written in this polynomial form, the degree is not defined.
Worked Example 1: Find the order and degree of d²y/dx² + (dy/dx)³ + y = 0.
The highest order derivative is d²y/dx², so the order is 2. This derivative appears to the power 1 (only (dy/dx) is cubed, not the second derivative), so the degree is 1.
Worked Example 2: Find the order and degree of √(1 + (dy/dx)²) = d²y/dx².
This is not yet a polynomial in the derivatives because of the square root. Squaring both sides: 1 + (dy/dx)² = (d²y/dx²)². Now it is a polynomial in the derivatives. The highest order derivative is d²y/dx² (order 2), raised to the power 2, so the degree is 2.
Worked Example 3: Find the order and degree of (d³y/dx³)² + cos(dy/dx) = 0.
The highest derivative is d³y/dx³, so the order is 3. However, the term cos(dy/dx) means the equation is not a polynomial in dy/dx (no amount of algebra removes the cosine), so the degree is not defined.
- Order = order of the highest derivative present in the equation.
- Degree = power of the highest order derivative, only when the DE is a polynomial in all derivatives.
- Radicals or fractional powers involving derivatives must be removed (by squaring, cubing, etc.) before reading off the degree.
- If a derivative sits inside a trigonometric, log, or exponential function, the degree is not defined.
- Order and degree are always positive integers when defined; order is defined for every ODE, degree may not be.
