Here is the question I have been given.
Let S = {~v1, ~v2, ~v3) be a set of three vectors in R4. Assume S is
linearly independent. Show that there are numbers a,b,c,d so that
~x=[x1,x2,x3,x4] is in the Span of S
iff ax1+bx2+cx3+dx4=0
I know that because S is linearly independent, that means that the only solution to
c1v1+c2v2+c3v3=~0 is if c1=c2=c3=0.
I am just wondering how I should apply this to the problem. It seems to simple to say that because S is linearly independent, and that if ~x spans S, then ~x must be a linear combination of S. I am not sure where to go from here. The idea that I have is that because S is linearly independent, if ~x does span S, then the equation
c1~v1+c2~v2+c3~v3+c4~x=~0
must be true iff
c1=c2=c3=c4=0
This question has a clean geometric interpretation. Consider the space $A$=span($S$). It is a $3$-dimensional subspace of $\mathbb{R}^4$. So the subspace orthogonal to $A$ is $1$-dimensional. Call it $P$ for perpendicular and suppose that it is spanned by the vector $p$. Now, it is "geometrically clear" that any vector orthogonal to $p$ is in $A$. That's the idea. And then you can take $$p=\begin{bmatrix}a\\b\\c\\d\end{bmatrix}$$.
Now, how do you find $p$ given $A$? Simple, since $p$ is orthogonal to every vector in $A$, in be in the null space of $A^T$.
Now you have your $a,b,c,d$ and I will leave it up to you to work through the IFF logic!