[Math] Is the Wronskian determinant positive or negative

determinantordinary differential equationswronskian

The Wronskian of the general solution $$y(x)=ay_1(x)+by_2(x)+cy_3(x)~,$$ to a third order differential equation, is given by
$$
W = \begin{vmatrix}
y_1 & y_2 & y_3 \\
y_1' & y_2' & y_3' \\
y_1'' & y_2'' & y_3'' \\
\end{vmatrix}
$$

But if you have written $y(x)$ in a different order, such as $$by_2(x)+ay_1(x)+cy_3(x)~,$$ then you get a negative value because you've swapped rows of a matrix. So doesn't that mean the Wronskian should be a $\pm$ really?

Best Answer

The importance of the Wronskian is the fact that its non-zero can tell you about linear independence (if it is zero, you need some additional conditions to say something about linear dependence).

The "sign" doesn't matter -- multiplying any of the functions you're testing by $-1$ would also change the sign of the determinant but lead you to the same logical conclusion (sign is in quotes, since the Wronskian can also be used for complex valued functions). That is, if the set of vectors {x,y,z} are linearly independent, so are {-x,y,z}, {-x,-y,z},{-x,-y,-z}, etc.

Related Question