Say, we add $c$ to the function $f(x) = cos(x)$. The new function is $g(x) = cos(x) + c$.
Now are $f$ and $g$ linearly independent of each other?
Using the definition of linear dependence,
$af(x)+bg(x)=0$
it seems that they are linearly independent. Also substituting these in a differential equation, like,
$dy/dx+y=0$
shows that $f(x)$ is a solution but $g(x)$ isn't.
But both of them look very similar in a graph. More similar than multiplying them with a constant (which would have made them dependent).
Am I missing something here?
Also, does two linearly independent functions define some sort of space which span some sort of function dimensions.
I understand linearly independence in vectors but I don't get function equivalent of it.
It might help to treat these functions as vectors:
$v = f(x), w = c$.
Can you find out in which cases $v$ and $v+w$ are linearly dependent and in which they aren't, for completely general vectors $v,w$?
(Hint: consider the case $v = \alpha w$ for some scalar $\alpha$ first)
Furthermore, scalar multiplication will not make things independent. If $\alpha$ is a scalar, then $v$ and $\alpha v$ are always linearly dependent, that is still true if they represent functions.
Or did you want to discuss $f(x)$ and $f(\alpha x)$?