Unraveling Ince's Wronskian Puzzle: Linear Dependence of Minors

psholtz
Messages
133
Reaction score
0
I'm reading Ince on ODEs, and I'm in the section (in Chapter 5) where he talks about the Wronskian. There are quite a few things here that I don't quite understand or follow.

I'm not going to get into all the details, but briefly, suppose we have the Wronskian of k functions:

W = \left|\array{cccc} u_1 &amp; u_2 &amp; ... &amp; u_k \\<br /> u_1&#039; &amp; u_2&#039; &amp; ... &amp; u_k&#039; \\<br /> ... &amp; ... &amp; ... &amp; ... \\<br /> u_1^{(k-1)} &amp; u_2^{(k-1)} &amp; ... &amp; u_k^{(k-1)} \endarray\right|

and we designate by U_1, U_2, ... U_k the minors of the elements in the last line of the Wronskian.

So far so good.

Then there is quite a lot of derivation that I don't quite follow, but my main question is this: eventually he gets to the point where he has the following equation:

U_1&#039;U_k - U_k&#039; U_1 = 0

Ince then tersely states that since U_k is not zero, it follows that:

U_1 = -c_1U_k

or in other words, that U_1 is a constant multiple of U_k.

That's the part I don't quite follow.

All things being equal, his expression itself seems to be "like" a Wronskian, except that it involves the minors of a determinant, rather than "functions" (or, solutions to a differential equation). That is, we could re-write his initial equation:

\left|\array{cc}U_1 &amp; U_k \\ U_1&#039; &amp; U_k&#039;\endarray\right| = 0

But I don't see how linear dependence follows from that equation.

In do see how if U_1 and U_k are linearly dependent, then we can conclude that the "Wronkian" must be zero.. but isn't it a standard result from linear algebra that if the Wronskian is zero, we can't necessarily conclude that the functions are linearly dependent?

Does this restriction not apply in this case, since we are working w/ the minors of a determinant, rather than "real" functions?
 
Physics news on Phys.org


psholtz said:
U_1&#039;U_k - U_k&#039; U_1 = 0

Ince then tersely states that since U_k is not zero, it follows that:

U_1 = -c_1U_k

or in other words, that U_1 is a constant multiple of U_k.

That's the part I don't quite follow.

The way I understood this when I learned it is:
If U_1 and U_k are both not identically zero, we can divided W by (U_1)^2 which yields:
\frac{W}{U_{1}^{2}}=\frac{U_1&#039;U_k - U_k&#039; U_1}{U_{1}^{2}}=(\frac{U_k}{U_1})&#039;=0

(\frac{U_k}{U_1})&#039;=0 suggests U_1=const x U_k
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Back
Top