ProofComplete

Proof of Abel's Formula for Higher-Order Equations

Abel's formula extends to nn-th order linear ODEs, expressing the Wronskian of any set of nn solutions in closed form.


Statement

Theorem3.3Abel's formula (general)

For the nn-th order linear ODE y(n)+pn1(t)y(n1)++p0(t)y=0y^{(n)} + p_{n-1}(t)y^{(n-1)} + \cdots + p_0(t)y = 0 on an interval II, if y1,,yny_1, \ldots, y_n are any nn solutions, their Wronskian satisfies

W(y1,,yn)(t)=W(t0)exp(t0tpn1(s)ds)W(y_1, \ldots, y_n)(t) = W(t_0)\exp\left(-\int_{t_0}^t p_{n-1}(s)\,ds\right)

for any t0It_0 \in I.


Proof

Proof

Step 1: Differentiate the Wronskian.

The Wronskian is W=det(y1yny1yny1(n1)yn(n1))W = \det\begin{pmatrix} y_1 & \cdots & y_n \\ y_1' & \cdots & y_n' \\ \vdots & & \vdots \\ y_1^{(n-1)} & \cdots & y_n^{(n-1)}\end{pmatrix}.

Differentiating a determinant with respect to tt gives a sum of nn determinants, each obtained by differentiating one row. When we differentiate any row k<nk < n (the row of yj(k)y_j^{(k)} becomes yj(k+1)y_j^{(k+1)}), the resulting matrix has two identical adjacent rows, so its determinant is 00.

The only nonzero contribution comes from differentiating the last row (k=n1k = n-1):

W=det(y1yny1yny1(n)yn(n)).W' = \det\begin{pmatrix} y_1 & \cdots & y_n \\ y_1' & \cdots & y_n' \\ \vdots & & \vdots \\ y_1^{(n)} & \cdots & y_n^{(n)}\end{pmatrix}.

Step 2: Use the ODE to replace yj(n)y_j^{(n)}.

Since each yjy_j satisfies the ODE: yj(n)=pn1yj(n1)pn2yj(n2)p0yjy_j^{(n)} = -p_{n-1}y_j^{(n-1)} - p_{n-2}y_j^{(n-2)} - \cdots - p_0 y_j.

Substituting into the last row:

W=det(y1yny1(n2)yn(n2)pn1y1(n1)p0y1pn1yn(n1)p0yn).W' = \det\begin{pmatrix} y_1 & \cdots & y_n \\ \vdots & & \vdots \\ y_1^{(n-2)} & \cdots & y_n^{(n-2)} \\ -p_{n-1}y_1^{(n-1)} - \cdots - p_0 y_1 & \cdots & -p_{n-1}y_n^{(n-1)} - \cdots - p_0 y_n\end{pmatrix}.

The last row is pn1(row n)pn2(row n1)p0(row 1)-p_{n-1}\cdot(\text{row } n) - p_{n-2}\cdot(\text{row } n-1) - \cdots - p_0\cdot(\text{row } 1) of the original Wronskian matrix. By properties of determinants (adding multiples of other rows to a row does not change the determinant), only the pn1-p_{n-1} term contributes:

W=pn1(t)W.W' = -p_{n-1}(t) W.

Step 3: Solve the first-order ODE for WW.

The equation W=pn1(t)WW' = -p_{n-1}(t)W is separable with solution

W(t)=W(t0)exp(t0tpn1(s)ds).W(t) = W(t_0)\exp\left(-\int_{t_0}^t p_{n-1}(s)\,ds\right). \qquad \blacksquare


Applications

ExampleWronskian without computing solutions

For y2ty+2y=0y'' - 2ty' + 2y = 0 (Hermite's equation with n=1n=1), p1(t)=2tp_1(t) = -2t so

W(t)=W(0)exp(0t2sds)=W(0)et2.W(t) = W(0)\exp\left(\int_0^t 2s\,ds\right) = W(0)e^{t^2}.

Without solving the ODE, we know the Wronskian of any two independent solutions grows like et2e^{t^2}.

ExampleReduction of order via Abel's formula

If y1y_1 is a known solution of y+p(t)y+q(t)y=0y'' + p(t)y' + q(t)y = 0, Abel's formula gives W(y1,y2)=CepdtW(y_1, y_2) = Ce^{-\int p\,dt}. Since W=y1y2y1y2W = y_1 y_2' - y_1'y_2, this is a first-order ODE for y2y_2:

y1y2y1y2=Cepdt    (y2y1)=Cy12epdt.y_1 y_2' - y_1'y_2 = Ce^{-\int p\,dt} \implies \left(\frac{y_2}{y_1}\right)' = \frac{C}{y_1^2}e^{-\int p\,dt}.

Integrating: y2(t)=y1(t)epdsy1(s)2dsy_2(t) = y_1(t)\int \frac{e^{-\int p\,ds}}{y_1(s)^2}\,ds.

RemarkLiouville's formula

Abel's formula is also known as Liouville's formula. It generalizes to systems: for x=A(t)x\mathbf{x}' = A(t)\mathbf{x}, the determinant of the fundamental matrix satisfies W(t)=tr(A(t))W(t)W'(t) = \text{tr}(A(t))W(t), giving W(t)=W(t0)exp(t0ttr(A)ds)W(t) = W(t_0)\exp(\int_{t_0}^t \text{tr}(A)\,ds).