Definition
The Method of Variation of Parameters is a general technique to find by replacing the constants in with functions :
- How to read: “The particular solution y subscript p is equal to the function v one of x times y one of x, plus the function v two of x times y two of x.”
- Meaning: Replace constant coefficients in the complementary solution with unknown functions to build a particular solution.
Why It Matters
Variation of parameters is the ‘universal key’ for nonhomogeneous differential equations; unlike simpler methods, it works for any forcing function, ensuring that engineers can model the response of a system to any real-world input.
Core Concepts
-
The System of Equations: To find , solve:
- How to read: “The derivative of v one times y one plus the derivative of v two times y two is equal to zero; and the derivative of v one times the derivative of y one plus the derivative of v two times the derivative of y two is equal to G of x divided by a.”
- Meaning: Two constraints on the derivatives of that force to satisfy the nonhomogeneous ODE.
-
Wronskian Formula: where is the Wronskian.
- How to read: “The derivative of v one is equal to negative y two times G, all divided by a times W; the derivative of v two is equal to y one times G, all divided by a times W; where W is the Wronskian, equal to y one times the derivative of y two, minus y two times the derivative of y one.”
- Meaning / when to use: Closed-form derivatives for the varying parameters; in the denominator ensures linear independence of the basis.
-
Integration: The final functions are and .