dogma
- 35
- 0
Hello out there.
I'm working on a proof by induction of the Wronskian and need a little boost to get going.
So, here goes:
If y_1,...,y_n \in C^n[a,b], then their Wronskian is:
Wr(y_1,...,y_n)=det\left(\begin{array}{ccc}y_1&\cdots&y_n\\y_1\prime&\cdots&y_n\prime\\\vdots&\vdots&\vdots\\y_1^{(n-1)}&\cdots&y_n^{(n-1)}\end{array}\right)
In general, a set of functions will be linearly independent IFF the Wronskian is not identically zero.
Prove this for n = 2, that is f(x), g(x) are independent IFF
\left\vert\begin{array}{cc}f(x)&g(x)\\f^\prime(x)&g^\prime(x)\end{array}\right\vert is not identically zero.
Okay, I think I understand how to prove this in one direction. That is, assuming the Wr(f,g) \neq 0 and showing that f(x), g(x) are independent.
But I'm a little stuck in the assumptions for proving the other direction.
This is what I have for the proof in one direction:
Assume Wr(f(x),g(x)) \neq 0.
Then there exists some x_o such that Wr(f(x_o),g(x_o)) \neq 0.
Assume:
c_1 f(x) + c_2 g(x) \equiv 0
c_1 f^\prime(x) + c_2 g^\prime(x) \equiv 0
then
c_1 f(x_o) + c_2 g(x_o) = 0
c_1 f^\prime(x_o) + c_2 g^\prime(x_o) = 0
We have two equations in the unknowns c_1 and c_2.
\left \vert \begin{array}{cc}f(x_o) & g(x_o) \\ f^ \prime (x_o) & g ^\prime (x_o) \end{array} \right \vert \neq 0
Therefore there are unique solutions.
One such solution is: c_1 = c_2 = 0
This turns out to be the only solution.
Therefore f(x) and g(x) are independent.
I'm sure my wording is a little off. But I'm still confused about how I would prove it the other way.
Any help would be greatly appreciated.
dogma
I'm working on a proof by induction of the Wronskian and need a little boost to get going.
So, here goes:
If y_1,...,y_n \in C^n[a,b], then their Wronskian is:
Wr(y_1,...,y_n)=det\left(\begin{array}{ccc}y_1&\cdots&y_n\\y_1\prime&\cdots&y_n\prime\\\vdots&\vdots&\vdots\\y_1^{(n-1)}&\cdots&y_n^{(n-1)}\end{array}\right)
In general, a set of functions will be linearly independent IFF the Wronskian is not identically zero.
Prove this for n = 2, that is f(x), g(x) are independent IFF
\left\vert\begin{array}{cc}f(x)&g(x)\\f^\prime(x)&g^\prime(x)\end{array}\right\vert is not identically zero.
Okay, I think I understand how to prove this in one direction. That is, assuming the Wr(f,g) \neq 0 and showing that f(x), g(x) are independent.
But I'm a little stuck in the assumptions for proving the other direction.
This is what I have for the proof in one direction:
Assume Wr(f(x),g(x)) \neq 0.
Then there exists some x_o such that Wr(f(x_o),g(x_o)) \neq 0.
Assume:
c_1 f(x) + c_2 g(x) \equiv 0
c_1 f^\prime(x) + c_2 g^\prime(x) \equiv 0
then
c_1 f(x_o) + c_2 g(x_o) = 0
c_1 f^\prime(x_o) + c_2 g^\prime(x_o) = 0
We have two equations in the unknowns c_1 and c_2.
\left \vert \begin{array}{cc}f(x_o) & g(x_o) \\ f^ \prime (x_o) & g ^\prime (x_o) \end{array} \right \vert \neq 0
Therefore there are unique solutions.
One such solution is: c_1 = c_2 = 0
This turns out to be the only solution.
Therefore f(x) and g(x) are independent.
I'm sure my wording is a little off. But I'm still confused about how I would prove it the other way.
Any help would be greatly appreciated.
dogma