I was asked to find the area of the parallelogram formed from these two sides: <-2,1> and <1,3>.
How can I find the cross-product if it is not in $\mathbb R^3$?
I was asked to find the area of the parallelogram formed from these two sides: <-2,1> and <1,3>.
How can I find the cross-product if it is not in $\mathbb R^3$?
You can embed the vectors $\vec a = \langle -2,1\rangle$ and $\vec b= \langle 1,3\rangle$ into $\mathbb{R}^3$ via $ \vec a = \langle -2,1,0\rangle$ and $\vec b = \langle 1,3,0\rangle$. Here, I am using the same notations $\vec a$ and $\vec b$ to represent the embedded vectors. Then $$ |\vec a\times \vec b| = \left| \begin{array}{ccc} i & j & k \\ -2& 1 & 0 \\ 1 & 3 & 0 \\ \end{array} \right| = |-6k-k| = |-7k| = |-7||k| = 7 $$ since $i$, $j$, and $k$ are the standard unit vectors.
First of all, you could embed the vectors in $\mathbb R^3$ as $(-2,1,0)$ and $(1,3,0)$.
Second of all, the magnitude of the cross-product is $|(0,0,-6-1)|=7.$