4.6.15 · D5Ordinary Differential Equations
Question bank — Non-homogeneous — variation of parameters
Vocabulary reused here, so it's never a surprise:
- — two independent solutions of the homogeneous equation .
- — the right-hand side of the standard-form equation (leading coefficient ).
- — the Wronskian, the "are these two genuinely different?" scale.
- — the particular solution built by letting the constants vary.
True or false — justify
VoP requires you to already know and .
True. The ansatz literally builds on them; with no homogeneous solutions in hand there is nothing to "vary". Use Reduction of Order to find a second if only one is known.
VoP only works when is a polynomial, exponential, sine or cosine.
False. That restriction belongs to Method of Undetermined Coefficients. VoP handles any continuous — , , — because it integrates rather than guessing its form.
If somewhere on the interval, the formula still applies safely at that point.
False. sits in the denominator, so makes blow up; it also signals are linearly dependent, so they aren't a valid basis there.
The condition is a law of nature we must obey.
False. It is a free choice we impose to spend our one extra degree of freedom; we picked it precisely so second derivatives of never appear.
Swapping the labels changes the final .
False. Swapping flips the sign of and swaps which solution carries the minus, so the two sign changes cancel and is identical. You just must not mix conventions mid-problem.
You may drop the when integrating and .
True. Any constant from contributes , and from contributes — both are already inside the complementary function , so they are redundant.
For with constant , you can plug straight into the formula.
False. The derivation assumed leading coefficient . You must divide by first; the true right-hand side is , not .
Spot the error
", that's the Wronskian."
Signs are backwards. The correct order is (top-left times bottom-right, minus the cross). The stated version is , which flips downstream signs.
" and — symmetric, so both plus."
The minus is missing on . Cramer's rule gives ; forcing symmetry ignores that the column enters the two determinants with opposite orientations.
"For we have ."
Not in standard form. Divide by first, giving . Reading off the un-normalized equation is the single most common VoP mistake.
"Since and are constants that we let vary, they're still constants."
Contradiction in terms — the whole method replaces constants with functions . If they stayed constant you'd just have the homogeneous solution and couldn't absorb .
", so ."
Wrong differentiation — this drops the product-rule terms and the terms. The correct first derivative keeps everything, then Condition 1 sets the extra bracket to zero, which is not the same as it never existing.
"The two homogeneous terms vanish because is small."
They vanish because the bracket is zero — solves the homogeneous equation — regardless of the size of . Nothing here depends on being small.
" for , and it's never zero, so any gives a nice closed form."
Non-vanishing guarantees the setup is valid, but may still be a non-elementary integral. Validity of the method existence of an elementary antiderivative.
Why questions
Why do we impose exactly one extra condition, not zero or two?
We have two unknown functions but only one equation (the ODE), so one degree of freedom is genuinely free — exactly one condition uses it up without over-constraining the system.
Why choose specifically, of all possible conditions?
It cancels precisely the terms whose next derivative would produce , keeping the surviving system first-order and linear in — algebraically the simplest possible outcome.
Why must the equation be in standard form before reading ?
The derivation grouped terms as ; the vanishing brackets only equal zero when are the normalized coefficients, which forces to be the RHS after dividing by the leading coefficient.
Why does the Wronskian appear in the denominator rather than, say, the sum ?
It is the determinant of the coefficient matrix in the linear system for , so solving by Cramer's Rule naturally divides by that determinant, which is exactly .
Why is VoP called "variation of parameters"?
The parameters are the constants of the general homogeneous solution; we let them vary — become functions of — hence "variation of parameters".
Why does VoP always succeed in principle where undetermined coefficients can fail?
VoP produces by integration of known quantities, and a continuous function always has an antiderivative; undetermined coefficients instead guesses a form, which only exists for a special catalogue of .
Why is a non-zero Wronskian a guarantee that the method works?
certifies are linearly independent, so they form a genuine basis and the system for has a unique solution at every point.
Edge cases
What if ?
Then , so are constants and collapses back into the complementary function — VoP correctly reports "no extra particular part needed" for a homogeneous equation.
What if and are accidentally the same solution (or proportional)?
Then everywhere, the formula divides by zero, and the method breaks — a red flag that you don't actually have two independent solutions of the Second-order linear homogeneous ODE.
What if the repeated-root case gives ?
Perfectly fine — these are independent (), so VoP applies unchanged; the repeated root only affected how you found , not the method.
What happens at a point where has a jump or singularity (e.g. at )?
The integrals for may diverge or the solution may only be valid on an interval avoiding that point; VoP is guaranteed only where are continuous and .
If comes out containing a term proportional to or , is that a mistake?
No — such a term is a legitimate homogeneous piece and can be absorbed into ; the general solution is unaffected, as seen when merged into in Example 2.
Can VoP be extended to higher-order or non-constant-coefficient equations?
Yes — for order you impose zero-conditions and solve an Cramer system with the higher-order Wronskian; non-constant coefficients are fine as long as you first divide to standard form. This viewpoint also underlies the Green's function.
Recall One-line summary of the traps
Standard form before ; minus only on ; in the denominator and never zero; drop the ; and remember Condition 1 is a choice, not a law.
Connections
- Wronskian — the fairness scale; is the licence to proceed.
- Cramer's Rule — why lands in the denominator with those signs.
- Method of Undetermined Coefficients — the guess-based rival VoP outperforms on exotic .
- Second-order linear homogeneous ODE — supplies .
- Reduction of Order — how to get a second when only one is known.
- Green's function — the integral-kernel generalization of this whole idea.