The Wronskian is a determinant used in the study of differential equations to determine if a set of solutions is linearly independent. It's named after the Polish mathematician Józef Maria Hoene-Wroński. For a set of functions, say \{y_1, y_2, y_3\}, the Wronskian is calculated by forming a matrix where each row consists of the function and its derivatives, all evaluated at a particular point.
- The first row contains the functions: \(y_1(t), y_2(t), y_3(t)\).
- The second row includes their first derivatives: \(y_1'(t), y_2'(t), y_3'(t)\).
- The third row has their second derivatives: \(y_1''(t), y_2''(t), y_3''(t)\).
Then, the determinant of this matrix, called the Wronskian, is denoted by:\[W(y_1, y_2, y_3)(t) = \det \begin{pmatrix} y_1(t) & y_2(t) & y_3(t) \ y_1'(t) & y_2'(t) & y_3'(t) \ y_1''(t) & y_2''(t) & y_3''(t) \end{pmatrix}\]If the Wronskian is non-zero at some point in the interval of interest, the functions are linearly independent. This makes the Wronskian a powerful tool for analyzing the solutions to differential equations, particularly in proving linear independence among solutions.