Wronskian and Function Independence

  • Thread starter Thread starter τheory
  • Start date Start date
  • Tags Tags
    Wronskian
Click For Summary

Homework Help Overview

The discussion revolves around the use of the Wronskian to determine the linear independence or dependence of the functions f(t) = t and g(t) = |t|. Participants explore the implications of the Wronskian's value and the differentiability of the functions involved.

Discussion Character

  • Conceptual clarification, Assumption checking, Mixed

Approaches and Questions Raised

  • Participants discuss the calculation of the Wronskian and its implications for independence, with some initially concluding dependence based on their calculations. Questions arise regarding the differentiability of |t| at t = 0 and how this affects the Wronskian's validity. Others suggest that the Wronskian can be misleading and that linear independence can be established through alternative reasoning.

Discussion Status

The discussion is ongoing, with participants providing insights into the limitations of the Wronskian test and exploring different interpretations of the results. Some participants have pointed out that the Wronskian being undefined at t = 0 complicates the analysis, while others emphasize the need for careful consideration of intervals when applying the test.

Contextual Notes

There is a recognition that the Wronskian is not identically zero everywhere and that the functions' behavior at t = 0 is a critical point of discussion. The conversation also touches on the implications of the Wronskian in the context of second-order linear differential equations.

τheory
Messages
43
Reaction score
0

Homework Statement


Given the two functions:
[itex]f(t) = t[/itex]
[itex]g(t) = |t|[/itex]

Use the Wronskian to determine if the two functions are dependent or independent.

2. The attempt at a solution
I have already found the correct answer to this, which is that it is independent but I have some questions as to how this is. When I first tried to solve this I found that it was dependent, based on the following reasoning:

[itex]W[f(t),g(t)] = \left| {\begin{array}{cc}<br /> t & |t| \\<br /> 1 & \pm 1 \\<br /> \end{array} } \right|[/itex]

Calculating the determinant:
[itex]W[f(t),g(t)] = (t)(\pm 1) - (|t|)(1)[/itex]
[itex]W[f(t),g(t)] = (t)(\pm 1) - |t|[/itex]

Given that [itex]t<0[/itex] and [itex]0<t[/itex] will determine the sign of [itex]g'(t) = \frac{d}{dt} |t|[/itex], then utilizing the following conditions:

If [itex]t = +1[/itex], then [itex]g'(t) = +1[/itex].
If [itex]g'(t) = +1[/itex], then:
[itex]W[f(t),g(t)] = (t)(\pm 1) - |t|[/itex]
[itex]W[f(1),g(1)] = (1)(+1) - |1| = 0[/itex]

Likewise, if [itex]t = -1[/itex], then [itex]g'(t) = -1[/itex].
If [itex]g'(t) = -1[/itex], then:
[itex]W[f(t),g(t)] = (t)(\pm 1) - |t|[/itex]
[itex]W[f(-1),g(-1)] = (-1)(-1) - |-1| = 1 - 1 = 0[/itex]

Thus, based on the above reasoning, I thought the answer was dependent, but in fact, it is independent; can someone point out my mistake?
 
Physics news on Phys.org
τheory said:

Homework Statement


Given the two functions:
[itex]f(t) = t[/itex]
[itex]g(t) = |t|[/itex]

Use the Wronskian to determine if the two functions are dependent or independent.

2. The attempt at a solution
I have already found the correct answer to this, which is that it is independent but I have some questions as to how this is. When I first tried to solve this I found that it was dependent, based on the following reasoning:

[itex]W[f(t),g(t)] = \left| {\begin{array}{cc}<br /> t & |t| \\<br /> 1 & \pm 1 \\<br /> \end{array} } \right|[/itex]

Calculating the determinant:
[itex]W[f(t),g(t)] = (t)(\pm 1) - (|t|)(1)[/itex]
[itex]W[f(t),g(t)] = (t)(\pm 1) - |t|[/itex]

Given that [itex]t<0[/itex] and [itex]0<t[/itex] will determine the sign of [itex]g'(t) = \frac{d}{dt} |t|[/itex], then utilizing the following conditions:

If [itex]t = +1[/itex], then [itex]g'(t) = +1[/itex].
If [itex]g'(t) = +1[/itex], then:
[itex]W[f(t),g(t)] = (t)(\pm 1) - |t|[/itex]
[itex]W[f(1),g(1)] = (1)(+1) - |1| = 0[/itex]

Likewise, if [itex]t = -1[/itex], then [itex]g'(t) = -1[/itex].
If [itex]g'(t) = -1[/itex], then:
[itex]W[f(t),g(t)] = (t)(\pm 1) - |t|[/itex]
[itex]W[f(-1),g(-1)] = (-1)(-1) - |-1| = 1 - 1 = 0[/itex]

Thus, based on the above reasoning, I thought the answer was dependent, but in fact, it is independent; can someone point out my mistake?

the Wronskian is undefined at t = 0, and is therefore not identically 0 everywhere.

indeed suppose that there existed a,b in R, with af(t) + bg(t) identically 0, for all t.

for t > 0, we get that at + bt = 0, and since t ≠ 0, a + b = 0.

for t < 0, we have that at - bt = 0, so that a - b = 0.

therefore, 2a = 0, so a = 0, and thus b = 0, so f and g are linearly independent over R.
 
I would say you can't really apply the Wronskian if the interval you are testing on contains 0. |t| isn't differentiable at t=0. But they are linearly independent since there are no constants such that a*t+b*|t|=0 for all t except for a=b=0. On the other hand as your Wronskian suggests, if you are working on an interval of nonnegative numbers, 1*t+(-1)*|t|=0 or an interval of nonpositive numbers, 1*t+1*|t|=0. So they are linearly dependent over some intervals.
 
Last edited:
i think it fair to point out that the Wronskian test is a negative test:

Wronskian not identically 0 => independent functions.

Wronskian identically 0: might be independent, might not.

(counter-example: f(t) = t2, g(t) = t|t|).
 
Deveno said:
i think it fair to point out that the Wronskian test is a negative test:

Wronskian not identically 0 => independent functions.

Wronskian identically 0: might be independent, might not.

(counter-example: f(t) = t2, g(t) = t|t|).

Right. That's why I was careful to say "Wronskian suggests" instead of "Wronskian shows". Good point to make explicit though.
 
Deveno said:
i think it fair to point out that the Wronskian test is a negative test:

Wronskian not identically 0 => independent functions.

Wronskian identically 0: might be independent, might not.

(counter-example: f(t) = t2, g(t) = t|t|).

To add a little more, W(f,g) identically 0 does imply dependence if f and g are solutions of a 2nd order linear DE. To get away from the derivative doesn't exist example, consider {t,t2} on [-1,1]. Here their Wronskian is W = t2. Since that doesn't satisfy that it is either never 0 or identically 0 on the interval, what it shows, besides that they are independent, is that they aren't solutions to a second order linear DE.
 

Similar threads

Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
9
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K