Consider the curve $a\subset \mathbb{R}^3 $ defined by $\alpha((t)=(2t, t^2,\frac{t^3}{3})$ where $t \in \mathbb{R}^3$. Verify that {$\alpha', \alpha''$} is a linearly independent set for each t
Find $\alpha'=(2,2t,t^2)$ and $\alpha''=(0,2,2t)$
To test linear dependence I am used to finding the determinant. I was looking into proofs using cross-product and came up with the following but am unsure if its correct.
$\alpha'$x $\alpha'' = (2t^2, -4t, 4)$
Would I know do $2t^2-4t+4$ and factorise to get:
$\frac{4 \pm \sqrt{16-32}}{4}= \frac{4 \pm 2i}{4}$ which obviously isn't in the real numbers and therefore it can not equal zero proving linear independence?