Wronskian Property: Linearly Dependent Functions

  • Thread starter Thread starter Mr Davis 97
  • Start date Start date
  • Tags Tags
    Property Wronskian
Click For Summary

Homework Help Overview

The discussion revolves around the Wronskian of two differentiable functions and its implications for linear dependence and independence on a given interval. Participants explore the relationship between the Wronskian being zero and the linear dependence of functions.

Discussion Character

  • Conceptual clarification, Assumption checking, Mixed

Approaches and Questions Raised

  • Participants discuss the justification for dividing by one of the functions in the context of the Wronskian. Some suggest substituting directly into the Wronskian to avoid division. Others question the implications of theorems regarding linear independence and the conditions under which the Wronskian is zero.

Discussion Status

There is an active exploration of theorems related to the Wronskian and linear independence. Some participants provide counterexamples and seek clarification on the validity of these theorems. The discussion is ongoing, with various interpretations being considered.

Contextual Notes

Participants note that certain counterexamples may not apply due to the specific conditions required for the theorems to hold, particularly in relation to second-order differential equations and continuity assumptions.

Mr Davis 97
Messages
1,461
Reaction score
44

Homework Statement


If two differentiable functions are linearly dependent on the interval I, then their Wronskian is identically zero on I.

Homework Equations

The Attempt at a Solution


We start with the definition of linearly dependence for two functions.

##y_1 = Cy_2##

##\displaystyle \frac{y_1}{y_2} = C##

##\displaystyle \left( \frac{y_1}{y_2} \right)' = 0##

##\displaystyle \left( \frac{y_1}{y_2} \right)' = \frac{y_1' y_2 - y_2' y_1}{y_2^2}= 0####\displaystyle y_1 y_2' - y_2 y_1'= 0##

This seems fine, but how can I justify my second step? How can I divide by ##y_2## without knowing if ##y_2## is zero somewhere on the interval I?
 
Physics news on Phys.org
Mr Davis 97 said:

Homework Statement


If two differentiable functions are linearly dependent on the interval I, then their Wronskian is identically zero on I.

Homework Equations

The Attempt at a Solution


We start with the definition of linearly dependence for two functions.

##y_1 = Cy_2##

##\displaystyle \frac{y_1}{y_2} = C##

##\displaystyle \left( \frac{y_1}{y_2} \right)' = 0##

##\displaystyle \left( \frac{y_1}{y_2} \right)' = \frac{y_1' y_2 - y_2' y_1}{y_2^2}= 0####\displaystyle y_1 y_2' - y_2 y_1'= 0##

This seems fine, but how can I justify my second step? How can I divide by ##y_2## without knowing if ##y_2## is zero somewhere on the interval I?

Why don't you just substitute your equations ##y_1 = Cy_2## directly into the Wronskian and see what happens? No division necessary.
 
  • Like
Likes   Reactions: Mr Davis 97
##y_1 = Cy_2## means, if ##y_2(x_0) = 0## then ##y_1(x_0) = 0## as well and ##(y_1 y_2' - y_2 y_1')(x_0) = 0## without any intermediate steps.
If ##y_2(x_0) \neq 0## then I suppose we may assume, that ##y_2(x) \neq 0## in an open neighborhood of ##x_0## so that your argument can be applied.
 
  • Like
Likes   Reactions: Mr Davis 97
Those answer my question. Also, I have one more quick question about the Wronskian, from the linearly independent side of things.

I have seen two theorems relating the Wronskian and linear independence.

1. Two differentiable functions y1 and y2 are linearly independent on I if and only if their Wronskian is never zero on I.

2. If the Wronksian of two functions is not zero for some point on I, then they are linearly independent.

These seem like that their saying different things. One says that the Wronskian is never zero on the interval I, and other says that it is not zero for some point on I. Also, one has an iff and the other is just if. Are these the same or different theorems?
 
In the following I used ##\left( A \Rightarrow B \right) \Leftrightarrow \left( \lnot B \Rightarrow \lnot A \right)##

The first statement consists of two parts:
1.a.) ##y_1 \neq Cy_2 \Longrightarrow \;\forall \; x\in I \;:\; W(x) \neq 0##
1.b.) ##\;\forall \; x\in I \;:\; W(x) \neq 0 \Longrightarrow y_1 \neq Cy_2##
This (1.b.)) is equivalent to
1.c.) ##y_1 = Cy_2 \Longrightarrow \; \exists \; x\in I \;:\; W(x) = 0##

The second statement says
2.) ##\; \exists \; x\in I \;:\; W(x) \neq 0 \Longrightarrow y_1 \neq Cy_2##
This is equivalent to
3.) ## y_1 = Cy_2 \Longrightarrow \;\forall \; x\in I \;:\; W(x) = 0##
which you have proven above. But 3.) implies 1.c.) which is equivalent to 1.b.)

So it remains open 1.a.) or the equivalent statement
4.) ##\; \exists \; x\in I \;:\; W(x) = 0 \Longrightarrow y_1=Cy_2##

Are you sure 4.) or 1.a.) is true? What about ##y_1=x\, , \,y_2=x^2## on ##[-1,1]## at ##x_0=0##?
 
Last edited:
Mr Davis 97 said:
I have seen two theorems relating the Wronskian and linear independence.

1. Two differentiable functions y1 and y2 are linearly independent on I if and only if their Wronskian is never zero on I.
I remember being taught the same thing when I took calculus. It seemed wrong to me then, and it still does now. But I have seen that statement repeated elsewhere, and it makes me wonder why. If I'm not missing some subtlety, then why does this misconception seem to persist?

Fresh_42 suggested one counterexample. Here's another related to Fourier analysis. The functions ##y_1 = \sin x## and ##y_2 = \sin 2x ## on ##[0,2\pi]## are linearly independent, but their Wronskian equals ##2\sin^3 x##, which clearly vanishes at three points in the interval. I think the supposed theorem is just wrong.
 
The relevant theorem is this: The Wronskian of two solutions ##y_1(x)## and ##y_2(x)## of the linear DE ##y'' + p(x)y' + q(x)y = 0## is non-zero or vanishes identically. Here ##p(x)## and ##q(x)## are assumed to be continuous. Consequently, in this setting it is true that linear independence implies non-zero Wronskian and conversely.

What this implies is that the preceding counterexamples are not solutions of such a second order DE. For example, consider ##y_1(x) = x## and ##y_2(x) = x^2##. These are linearly independent and their Wronskian is zero at ##x = 0##. And they are solutions of ##x^2y'' -2xy' +2x^2y = 0##. But you can't put that DE into the above form because you must divide by ##x^2## to get a leading coefficient ##1##. So the theorem doesn't apply on any interval containing ##x=0##, and the examples aren't counterexamples at all.
 
  • Like
Likes   Reactions: fresh_42 and vela
Ah, that makes sense. Thanks for clearing up something I've wondered about for literally decades (but couldn't be bothered to look into more carefully).
 

Similar threads

Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 28 ·
Replies
28
Views
5K
  • · Replies 23 ·
Replies
23
Views
2K