Does the Wronskian have anything to do with the product rule in calculus. I ask this because i noticed the form looking similar to the product rule. $$W=g(x)f'(x)-g'(x)f(x)$$ where as the product rule is $$(f(x)g(x))' = g(x)f'(x)+g'(x)f(x)$$ they only differ by a plus operation.
|
|
Not really. The Wronskian is a determinant of functions and their derivatives. In your case you have that, for two functions $f$ and $g$, $$W(f,g) = \det\begin{pmatrix}f & g \\ f' & g'\end{pmatrix} = fg'-f'g$$ In general, the Wronskian of $n$ different functions is the determininant of the square $n\times n$ matrix where each column is composed of the $f$ and its derivatives up to the $(n-1)$ th derivative (such that every derivative exists in an interval $I$), ordered from lower to higher order from top to bottom. In general, $$W(f,g) \neq W(g,f)$$ as opposed to $(f·g)'$ and the same goes for higher order Wronskians. Here you have an example of the Wronskian of two functions, and here one of three. Wikipedia can give you some info on the Wronskian, and you can visualize what the layout of a Wronskian is. (I don't know how to code matrices here. I tried LaTeX but it didn't work.) |
||||
|
