I was doing my Applied Math homework the other day and ended up accidentally deriving the Wronskian, so I thought I'd throw it out there as a challenge to others.
The Wronskian is a tool used to tell if a set of functions is linearly independent. Say you have
functions
. The Wronskian is a matrix in which the (i,j) element is the
derivative of
. In other words, you construct a matrix in which the first row is your list of functions, the second row is the first derivative of the functions in the first row, the third row is the second derivative of the functions, and so on.
Here's the challenge: prove that your set of functions is linearly independent if and only if the determinant of the Wronskian matrix is nonzero.
---> corrected by kylekatarn: "prove that your set of functions is linearly independent if the determinant of the Wronskian matrix is nonzero. (There are cases in which the determinant of the Wronskian matrix is zero, but the functions are still linearly independent.)
Tools you will need:
-the definition of linear independence
-some skills at linear algebra and matrix factorization
-a little bit of cleverness to generate your system of equations
Good luck!
By the way, the Wronskian is used primarily in the study of Differential Equations, because it can be shown using linear algebra that a linear differential equation of order
has
linearly independent solutions. So, if you find 2 solutions to a 2nd order differential equation, you'll need to test to see if they are linearly independent before you can conclude that you have all the independent solutions. Once you've done that, you can take a linear combination of your independent solutions to form the general solution to the linear differential equation.
Last edited by M@Man (2005-09-08 23:56:58)