Thanks for taking your time.
I have come across an exercise that says.
Given three vectors
$ \vec{m} = (3t-1)\vec{i} +2\vec{j} +2\vec{k} $
$ \vec{n} = (3-8t)\vec{i} +(t-2)\vec{j} -3t\vec{k} $
$ \vec{p} = (2t-6)\vec{i} +4\vec{j} -3\vec{k} $
Find the value of parameter $t$ so that the three vectors are linearly dependent.
So I do know that I need to find three scalars, all of which are non-zero value. Written:
$ \alpha \vec{m} + \beta \vec{n} + \gamma \vec{p} = \vec{0} $
We now form the three equations:
$3\alpha t- \alpha +3\beta -8\beta t +2\gamma t -6\gamma = 0$
$2\alpha +\beta t - 2\beta +4\gamma =0 $
$2\alpha - 3\beta t - 3\gamma = 0$
Now, if the trivial solution to this is of course $\alpha = 0, \beta =0, \gamma =0$ but I need to find parameter $t$ so that the tree vectors are linearly dependent.
However, how do I do that because what I have got here is a system of three equations with four variables!
Can anyone help? Thanks!
hint
It is so easier to use the fact that
$\vec{m} \; , \; \vec{n} \;\text{ and } \;\vec{p}$
are linearly dependent if and only if
$$det(\vec{m},\vec{n},\vec{p})=0$$
$$=-3(3t-1)(t-2)-2\Bigl(3t(3t-6)-3(3-8t)\Bigr)+2\Bigl(4(3-8t)-(t-2)(2t-6)\Bigr)$$
and solve for $t$.