logo

Wronskian of Two Solutions of a Second Order Linear Differential Equation 📂Odinary Differential Equations

Wronskian of Two Solutions of a Second Order Linear Differential Equation

Theorem 1

Suppose y1y_{1} and y2y_{2} are solutions to the second-order linear differential equation y+p(t)y+q(t)y=0y^{\prime \prime}+p(t)y^{\prime}+q(t)y=0. Then,

  1. The Wronskian of y1y_{1} and y2y_{2} is expressed in the form of an exponential function.

    W[y1,y2](t)=cep(t)dt W [y_{1}, y_{2}] (t)=c e^{-\int p(t) dt}

    Where cc is a constant that depends on y1, y2y_{1},\ y_{2}.

  2. W[y1,y2](t)W[y_{1},y_{2}] (t) is either always 00 or never 00 at all points.

Explanation

Also known as Abel’s theorem. Although Abel’s theorem typically refers to Abel’s limit theorem, the Boyce textbook on ordinary differential equations refers to the above theorem as Abel’s theorem, presumably because it was derived by Abel.

The key point of the theorem is 2. Because the Wronskian is always either 00 or not 00, finding even a single point where it is not 00 means that W[y1,y2]0W[y_{1},y_{2}]\ne 0 and y1, y2y_{1},\ y_{2} are independent and constitute a fundamental set of solutions. When calculating the Wronskian of any two solutions and it’s uncertain whether it is 00 or not, proving it is not 00 by substituting an arbitrary (easy to calculate) value demonstrates the independence of the two solutions.

Proof

Since y1, y2y_{1},\ y_{2} is a solution to the given differential equation, the following holds true.

y1+p(t)y1+q(t)y1=0y2+p(t)y2+q(t)y2=0 y_{1}^{\prime \prime}+p(t)y_{1}^{\prime}+q(t)y_{1}=0 \\[1em] y_{2}^{\prime \prime}+p(t)y_{2}^{\prime}+q(t)y_{2}=0

Multiplying the above equation by y2-y_{2} and multiplying the equation below by y1y_{1} and adding the two yields

(y1y2y1y2)+p(t)(y1y2y1y2)=0 \begin{equation} (y_{1}y_{2}^{\prime \prime}-y_{1}^{\prime \prime}y_{2})+p(t)(y_{1}y_{2}^{\prime}-y_{1}^{\prime}y_{2})=0 \end{equation}

According to the definition of the Wronskian,

W[y1,y2](t)=W=y1y2y1y2W=y1y2+y1y2y1y2y1y2=y1y2y1y2 W[y_{1},y_{2}] (t)=W=y_{1}y_{2}^{\prime}-y_{1}^{\prime}y_{2} \\[1em] W^{\prime}=y_{1}^{\prime}y_{2}^{\prime}+y_{1}y_{2}^{\prime \prime}-y_{1}^{\prime \prime}y_{2}-y_{1}^{\prime}y_{2}^{\prime}=y_{1}y_{2}^{\prime \prime}-y_{1}^{\prime \prime}y_{2}

Expressing (1)(1) in terms of W,WW, W^{\prime} gives

W+p(t)W=0 W^{\prime}+p(t)W=0

This is a simple separable first-order differential equation.

W+p(t)W= 0    dWdt= p(t)W    1WdW= p(t)dt    lnW= p(t)dt+C    W= cep(t)dt \begin{align*} \\ && W^{\prime}+p(t)W =&\ 0 \\ \implies && \dfrac{dW}{dt} =&\ -p(t)W \\ \implies && \dfrac{1}{W} dW =&\ -p(t)dt \\ \implies && \ln W =&\ -\int p(t)dt+C \\ \implies && W =&\ ce^{-\int p(t) dt} \end{align*}

Since WW is in the form of an exponential function, it can never be 00 unless it is c=0c=0. Therefore, the case of W=0W=0 is when it is c=0c=0, and in this case, irrespective of tt, it is always W=0W=0 at all points. Likewise, in the case of c0c \ne 0, since WW is in the form of an exponential function, irrespective of tt, it is always W0W \ne 0 at all points.


  1. William E. Boyce, Boyce’s Elementary Differential Equations and Boundary Value Problems (11th Edition, 2017), p117-118 ↩︎