Are the Functions y1=3t and y2=|t| Linearly Independent or Dependent?

  • Context: Undergrad 
  • Thread starter Thread starter physicsss
  • Start date Start date
  • Tags Tags
    Independent Linear
Click For Summary

Discussion Overview

The discussion revolves around determining whether the functions y1=3t and y2=|t| are linearly independent or dependent. Participants explore various methods to analyze the linear relationship between these functions, including the use of the Wronskian, properties of even and odd functions, and determinant calculations.

Discussion Character

  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants note that the Wronskian cannot be used due to y2 being non-differentiable at 0 and seek alternative methods.
  • One participant argues that y1 and y2 are linearly independent because one function is even and the other is odd.
  • Another participant suggests using a determinant approach, stating that if the determinant of the coefficients is non-zero for selected points, the functions are independent.
  • Some participants express confusion regarding the determinant method and its implications for linear independence.
  • There are discussions about the implications of the equations derived from setting a linear combination of the functions to zero, with some participants asserting that this leads to the conclusion of linear independence.
  • One participant mentions that if a solution exists for the coefficients that is not trivial, it indicates dependence, while a unique solution implies independence.
  • Another participant raises questions about the notation used in the determinant calculation and whether certain cancellations are valid.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the linear independence or dependence of the functions. Multiple competing views and methods are presented, with some asserting independence based on properties of the functions while others express confusion or propose alternative interpretations.

Contextual Notes

Participants highlight limitations in their approaches, such as the non-differentiability of y2 at 0 and the need for careful selection of points when applying the determinant method. There is also uncertainty regarding the implications of certain mathematical steps and notation.

physicsss
Messages
319
Reaction score
0
Given y1=3t, y2=|t|, determine whether the given pair of functions is linearly independent or linearly dependent.

I can't do the Wronskian on this one since y2 is not differentiable at 0, is there any other way to do this?
 
Physics news on Phys.org
physicsss said:
Given y1=3t, y2=|t|, determine whether the given pair of functions is linearly independent or linearly dependent.

I can't do the Wronskian on this one since y2 is not differentiable at 0, is there any other way to do this?
It is easy to see that they are linearly independent, as one is even and one is odd (I presume you mean for all real numbers).
A similar approch would be to notice (ie with wronskian) that they are dependent on (-infinity,0] and [0,infinity) then show that sets of coefficients that make them linearly dependent in each region have nothing in common.
A third way is show that if
u*y1+y2=0
u is not constant
All three of these are basically the same.
say
f(x)=f(-x)
g(x)=-g(-x)
if
a f(x)+b g(x)=0
then
a f(-x)+b g(x)=0
so
a f(x)-b g(x)=0
thus
a f(x)=0
b g(x)=0
This holds for all x
f(x),g(x) cannot be zero every where
thus a=b=0 and f and g are linearly independent
 
Last edited:
In the book, they did something the likes of:
suppose k1 and k2 are two constants, and k1(3t)+k2(|t|)=0, then choose two points t0 and t1 where t1 is not equal to t0, if the determinant of the coefficients is not zero than the two functions are independent.

but when I did it out, they are zero for t>1 and t<1. I'm confused, I guess, since I don't understand why the determinant thing is true...

(See the picture for what I did)
 

Attachments

  • untitled.JPG
    untitled.JPG
    5.5 KB · Views: 735
Last edited:
physicsss said:
In the book, they did something the likes of:
suppose k1 and k2 are two constants, and k1(3t)+k2(|t|)=0, then choose two points t0 and t1 where t1 is not equal to t0, if the determinant of the coefficients is not zero than the two functions are independent.

but when I did it out, they are zero for t>1 and t<1. I'm confused, I guess, since I don't understand why the determinant thing is true...

(See the picture for what I did)
A fourth way.
The determinant tell us if the linear system
3k1*t0+k2*|t0|=0
3k1*t1+k2*|t1|=0
has a unique solution
we know k1=k2=0 is a solution
If the determinat is zero every where the system is linearly dependent.
If the determinat is ever nonzero the system is linearly independent.
you found
3(t0|t1|-t1|t0|)=3|t0|*|t1|(sign(t0)-sign(t1))
so the determinant will be nonzero if t0*t1<0
for example if t0=3 t1=-7
the determinant is 42
so linearly independent
I find this method a bit odd for this problem.
It was probably used because it is more general.
Did you like my suggestions?
In particular if
u*y1+y2=0
3u*t+|t|=0
u=-1/3 t<0
u=1/3 t>0
Hence
Linearly independent
 
W=det(3t abs(t); 3 abs(t)/t) =

3*t*abs(1,t)-3*abs(t) != 0
 
lurflurf said:
In particular if
u*y1+y2=0
3u*t+|t|=0
u=-1/3 t<0
u=1/3 t>0
Hence
Linearly independent

Can you tell me how that makes it linearly independent because I don't quite get it...
 
cronxeh said:
W=det(3t abs(t); 3 abs(t)/t) =

3*t*abs(1,t)-3*abs(t) != 0

what does abs(1,t) mean? And can't you cancel out the t's when you do 3*t*|t|/t?
 
physicsss said:
Can you tell me how that makes it linearly independent because I don't quite get it...
Things are simpler since n=2
we want to study
a y1+b y2=0
3at+b|t|=0
A nice way to see this is to consider (-infinity,0] and [0,infinity)
(-infinity,0]
3at+b|t|=0
3at-bt=0
(3a-b)t=0
(3a-b)=0
[0,infinity)
3at+b|t|=0
3at+bt=0
(3a+b)t=0
(3a+b)=0
so if this holds for the whole real line we have a system
3a-b=0
3a+b=0
This can only be true if a=b=0
Linearly independent
Another view if they were dependent
3at+b|t|=0
b is not zero (if it were a would need to be since t is not always 0)
(1/b)(3at+b|t|)=0
3(a/b)t+|t|=0
call a/b u and let it depend on t
3ut+|t|=0
solve for u
u=-sign(t)/3
u is clearly not constant so they must be linearly independent.
Also check out the above deal where an even function and an odd function must be linearly independent.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 8 ·
Replies
8
Views
9K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K