Wronskian and General Solution of Differential Equations

Wronskian and General Solution of Differential Equations | Mathematical Physics | University Notes | Physics Notes | B.Sc. Physics Notes by Study Buddy Notes
Wronskian and General Solution of Differential Equations | Mathematical Physics | University Notes | Physics Notes | B.Sc. Physics Notes by Study Buddy Notes


The Wronskian is a determinant associated with a set of functions, and it plays a crucial role in determining the linear independence of solutions to differential equations. For a differential equation, the general solution is typically a linear combination of independent solutions, which can be identified using the Wronskian.

1. Definition of the Wronskian

Consider two functions y1(x)y_1(x) and y2(x)y_2(x) that are solutions to a second-order linear differential equation. The Wronskian W(y1,y2)(x)W(y_1, y_2)(x) is defined as:

W(y1,y2)(x)=y1y2y1y2=y1y2y2y1W(y_1, y_2)(x) = \begin{vmatrix} y_1 & y_2 \\ y_1' & y_2' \end{vmatrix} = y_1 y_2' - y_2 y_1'

For nn functions y1,y2,,yny_1, y_2, \ldots, y_n, the Wronskian W(y1,y2,,yn)  is the determinant of the matrix formed by these functions and their derivatives up to order n1n-1:

W(y1,y2,,yn)=det[y1y2yny1y2yny1(n1)y2(n1)yn(n1)]W(y_1, y_2, \ldots, y_n) = \det \begin{bmatrix} y_1 & y_2 & \cdots & y_n \\ y_1' & y_2' & \cdots & y_n' \\ \vdots & \vdots & \ddots & \vdots \\ y_1^{(n-1)} & y_2^{(n-1)} & \cdots & y_n^{(n-1)} \end{bmatrix}

2. Use of the Wronskian for Linear Independence

The Wronskian is used to test whether a set of functions is linearly independent:

  • If W(y1,y2,,yn)(x)0 for some xx in the interval of interest, the functions y1,y2,,yny_1, y_2, \ldots, y_n are linearly independent on that interval.
  • If W(y1,y2,,yn)(x)=0W(y_1, y_2, \ldots, y_n)(x) = 0 for all xx in the interval, the functions are linearly dependent on that interval.

For a second-order differential equation, if y1y_1 and y2y_2 are two solutions with a non-zero Wronskian, they form a fundamental set of solutions, allowing us to construct the general solution.

3. The Wronskian and Differential Equations

For a second-order linear homogeneous differential equation:

y+p(x)y+q(x)y=0

where p(x)p(x) and q(x)q(x) are continuous functions, the Wronskian of two solutions y1y_1 and y2y_2 satisfies Liouville's formula:

W(y1,y2)(x)=W(y1,y2)(x0)ex0xp(t)dt

This formula implies that if W(y1,y2)(x0)0W(y_1, y_2)(x_0) \neq 0 at some point x0x_0, then W(y1,y2)(x)0W(y_1, y_2)(x) \neq 0 for all xx in the interval, confirming that y1y_1 and y2y_2 are linearly independent on that interval.

4. General Solution of Second-Order Linear Homogeneous Differential Equations

If y1(x)y_1(x) and y2(x)y_2(x) are linearly independent solutions to the differential equation, then the general solution is given by:

y(x)=C1y1(x)+C2y2(x)

where C1C_1 and C2C_2 are arbitrary constants. The linear independence of y1y_1 and y2y_2 guarantees that this combination encompasses all possible solutions to the equation.

Example

Consider the equation:

yy=0y'' - y = 0
  1. The characteristic equation is:

    m21=0
  2. The roots are m=±1, leading to the solutions y1=exy_1 = e^x and y2=ex.

  3. Compute the Wronskian of y1 and y2y_2:

    W(y1,y2)(x)=exexexex=ex(ex)ex(ex)=2

Since W(y1,y2)=20W(y_1, y_2) = -2 \neq 0, y1y_1 and y2y_2 are linearly independent, and the general solution is:

y(x)=C1ex+C2ex

Summary

  • The Wronskian helps verify linear independence.
  • For a second-order differential equation, two linearly independent solutions yield the general solution y(x)=C1y1(x)+C2y2(x)y(x) = C_1 y_1(x) + C_2 y_2(x).
  • The Wronskian must be non-zero for a complete, independent solution set.