Wronskian and Function Independence

  • Thread starter Thread starter τheory
  • Start date Start date
  • Tags Tags
    Wronskian
τheory
Messages
43
Reaction score
0

Homework Statement


Given the two functions:
f(t) = t
g(t) = |t|

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:

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

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

Given that t&lt;0 and 0&lt;t will determine the sign of g&#039;(t) = \frac{d}{dt} |t|, then utilizing the following conditions:

If t = +1, then g&#039;(t) = +1.
If g&#039;(t) = +1, then:
W[f(t),g(t)] = (t)(\pm 1) - |t|
W[f(1),g(1)] = (1)(+1) - |1| = 0

Likewise, if t = -1, then g&#039;(t) = -1.
If g&#039;(t) = -1, then:
W[f(t),g(t)] = (t)(\pm 1) - |t|
W[f(-1),g(-1)] = (-1)(-1) - |-1| = 1 - 1 = 0

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:
f(t) = t
g(t) = |t|

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:

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

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

Given that t&lt;0 and 0&lt;t will determine the sign of g&#039;(t) = \frac{d}{dt} |t|, then utilizing the following conditions:

If t = +1, then g&#039;(t) = +1.
If g&#039;(t) = +1, then:
W[f(t),g(t)] = (t)(\pm 1) - |t|
W[f(1),g(1)] = (1)(+1) - |1| = 0

Likewise, if t = -1, then g&#039;(t) = -1.
If g&#039;(t) = -1, then:
W[f(t),g(t)] = (t)(\pm 1) - |t|
W[f(-1),g(-1)] = (-1)(-1) - |-1| = 1 - 1 = 0

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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top