Homogeneous Ordinary Differential Equation — Definition, Formula & Examples
A homogeneous ordinary differential equation is an ODE in which every term involves the unknown function or its derivatives — there is no standalone forcing term (the right-hand side equals zero).
An ordinary differential equation is called homogeneous if the right-hand side is identically zero. For a linear ODE, this means the equation can be written as , where is a linear differential operator.
Key Formula
Where:
- = the unknown function of x
- = the k-th derivative of y with respect to x
- = coefficient functions (often constants)
How It Works
To solve a homogeneous linear ODE with constant coefficients, you substitute into the equation, which converts it into an algebraic equation in called the characteristic equation. The roots of the characteristic equation determine the form of the general solution. Distinct real roots give terms like , repeated roots introduce factors of , and complex roots produce sine and cosine terms. The superposition principle guarantees that any linear combination of solutions to a homogeneous equation is also a solution.
Worked Example
Problem: Solve the homogeneous ODE: y'' - 5y' + 6y = 0.
Step 1: Assume a solution of the form and substitute into the equation to obtain the characteristic equation.
Step 2: Factor the characteristic equation to find the roots.
Step 3: Write the general solution as a linear combination of the two linearly independent solutions.
Answer: , where and are arbitrary constants.
Why It Matters
Homogeneous ODEs appear throughout physics and engineering — for example, unforced spring-mass systems and undriven electrical circuits are modeled by homogeneous second-order equations. Mastering them is also essential because the method of solving the nonhomogeneous case (variation of parameters, undetermined coefficients) requires you to first solve the associated homogeneous equation.
Common Mistakes
Mistake: Confusing a 'homogeneous ODE' (right-hand side equals zero) with a 'homogeneous first-order ODE' of the form , which uses a substitution .
Correction: These are two different meanings of 'homogeneous' in differential equations. Check the context: if the equation is linear and set equal to zero, it is homogeneous in the linear-algebra sense. If the equation has the form where and are homogeneous functions of the same degree, a different technique applies.
