The Wronskian determinant is a powerful tool used to determine whether a set of solutions are linearly independent. For a pair of functions \(y_1\) and \(y_2\) that are solutions to a differential equation, the Wronskian is calculated as:
\[ W(y_1, y_2) = \begin{vmatrix} y_1 & y_2 \ y_1' & y_2' \end{vmatrix} = y_1y_2' - y_2y_1' \]
If \(W(y_1, y_2) eq 0\), the functions \(y_1\) and \(y_2\) are linearly independent, guaranteeing that they form a fundamental set of solutions. This is crucial because a non-zero Wronskian ensures the solutions span the entire solution space of the differential equation.
Using the Wronskian has another practical benefit. When solving for the specific constants \(c_1\) and \(c_2\) in the general solution \(y = c_1y_1 + c_2y_2\), the Wronskian helps find these coefficients uniquely. With the expressions:
- \(c_1 = \frac{1}{W} \begin{vmatrix} y & y_2 \ y' & y_2' \end{vmatrix}\)
- \(c_2 = \frac{1}{W} \begin{vmatrix} y_1 & y \ y_1' & y' \end{vmatrix}\)
By dividing by the Wronskian, we ensure that these solutions are valid and unique, as long as \(W eq 0\). This provides a method to effectively solve the differential equation by determining the exact form of the solution based on known functions \(y_1\) and \(y_2\).