τheory
- 43
- 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 & |t| \\<br /> 1 & \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<0 and 0<t will determine the sign of g'(t) = \frac{d}{dt} |t|, then utilizing the following conditions:
If t = +1, then g'(t) = +1.
If g'(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'(t) = -1.
If g'(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?