The Wronskian is an important tool in verifying whether two or more functions form a fundamental set of solutions for a linear differential equation. It’s named after Józef Hoene-Wroński. In essence, the Wronskian is a determinant that helps us determine the linear independence of solutions.
For us, given two functions \(y_1(x) = x\) and \(y_2(x) = xe^x\), the Wronskian is calculated by:
- Constructing a matrix from the functions and their derivatives
- Manually calculating the determinant of that matrix
For this problem, the Wronskian \(W(y_1, y_2)\) is:
\[ W(y_1, y_2) = \begin{vmatrix} y_1 & y_2 \ y_1' & y_2'\end{vmatrix} = y_1y_2' - y_1'y_2 \]
Substituting the derivatives and simplifying, we get:
\[ W(y_1, y_2) = xe^x + x^2e^x - xe^x = x^2e^x \]
Since this result is non-zero for \(x > 0\), it confirms that \(y_1(x)\) and \(y_2(x)\) are linearly independent, verifying they form a fundamental set of solutions.