Determine if the following set of vectors is linearly independent:
$$S = \{e^x, e^{2x}\}$$ of continuous functions.
So my problem isn't in not knowing what linearly independence is, it is setting up a linear combination of this form:
$$a_1e^x + a_2e^{2x} = ????$$
What do I set it equal to to determine the coefficients? For example if it was in terms of vectors it would be something like:
$$a_1V_1 + a_2V_2 = (0,0,0,)$$ if I was in $R^3$ for instance.
In this case the vectors are functions. What is the zero vector? It is the function that takes all real numbers to $0$.
What you want to prove is that, for the functions $e^x$ and $e^{2x}$, if we have $a$ and $b$ such that $a e^x + b e^{2x} = 0$ (the zero function), then $a = b = 0$.
One way to show this would be to first plug in $x = 0$ to conclude $a + b = 0$. Then take the derivative and plug in $0$ to conclude $a + 2b = 0$.