Suppose we have 3 vectors $(a, b, c)$ in the x-y plane and a fourth $(d)$ in the y-z plane. If 4 vectors in 3D space are always linearly dependent, how do we express the fourth in terms of the other 3?
I understand that in writing $xa + yb + zc + md = 0$, we can equate m to 0 and say that the equation is true, but that feels like a trivial way to resolve this.
Is there any better way to show linear dependency directly through $i$, $j$ and $k$ components?
**Please use only vectors as I am not familiar with the connection to matrices.