For arbitrary functions the Wronskian test runs in one direction only. For solutions of a common linear equation it runs both ways, and the reason is a striking fact discovered by Abel: the Wronskian of such solutions satisfies its own first-order differential equation, whose solution is an exponential. Because an exponential is never zero, the Wronskian is either zero everywhere or nowhere.
Quick Reference
| Item | Statement |
|---|---|
| Setting | solve y'' + P(x)y' + Q(x)y = 0 on an interval |
| Abel's differential equation | |
| Abel's formula | |
| Point form | |
| Dichotomy | is either never zero on or zero everywhere on |
| Independence test | Solutions are independent at any one point |
| Fundamental set | linearly independent solutions of an th order homogeneous equation |
| General solution |
Abel's Formula
Suppose and are two solutions of a second-order linear differential equation
y'' + P(x)y' + Q(x)y = 0on an interval . Their Wronskian is
W\left(y_{1}, y_{2}\right) = \begin{vmatrix} y_{1}(x) & y_{2}(x) \\ y_{1}'(x) & y_{2}'(x) \end{vmatrix} = y_{1}(x)y_{2}'(x) - y_{2}(x)y_{1}'(x) .We will show that this function is either never zero on or zero everywhere on .
Let us find . Differentiating the product form,
\begin{aligned} \frac{dW}{dx} &= y_{1}'(x)y_{2}'(x) + y_{1}(x)y_{2}''(x) - y_{2}'(x)y_{1}'(x) - y_{2}(x)y_{1}''(x) \\ &= y_{1}(x)y_{2}''(x) - y_{2}(x)y_{1}''(x) \end{aligned}The two middle terms cancel, which is the first small miracle: the derivative of the Wronskian involves only second derivatives, not a mixture.
Because and satisfy the differential equation,
\begin{aligned} y_{1}'' + P(x)y_{1}' + Q(x)y_{1} &= 0 & \Longrightarrow \qquad y_{1}'' &= -P(x)y_{1}' - Q(x)y_{1} \\ y_{2}'' + P(x)y_{2}' + Q(x)y_{2} &= 0 & \Longrightarrow \qquad y_{2}'' &= -P(x)y_{2}' - Q(x)y_{2} \end{aligned}Substituting these expressions,
\begin{aligned} \frac{dW}{dx} &= y_{1}\left[-P(x)y_{2}' - Q(x)y_{2}\right] - y_{2}\left[-P(x)y_{1}' - Q(x)y_{1}\right] \\ &= -P(x)\left[y_{1}y_{2}' - y_{2}y_{1}'\right] - Q(x)y_{1}y_{2} + Q(x)y_{1}y_{2} \\ &= -P(x)\left[y_{1}y_{2}' - y_{2}y_{1}'\right] \\ &= -P(x)\,W \end{aligned}The terms involving cancel exactly, which is the second small miracle: the Wronskian is blind to the coefficient and responds only to .
Note that is a function of , so we have obtained a first-order linear differential equation:
Abel's Formula. If and are solutions of y'' + P(x)y' + Q(x)y = 0 on an interval , then
Equivalently, evaluating at a point ,
The All-or-Nothing Dichotomy
Because an exponential function is never zero, we conclude that if then , and if then the Wronskian is never zero.
If at one point, then for every . If at one point, then for every . There is no in-between: the Wronskian of two solutions cannot vanish at some points and not others.
This is precisely the extra ingredient that was missing in Section 3.2. For arbitrary functions a zero Wronskian proves nothing; for solutions of a common linear equation it proves dependence.
The same argument extends to order , where the corresponding statement is sometimes called Liouville's formula.
If are solutions of a homogeneous linear differential equation of order ,
on an interval , then they are linearly independent if and only if
for any arbitrary point in .
The phrase "for any arbitrary point" is doing real work. Because of the dichotomy, checking one convenient point settles the question for the entire interval. In practice you choose whichever makes the determinant easiest, usually .
Worked Examples
Two solutions of y'' - \dfrac{2}{x}y' + \dfrac{2}{x^{2}}y = 0 on are and . Verify Abel's formula for them.
Solution
Direct computation gives
Now check against Abel's formula. Here , so
and
The two agree with . Note that is never zero on , so and are independent there, and is the general solution.
Find the Wronskian of any two solutions of y'' + 3y' + 2y = 0 without solving the equation.
Solution
Abel's formula applies immediately, with :
No knowledge of the solutions themselves was needed. As a check, the actual solutions are and , whose Wronskian is
which is the predicted form with .
Given that solves x^{2}y'' - x(x+2)y' + (x+2)y = 0 on , use Abel's formula to find a second independent solution.
Solution
This technique is called reduction of order via the Wronskian, and it is a standard use of Abel's formula.
First put the equation in standard form by dividing by :
y'' - \frac{x+2}{x}y' + \frac{x+2}{x^{2}}y = 0 ,so .
By Abel's formula, taking ,
But by definition W = y_1 y_2' - y_2 y_1' = x y_2' - y_2. So
x y_2' - y_2 = x^{2}e^{x} .This is a first-order linear equation for . Dividing by ,
y_2' - \frac{1}{x}y_2 = x e^{x} ,with integrating factor :
Taking gives the second solution .
Check. With : y_2' = (1+x)e^{x} and y_2'' = (2+x)e^{x}. Substituting,
The general solution is .
Fundamental Sets of Solutions
A set of linearly independent solutions of an th order homogeneous linear equation on an interval is called a fundamental set of solutions on .
If is a fundamental set of solutions of on , then every solution of on has the form
for suitable constants . This expression is called the general solution of the homogeneous equation, often written .
Sketch of proof
Let be any solution and fix . We seek constants making match in value and in the first derivatives at :
The coefficient matrix is exactly the Wronskian matrix, whose determinant is nonzero by independence and the theorem above. So the system has a unique solution .
Now and are both solutions of with identical data at . By the existence and uniqueness theorem for linear equations, they must be the same function on .
The theorem says the solution space has dimension exactly . This is the single most important structural fact about linear equations, and it tells you when to stop looking: once you have independent solutions, you have them all. Finding an st solution that seems new means it is secretly a combination of the ones you have.
Exercises
Without solving, find the form of the Wronskian of two solutions of y'' + \dfrac{1}{x}y' + y = 0 on .
Solution
Here , so
This is Bessel's equation of order zero, whose solutions are not elementary, yet Abel's formula gives their Wronskian exactly.
The functions and both solve y'' - y' = 0. Compute their Wronskian and explain the result.
Solution
The Wronskian vanishes identically, and by the theorem this means the solutions are dependent, which is obvious here since . Abel's formula is consistent: it gives , and the constant happens to be .
Note the contrast with the general-function case. Here the vanishing Wronskian really does prove dependence, because both functions solve the same linear equation.
Given that solves xy'' - (x+1)y' + y = 0 on , use Abel's formula to find a second independent solution.
Solution
In standard form, , so
Then W = y_1 y_2' - y_2 y_1' = e^{x}y_2' - y_2 e^{x} = xe^{x}, so dividing by ,
y_2' - y_2 = x .With integrating factor ,
Taking gives , or equivalently after dropping the sign.
Check. With : y_2' = 1, y_2'' = 0, and . ✓
The general solution is .
Frequently Asked Questions
What is Abel's formula?
It states that the Wronskian of solutions of y'' + P(x)y' + Q(x)y = 0 equals . The Wronskian therefore satisfies its own first-order equation and is determined up to a single constant by the coefficient alone, without any knowledge of the solutions.
Why does not appear in Abel's formula?
Because the terms cancel in the derivation: substituting the two expressions for y_1'' and y_2'' produces . Only the terms survive. This is why two equations with the same but wildly different have Wronskians of the same shape.
Why is the all-or-nothing dichotomy so useful?
Because it converts a statement about an entire interval into a check at a single point. Without it, verifying independence would require confirming everywhere. With it, one convenient evaluation, typically at , settles the matter.
What is a fundamental set of solutions?
A set of linearly independent solutions of an th order homogeneous linear equation. It is a basis for the solution space, so every solution is a unique linear combination of its members. A second-order equation needs two, a third-order equation three.
Can I use Abel's formula to find a second solution?
Yes, and it is one of the formula's most practical applications. If is known, Abel gives explicitly, and the definition W = y_1y_2' - y_2y_1' then becomes a first-order linear equation for . The last two worked examples do exactly this.
Is a fundamental set unique?
No. Any independent solutions form one. For y'' + y = 0, both and and even are fundamental sets. They describe the same two-dimensional solution space in different coordinates, exactly as different bases describe the same vector space.