[Math] Linear independence for a set of real valued continuous functions

linear algebra

Let $V$ be the vector space of all real valued continuous functions.

Is the following set $\{\cos t, \sin t, \mathrm{e}^t\}$ linearly independent?


I usually understand what and how to determine if a set of vectors is linearly independent. My question is how do I treat this sort of set? Usually I would solve for the coefficients in a linear system, i.e. $a_1(\cos t) + a_2(\sin t) + a_3(\mathrm{e}^t) = 0$, but I can't see how that would help here, unless it is just that obvious that these vectors are linearly independent.

Best Answer

Suppose $a\cos t + b\sin t +ce^t \equiv 0.$ Then $c= 0,$ otherwise the left side is unbounded as $t \to \infty,$ hardly the behavior of the zero function. So now we know $c=0,$ hence $a\cos t + b\sin t\equiv 0.$ Plug in some simple values of $t$ ($t=0$ comes to mind for one) to see $a,b = 0.$

Related Question