Linear Independence

We saw yesterday that when we're solving second order linear homogeneous differential equations with constant coefficients, we will often end up with two solutions. We can use these solutions to find a two-parameter family of solutions by taking a linear combination of them. What makes these two solutions special? The answer lies with the concept of linear independence.

Definition: A set of functions {y1,...,yn} is linearly dependent on an interval (a,b) if there are constants C1,...,Cn that are not all zero so that C1y1(t)+...+Cnyn(t)=0 for all t(a,b). The set of functions is linearly independent if it is not linearly dependent.

Example: The set {1,t,3t} is linearly dependent on the interval (,) since picking C1=3,C2=1,C3=1 we have C11+C2t+C3(3t)=3+t(3t)=0

Example: The set {1,t,t2} are linearly independent on (,).

Suppose the set was linearly dependent, then we could find constants C1,C2,C3 so that C11+C2t+C3t2=0 for all t. Then at t=0 we have C11+C20+C30=0. So C1=0. Similarly, at t=1 we would have C2(1)+C3(1)2=0, and therefore C2=C3. Using this at t=1 gives us C3(1)+C3(1)2=0, which implies that C3=0. Since C2=C3=0, all the constants are zero, and the set is linearly independent.

Looking at this example in retrospect, choosing three values of t got us three equations for the three unknown constants C1,C2,C3. We can rewrite these three equations as a linear system [100111111][C1C2C3]=[000]. By the invertible matrix theorem from linear algebra, this system has a nonzero solution if and only if the determinant of the matrix is not zero. The determinant of this matrix is 2, and therefore the only solution is C1=C2=C3=0.

This previous solution required us to make some choices about which values of t we wanted to use. However, if the functions are differentiable on the whole interval (a,b), then we can get our three equations by taking derivatives of the functions instead. In this case, we have C11+C2t+C3t2=0C2+2C3t=02C3=0 which can be written as the linear system [1tt2012t002][C1C2C3]=[000] This matrix is upper triangular, so the determinant is just the product of the diagonal entries. Since none of those entries are 0, the determinant is non zero and therefore the only solution is C1=C2=C3=0. We can generalize this idea to an arbitrary set of functions:

Definition: Let {y1,y2,...,yn} be a set of functions that are n times differentiable. The Wronskiian for the set is W(t)=det[y1y2...yndy1dtdy2dt...dyndtdny1dtndny2dtn...dnyndtn]

If W(t)0 for at least one choice of t(a,b), then {y1,...,yn} is linearly independent on (a,b).

Example: Is the set {t,et,et} linearly independent on (,)?

Solution: W(t)=det[tetet1etet0etet]=tdet[etetetet]1det[etetetet]=t(etet+etet)=2t Since W(t)0, the set {t,et,et} is linearly independent.

Practice Problems:

  1. Show that {t,|t|} is linearly dependent on (0,1).
  2. Show that {t,|t|} is linearly independent on (1,1). Sketch a graph of the two functions to illustrate why the interval is important.
  3. Determine whether or not {1,cos2(t),sin2(t)} is linearly independent.
  4. Determine whether or not {t2,(t+1)2,(t1)2} is linearly independent.