Wronskian determinant and linear independence

517 Views Asked by At

I can't understand this fact about the wronskian determinant in differential equations.

Consider a homogeneous second order linear differential equation with constant coefficients.

Taken two solutions $y_1$ and $y_2$ on a interval $I$ and their wronskian determinant $W(x)$ then

$y_1$ and $y_2$ are l.i. $\implies$ $W(x)=0 \forall x \in I$

And that's ok.

My doubts are about this: which is the right implication?

$\exists x_0\in I \mid W(x_0)=0 \implies y_1 $and $y_2$ are l.i.

Or

$\forall x\in I \mid W(x)=0 \implies y_1 $and $y_2$ are l.i.?

Maybe is it true that

$\exists x_0\in I \mid W(x_0)=0 \implies \forall x\in I \mid W(x)=0$

If so I can't understand this last implication.

Can anyone help me?

Thanks in advice

1

There are 1 best solutions below

4
On BEST ANSWER

Maybe is it true that
$\exists x_0\in I \mid W(x_0)=0 \implies \forall x\in I \mid W(x)=0$

Yes, that is correct (even for homogeneous second order linear differential equations with non-constant coefficients).

If $y_1, y_2$ are two solutions of the homogeneous second order linear differential equation $$ y'' + p(x) y' + q(x) y = 0 $$ on an interval $I$ then the Wronskian $W(x) = y_1(x) y_2'(x) - y_2(x) y_1'(x)$ satisfies the linear differential equation $$ W'(x) = -p(x) W(x) $$ which has the solution $$ W(x) = W(x_0) \exp \bigl(-\int_{x_0}^x p(t)dt \bigr) $$

It follows that

  • either $W(x) = 0$ for all $x \in I$,
  • or $W(x) \ne 0$ for all $x \in I$.

$(y_1, y_2)$ are linearly dependent in the first case and linearly independent in the second case.